summaryrefslogtreecommitdiff
path: root/lib/VMCore/Function.cpp
Commit message (Expand)AuthorAge
* simplify some codeChris Lattner2007-04-25
* For PR1136:Reid Spencer2007-04-22
* For PR1146:Reid Spencer2007-04-22
* merge several fields in GlobalValue to use the same word, move CallingConvChris Lattner2007-04-17
* The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner2007-04-17
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-17
* Don't return 0 if the len == 5, let the assert handle that case.Reid Spencer2007-04-16
* Fix test/CodeGen/Generic/vector-constantexpr.llReid Spencer2007-04-16
* For PR1328:Reid Spencer2007-04-16
* For PR1146:Reid Spencer2007-04-11
* For PR1146:Reid Spencer2007-04-09
* For PR1146:Reid Spencer2007-04-09
* For PR1297:Reid Spencer2007-04-01
* Implement Function::getIntrinsicID without it needing to call Value::getName,Chris Lattner2007-02-15
* Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner2007-02-12
* Automatically generating intrinsic declarations from Dan Gohman. ModifiedJim Laskey2007-02-07
* For PR411:Reid Spencer2007-02-05
* For PR645:Reid Spencer2007-01-26
* For PR411:Reid Spencer2007-01-06
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-11-27
* Remove unused variable.Reid Spencer2006-11-02
* Implement Intrinsic::getNameChris Lattner2006-03-25
* Use the function name matcher autogenerated from the .td file.Chris Lattner2006-03-09
* remove dbg_declare, it's not used yet.Chris Lattner2006-03-09
* remove the read/write port/io intrinsics.Chris Lattner2006-03-03
* Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner2006-03-02
* For PR411:Reid Spencer2006-01-16
* add a missing break that Reid noticed.Chris Lattner2006-01-15
* Add bswap intrinsics as documented in the Language ReferenceNate Begeman2006-01-14
* Add recognition and verification of new llvm.stacksave/llvm.stackrestore intr...Chris Lattner2006-01-13
* continued readcyclecounter supportAndrew Lenharth2005-11-11
* add support for explicit calling conventionsChris Lattner2005-05-06
* Implement count leading zeros (ctlz), count trailing zeros (cttz), and countAndrew Lenharth2005-05-03
* Add llvm.sqrt intrinsic, patch contributed by Morten OfstadChris Lattner2005-04-30
* Remove trailing whitespaceMisha Brukman2005-04-21
* First step in adding pcmarker intrinsic. Second step (soon) is adding backen...Andrew Lenharth2005-03-28
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-05
* Remove the 2nd argument to Value::setNameChris Lattner2005-03-05
* recognize llvm.prefetch. Patch contributed by Justin Wick!Chris Lattner2005-02-28
* Improve conformance with the Misha spelling benchmark suiteChris Lattner2005-01-30
* Adjust to ilist changes.Chris Lattner2005-01-29
* Adjust to changes in User class.Chris Lattner2005-01-29
* Add convenience method.Chris Lattner2005-01-07
* Add a new methodChris Lattner2004-12-05
* The Alpha (tm) intrinsics have never been used anywhereMisha Brukman2004-10-29
* Minor tweaksChris Lattner2004-10-12
* Implement a new methodChris Lattner2004-10-12
* Implement remove/eraseFromParent methodsChris Lattner2004-10-11
* Changes For Bug 352Reid Spencer2004-09-01