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