| Commit message (Expand) | Author | Age | Files | Lines |
* | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer | 2009-08-11 | 1 | -1/+1 |
* | Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic | Bob Wilson | 2009-08-11 | 1 | -1/+1 |
* | Factor some of the constants+context related code out into a separate header,... | Owen Anderson | 2009-08-04 | 1 | -1/+1 |
* | LLVMContext-ification. | Owen Anderson | 2009-07-07 | 1 | -1/+3 |
* | Added support to have TableGen provide information if an intrinsic (core | Mon P Wang | 2009-02-24 | 1 | -0/+4 |
* | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 1 | -0/+3 |
* | Reverting 63765. This broke the build of both clang | Dale Johannesen | 2009-02-04 | 1 | -3/+0 |
* | New feature: add support for target intrinsics being defined in the | Nate Begeman | 2009-02-04 | 1 | -0/+3 |
* | Large mechanical patch. | Devang Patel | 2008-09-25 | 1 | -3/+3 |
* | add missing #include | Chris Lattner | 2008-04-30 | 1 | -0/+2 |
* | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner | 2008-03-12 | 1 | -2/+2 |
* | Add some comments to Intrinsic::getDeclaration to clarify how to | Dan Gohman | 2008-02-20 | 1 | -0/+6 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Rather than having special rules like "intrinsics cannot | Duncan Sands | 2007-12-03 | 1 | -0/+5 |
* | For PR1297: | Reid Spencer | 2007-04-01 | 1 | -3/+5 |
* | Automatically generating intrinsic declarations from Dan Gohman. Modified | Jim Laskey | 2007-02-07 | 1 | -0/+13 |
* | Add a programatic interface to intrinsic names. | Chris Lattner | 2006-03-25 | 1 | -0/+5 |
* | use the enum list autogen'd from Intrinsics.td | Chris Lattner | 2006-03-09 | 1 | -61/+4 |
* | remove the read/write port/io intrinsics. | Chris Lattner | 2006-03-03 | 1 | -7/+0 |
* | Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving | Chris Lattner | 2006-03-03 | 1 | -7/+10 |
* | For PR411: | Reid Spencer | 2006-01-16 | 1 | -5/+16 |
* | Add bswap intrinsics as documented in the Language Reference | Nate Begeman | 2006-01-14 | 1 | -9/+11 |
* | add new llvm.stacksave/llvm.stackrestore intrinsics | Chris Lattner | 2006-01-13 | 1 | -0/+2 |
* | Add support for a cycle counter intrinsic. As basically all processors have | Andrew Lenharth | 2005-11-11 | 1 | -4/+5 |
* | Implement count leading zeros (ctlz), count trailing zeros (cttz), and count | Andrew Lenharth | 2005-05-03 | 1 | -1/+5 |
* | Add llvm.sqrt intrinsic, patch contributed by Morten Ofstad | Chris Lattner | 2005-04-30 | 1 | -0/+1 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -2/+2 |
* | First step in adding pcmarker intrinsic. Second step (soon) is adding backen... | Andrew Lenharth | 2005-03-28 | 1 | -0/+1 |
* | Add a prefetch intrinsic, patch contributed by Justin Wick! | Chris Lattner | 2005-02-28 | 1 | -0/+1 |
* | The Alpha (tm) intrinsics aren't even being used | Misha Brukman | 2004-10-29 | 1 | -91/+1 |
* | isnan is dead | Chris Lattner | 2004-06-15 | 1 | -2/+1 |
* | Add the isunordered intrinsic. | Alkis Evlogimenos | 2004-06-12 | 1 | -0/+1 |
* | I misled Alkis: LLVM should have isnan, not isunordered. | Chris Lattner | 2004-06-11 | 1 | -4/+2 |
* | Add the isunordered intrinsic. | Alkis Evlogimenos | 2004-06-11 | 1 | -1/+3 |
* | Add the new GC intrinsics | Chris Lattner | 2004-05-23 | 1 | -12/+17 |
* | Temporarily hack in the intrinsics that John added. I expect him to finish u... | Chris Lattner | 2004-04-14 | 1 | -0/+2 |
* | Added the llvm.readport and llvm.writeport intrinsics. | John Criswell | 2004-04-08 | 1 | -0/+4 |
* | Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to | Chris Lattner | 2004-03-13 | 1 | -3/+3 |
* | Add llvm.memset/frameaddress/returnaddress intrinsics. | Chris Lattner | 2004-02-14 | 1 | -4/+9 |
* | Add support for the llvm.memmove intrinsic. | Chris Lattner | 2004-02-12 | 1 | -1/+3 |
* | Urg, check in header I forgot. :( | Chris Lattner | 2004-02-12 | 1 | -0/+6 |
* | add new intrinsic | Chris Lattner | 2004-01-06 | 1 | -0/+1 |
* | Add some intrinsics | Chris Lattner | 2004-01-05 | 1 | -0/+6 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -3/+8 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | New revised variable argument handling support | Chris Lattner | 2003-10-18 | 1 | -3/+3 |
* | Eliminate the unwind intrinsic, it is now an instruction | Chris Lattner | 2003-09-08 | 1 | -2/+0 |
* | As it turns out, things will be simpler than I first expected. We no longer | Chris Lattner | 2003-08-25 | 1 | -4/+0 |
* | rethrow is really the language independent primitive here. "throw" can be wr... | Chris Lattner | 2003-08-24 | 1 | -2/+3 |
* | Initial support for recognizing LLVM exception handling intrinsics | Chris Lattner | 2003-08-24 | 1 | -0/+7 |