aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Function.cpp
AgeCommit message (Expand)Author
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
2004-07-29Fix #includes of i*.h files => Instructions.h as per PR403Misha Brukman
2004-07-17bug 122:Reid Spencer
2004-07-12Fix a really nasty logic error that VC noticed.Chris Lattner
2004-07-12Implement new methodChris Lattner
2004-06-15isnan is deadChris Lattner
2004-06-12Add the isunordered intrinsic.Alkis Evlogimenos
2004-06-11I misled Alkis: LLVM should have isnan, not isunordered.Chris Lattner
2004-06-11Add the isunordered intrinsic.Alkis Evlogimenos
2004-05-23Recognize and verify the new GC intrinsics.Chris Lattner
2004-04-14Finish adding the llvm.readio and llvm.writeio intrinsics.John Criswell
2004-04-08Added the llvm.readport and llvm.writeport intrinsics.John Criswell
2004-03-13Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* toChris Lattner
2004-02-14Add llvm.memset/frameaddress/returnaddress intrinsics.Chris Lattner
2004-02-12Add support for the llvm.memmove intrinsicChris Lattner
2004-02-12Implement the llvm.memcpy intrinsicChris Lattner
2004-01-10Hrm, another minor cleanup, which I missed beforeChris Lattner
2004-01-10Minor cleanupChris Lattner
2004-01-06Add support for new intrinsicChris Lattner
2004-01-05Add VMCore and code generator support for debugging intrinsics. By defaultChris Lattner
2003-11-21Check return types of functionsChris Lattner
2003-11-21Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke