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