summaryrefslogtreecommitdiff
path: root/include/llvm/Intrinsics.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-09Mention vAny and iPTRAny in a comment.Dan Gohman1-3/+3
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer1-1/+1
2009-08-11Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsicBob Wilson1-1/+1
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson1-1/+1
2009-07-07LLVMContext-ification.Owen Anderson1-1/+3
2009-02-24Added support to have TableGen provide information if an intrinsic (coreMon P Wang1-0/+4
2009-02-05Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen1-0/+3
2009-02-04Reverting 63765. This broke the build of both clangDale Johannesen1-3/+0
2009-02-04New feature: add support for target intrinsics being defined in theNate Begeman1-0/+3
2008-09-25 Large mechanical patch.Devang Patel1-3/+3
2008-04-30add missing #includeChris Lattner1-0/+2
2008-03-12Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner1-2/+2
2008-02-20Add some comments to Intrinsic::getDeclaration to clarify how toDan Gohman1-0/+6
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner1-2/+2
2007-12-03Rather than having special rules like "intrinsics cannotDuncan Sands1-0/+5
2007-04-01For PR1297:Reid Spencer1-3/+5
2007-02-07Automatically generating intrinsic declarations from Dan Gohman. ModifiedJim Laskey1-0/+13
2006-03-25Add a programatic interface to intrinsic names.Chris Lattner1-0/+5
2006-03-09use the enum list autogen'd from Intrinsics.tdChris Lattner1-61/+4
2006-03-03remove the read/write port/io intrinsics.Chris Lattner1-7/+0
2006-03-03Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner1-7/+10
2006-01-16For PR411:Reid Spencer1-5/+16
2006-01-14Add bswap intrinsics as documented in the Language ReferenceNate Begeman1-9/+11
2006-01-13add new llvm.stacksave/llvm.stackrestore intrinsicsChris Lattner1-0/+2
2005-11-11Add support for a cycle counter intrinsic. As basically all processors haveAndrew Lenharth1-4/+5
2005-05-03Implement count leading zeros (ctlz), count trailing zeros (cttz), and countAndrew Lenharth1-1/+5
2005-04-30Add llvm.sqrt intrinsic, patch contributed by Morten OfstadChris Lattner1-0/+1
2005-04-21Remove trailing whitespaceMisha Brukman1-2/+2
2005-03-28First step in adding pcmarker intrinsic. Second step (soon) is adding backen...Andrew Lenharth1-0/+1
2005-02-28Add a prefetch intrinsic, patch contributed by Justin Wick!Chris Lattner1-0/+1
2004-10-29The Alpha (tm) intrinsics aren't even being usedMisha Brukman1-91/+1
2004-06-15isnan is deadChris Lattner1-2/+1
2004-06-12Add the isunordered intrinsic.Alkis Evlogimenos1-0/+1
2004-06-11I misled Alkis: LLVM should have isnan, not isunordered.Chris Lattner1-4/+2
2004-06-11Add the isunordered intrinsic.Alkis Evlogimenos1-1/+3
2004-05-23Add the new GC intrinsicsChris Lattner1-12/+17
2004-04-14Temporarily hack in the intrinsics that John added. I expect him to finish u...Chris Lattner1-0/+2
2004-04-08Added the llvm.readport and llvm.writeport intrinsics.John Criswell1-0/+4
2004-03-13Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* toChris Lattner1-3/+3
2004-02-14Add llvm.memset/frameaddress/returnaddress intrinsics.Chris Lattner1-4/+9
2004-02-12Add support for the llvm.memmove intrinsic.Chris Lattner1-1/+3
2004-02-12Urg, check in header I forgot. :(Chris Lattner1-0/+6
2004-01-06add new intrinsicChris Lattner1-0/+1
2004-01-05Add some intrinsicsChris Lattner1-0/+6
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-3/+8
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell1-0/+7
2003-10-18New revised variable argument handling supportChris Lattner1-3/+3
2003-09-08Eliminate the unwind intrinsic, it is now an instructionChris Lattner1-2/+0
2003-08-25As it turns out, things will be simpler than I first expected. We no longerChris Lattner1-4/+0
2003-08-24rethrow is really the language independent primitive here. "throw" can be wr...Chris Lattner1-2/+3