aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Intrinsics.h
Commit message (Expand)AuthorAgeFilesLines
* Mention vAny and iPTRAny in a comment.Dan Gohman2010-02-091-3/+3
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsicBob Wilson2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* LLVMContext-ification.Owen Anderson2009-07-071-1/+3
* Added support to have TableGen provide information if an intrinsic (coreMon P Wang2009-02-241-0/+4
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-051-0/+3
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-041-3/+0
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-041-0/+3
* Large mechanical patch.Devang Patel2008-09-251-3/+3
* add missing #includeChris Lattner2008-04-301-0/+2
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-2/+2
* Add some comments to Intrinsic::getDeclaration to clarify how toDan Gohman2008-02-201-0/+6
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-0/+5
* For PR1297:Reid Spencer2007-04-011-3/+5
* Automatically generating intrinsic declarations from Dan Gohman. ModifiedJim Laskey2007-02-071-0/+13
* Add a programatic interface to intrinsic names.Chris Lattner2006-03-251-0/+5
* use the enum list autogen'd from Intrinsics.tdChris Lattner2006-03-091-61/+4
* remove the read/write port/io intrinsics.Chris Lattner2006-03-031-7/+0
* Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner2006-03-031-7/+10
* For PR411:Reid Spencer2006-01-161-5/+16
* Add bswap intrinsics as documented in the Language ReferenceNate Begeman2006-01-141-9/+11
* add new llvm.stacksave/llvm.stackrestore intrinsicsChris Lattner2006-01-131-0/+2
* Add support for a cycle counter intrinsic. As basically all processors haveAndrew Lenharth2005-11-111-4/+5
* Implement count leading zeros (ctlz), count trailing zeros (cttz), and countAndrew Lenharth2005-05-031-1/+5
* Add llvm.sqrt intrinsic, patch contributed by Morten OfstadChris Lattner2005-04-301-0/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* First step in adding pcmarker intrinsic. Second step (soon) is adding backen...Andrew Lenharth2005-03-281-0/+1
* Add a prefetch intrinsic, patch contributed by Justin Wick!Chris Lattner2005-02-281-0/+1
* The Alpha (tm) intrinsics aren't even being usedMisha Brukman2004-10-291-91/+1
* 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