summaryrefslogtreecommitdiff
path: root/include/llvm/Intrinsics.h
Commit message (Expand)AuthorAge
* Add a programatic interface to intrinsic names.Chris Lattner2006-03-25
* use the enum list autogen'd from Intrinsics.tdChris Lattner2006-03-09
* remove the read/write port/io intrinsics.Chris Lattner2006-03-03
* Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner2006-03-03
* For PR411:Reid Spencer2006-01-16
* Add bswap intrinsics as documented in the Language ReferenceNate Begeman2006-01-14
* add new llvm.stacksave/llvm.stackrestore intrinsicsChris Lattner2006-01-13
* Add support for a cycle counter intrinsic. As basically all processors haveAndrew Lenharth2005-11-11
* Implement count leading zeros (ctlz), count trailing zeros (cttz), and countAndrew Lenharth2005-05-03
* Add llvm.sqrt intrinsic, patch contributed by Morten OfstadChris Lattner2005-04-30
* Remove trailing whitespaceMisha Brukman2005-04-21
* First step in adding pcmarker intrinsic. Second step (soon) is adding backen...Andrew Lenharth2005-03-28
* Add a prefetch intrinsic, patch contributed by Justin Wick!Chris Lattner2005-02-28
* The Alpha (tm) intrinsics aren't even being usedMisha Brukman2004-10-29
* isnan is deadChris Lattner2004-06-15
* Add the isunordered intrinsic.Alkis Evlogimenos2004-06-12
* I misled Alkis: LLVM should have isnan, not isunordered.Chris Lattner2004-06-11
* Add the isunordered intrinsic.Alkis Evlogimenos2004-06-11
* Add the new GC intrinsicsChris Lattner2004-05-23
* Temporarily hack in the intrinsics that John added. I expect him to finish u...Chris Lattner2004-04-14
* Added the llvm.readport and llvm.writeport intrinsics.John Criswell2004-04-08
* Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* toChris Lattner2004-03-13
* Add llvm.memset/frameaddress/returnaddress intrinsics.Chris Lattner2004-02-14
* Add support for the llvm.memmove intrinsic.Chris Lattner2004-02-12
* Urg, check in header I forgot. :(Chris Lattner2004-02-12
* add new intrinsicChris Lattner2004-01-06
* Add some intrinsicsChris Lattner2004-01-05
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* New revised variable argument handling supportChris Lattner2003-10-18
* Eliminate the unwind intrinsic, it is now an instructionChris Lattner2003-09-08
* As it turns out, things will be simpler than I first expected. We no longerChris Lattner2003-08-25
* rethrow is really the language independent primitive here. "throw" can be wr...Chris Lattner2003-08-24
* Initial support for recognizing LLVM exception handling intrinsicsChris Lattner2003-08-24
* Add intrinsics for the llvm.sig(set|long)jmp functionsChris Lattner2003-08-18
* Add a bunch of new Alpha Intrinsics for Rahul JoshiChris Lattner2003-08-06
* Add alpha intrinsics, contributed by Rahul JoshiChris Lattner2003-07-28
* Add comment for doxygen for namespaceChris Lattner2003-06-03
* Add support for setjmp/longjmp primitivesChris Lattner2003-05-17
* Initial checkin for LLVM intrinsic functionsChris Lattner2003-05-08