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