summaryrefslogtreecommitdiff
path: root/include/llvm/Intrinsics.h
Commit message (Expand)AuthorAge
* Attributes RewriteBill Wendling2012-10-15
* generalize this to allow any argument.Chris Lattner2012-05-27
* move some code around so that Verifier.cpp can get access to the intrinsic in...Chris Lattner2012-05-27
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer2011-07-14
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in FunctionType::get().Jay Foad2011-07-11
* Mention vAny and iPTRAny in a comment.Dan Gohman2010-02-09
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsicBob Wilson2009-08-11
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* LLVMContext-ification.Owen Anderson2009-07-07
* Added support to have TableGen provide information if an intrinsic (coreMon P Wang2009-02-24
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-05
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-04
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-04
* Large mechanical patch.Devang Patel2008-09-25
* add missing #includeChris Lattner2008-04-30
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-12
* Add some comments to Intrinsic::getDeclaration to clarify how toDan Gohman2008-02-20
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-03
* For PR1297:Reid Spencer2007-04-01
* Automatically generating intrinsic declarations from Dan Gohman. ModifiedJim Laskey2007-02-07
* 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