aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Intrinsics.h
AgeCommit message (Expand)Author
2004-04-14Temporarily hack in the intrinsics that John added. I expect him to finish u...Chris Lattner
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 intrinsic.Chris Lattner
2004-02-12Urg, check in header I forgot. :(Chris Lattner
2004-01-06add new intrinsicChris Lattner
2004-01-05Add some intrinsicsChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-18New revised variable argument handling supportChris Lattner
2003-09-08Eliminate the unwind intrinsic, it is now an instructionChris Lattner
2003-08-25As it turns out, things will be simpler than I first expected. We no longerChris Lattner
2003-08-24rethrow is really the language independent primitive here. "throw" can be wr...Chris Lattner
2003-08-24Initial support for recognizing LLVM exception handling intrinsicsChris Lattner
2003-08-18Add intrinsics for the llvm.sig(set|long)jmp functionsChris Lattner
2003-08-06Add a bunch of new Alpha Intrinsics for Rahul JoshiChris Lattner
2003-07-28Add alpha intrinsics, contributed by Rahul JoshiChris Lattner
2003-06-03Add comment for doxygen for namespaceChris Lattner
2003-05-17Add support for setjmp/longjmp primitivesChris Lattner
2003-05-08Initial checkin for LLVM intrinsic functionsChris Lattner