aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Intrinsics.h
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling
2012-10-15Attributes RewriteBill Wendling
2012-05-27generalize this to allow any argument.Chris Lattner
2012-05-27move some code around so that Verifier.cpp can get access to the intrinsic in...Chris Lattner
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-14Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling
2011-07-11De-constify Types in FunctionType::get().Jay Foad
2010-02-09Mention vAny and iPTRAny in a comment.Dan Gohman
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer
2009-08-11Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsicBob Wilson
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson
2009-07-07LLVMContext-ification.Owen Anderson
2009-02-24Added support to have TableGen provide information if an intrinsic (coreMon P Wang
2009-02-05Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen
2009-02-04Reverting 63765. This broke the build of both clangDale Johannesen
2009-02-04New feature: add support for target intrinsics being defined in theNate Begeman
2008-09-25 Large mechanical patch.Devang Patel
2008-04-30add missing #includeChris Lattner
2008-03-12Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner
2008-02-20Add some comments to Intrinsic::getDeclaration to clarify how toDan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-03Rather than having special rules like "intrinsics cannotDuncan Sands
2007-04-01For PR1297:Reid Spencer
2007-02-07Automatically generating intrinsic declarations from Dan Gohman. ModifiedJim Laskey
2006-03-25Add a programatic interface to intrinsic names.Chris Lattner
2006-03-09use the enum list autogen'd from Intrinsics.tdChris Lattner
2006-03-03remove the read/write port/io intrinsics.Chris Lattner
2006-03-03Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner
2006-01-16For PR411:Reid Spencer
2006-01-14Add bswap intrinsics as documented in the Language ReferenceNate Begeman
2006-01-13add new llvm.stacksave/llvm.stackrestore intrinsicsChris Lattner
2005-11-11Add support for a cycle counter intrinsic. As basically all processors haveAndrew Lenharth
2005-05-03Implement count leading zeros (ctlz), count trailing zeros (cttz), and countAndrew Lenharth
2005-04-30Add llvm.sqrt intrinsic, patch contributed by Morten OfstadChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-28First step in adding pcmarker intrinsic. Second step (soon) is adding backen...Andrew Lenharth
2005-02-28Add a prefetch intrinsic, patch contributed by Justin Wick!Chris Lattner
2004-10-29The Alpha (tm) intrinsics aren't even being usedMisha Brukman
2004-06-15isnan is deadChris Lattner
2004-06-12Add the isunordered intrinsic.Alkis Evlogimenos
2004-06-11I misled Alkis: LLVM should have isnan, not isunordered.Chris Lattner
2004-06-11Add the isunordered intrinsic.Alkis Evlogimenos
2004-05-23Add the new GC intrinsicsChris Lattner
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