aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Intrinsics.h
Commit message (Expand)AuthorAgeFilesLines
* isnan is deadChris Lattner2004-06-151-2/+1
* Add the isunordered intrinsic.Alkis Evlogimenos2004-06-121-0/+1
* I misled Alkis: LLVM should have isnan, not isunordered.Chris Lattner2004-06-111-4/+2
* Add the isunordered intrinsic.Alkis Evlogimenos2004-06-111-1/+3
* Add the new GC intrinsicsChris Lattner2004-05-231-12/+17
* Temporarily hack in the intrinsics that John added. I expect him to finish u...Chris Lattner2004-04-141-0/+2
* Added the llvm.readport and llvm.writeport intrinsics.John Criswell2004-04-081-0/+4
* Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* toChris Lattner2004-03-131-3/+3
* Add llvm.memset/frameaddress/returnaddress intrinsics.Chris Lattner2004-02-141-4/+9
* Add support for the llvm.memmove intrinsic.Chris Lattner2004-02-121-1/+3
* Urg, check in header I forgot. :(Chris Lattner2004-02-121-0/+6
* add new intrinsicChris Lattner2004-01-061-0/+1
* Add some intrinsicsChris Lattner2004-01-051-0/+6
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-3/+8
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* New revised variable argument handling supportChris Lattner2003-10-181-3/+3
* Eliminate the unwind intrinsic, it is now an instructionChris Lattner2003-09-081-2/+0
* As it turns out, things will be simpler than I first expected. We no longerChris Lattner2003-08-251-4/+0
* rethrow is really the language independent primitive here. "throw" can be wr...Chris Lattner2003-08-241-2/+3
* Initial support for recognizing LLVM exception handling intrinsicsChris Lattner2003-08-241-0/+7
* Add intrinsics for the llvm.sig(set|long)jmp functionsChris Lattner2003-08-181-0/+2
* Add a bunch of new Alpha Intrinsics for Rahul JoshiChris Lattner2003-08-061-0/+76
* Add alpha intrinsics, contributed by Rahul JoshiChris Lattner2003-07-281-5/+19
* Add comment for doxygen for namespaceChris Lattner2003-06-031-0/+4
* Add support for setjmp/longjmp primitivesChris Lattner2003-05-171-0/+4
* Initial checkin for LLVM intrinsic functionsChris Lattner2003-05-081-0/+21