aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Intrinsics.h
AgeCommit message (Expand)Author
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
2004-02-12Add support for the llvm.memmove intrinsic.Chris Lattner
2004-02-12Urg, check in header I forgot. :(Chris Lattner
2004-01-06add new intrinsicChris Lattner
2004-01-05Add some intrinsicsChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-18New revised variable argument handling supportChris Lattner
2003-09-08Eliminate the unwind intrinsic, it is now an instructionChris Lattner
2003-08-25As it turns out, things will be simpler than I first expected. We no longerChris Lattner
2003-08-24rethrow is really the language independent primitive here. "throw" can be wr...Chris Lattner
2003-08-24Initial support for recognizing LLVM exception handling intrinsicsChris Lattner
2003-08-18Add intrinsics for the llvm.sig(set|long)jmp functionsChris Lattner
2003-08-06Add a bunch of new Alpha Intrinsics for Rahul JoshiChris Lattner
2003-07-28Add alpha intrinsics, contributed by Rahul JoshiChris Lattner