aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Function.cpp
AgeCommit message (Expand)Author
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
2003-11-05Make code gcc 3.4 cleanChris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-13Regularize header file commentsChris Lattner
2003-10-10Fix spelling/grammar.Misha Brukman
2003-09-19Reject "llvm." as a function nameChris Lattner
2003-09-17Change the semancics of the dropallrefs methodChris Lattner
2003-09-09Reverting back to the previous revision.John Criswell
2003-09-09Modified the check for intrinsic functions. All intrinsic functions have toJohn Criswell
2003-09-08Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...Chris Lattner
2003-08-25As it turns out, things will be simpler than I first expected. We no longerChris Lattner