| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement Intrinsic::getName | Chris Lattner | 2006-03-25 | 1 | -0/+11 |
| * | Use the function name matcher autogenerated from the .td file. | Chris Lattner | 2006-03-09 | 1 | -76/+3 |
| * | remove dbg_declare, it's not used yet. | Chris Lattner | 2006-03-09 | 1 | -1/+0 |
| * | remove the read/write port/io intrinsics. | Chris Lattner | 2006-03-03 | 1 | -6/+0 |
| * | Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving | Chris Lattner | 2006-03-02 | 1 | -3/+6 |
| * | For PR411: | Reid Spencer | 2006-01-16 | 1 | -42/+56 |
| * | add a missing break that Reid noticed. | Chris Lattner | 2006-01-15 | 1 | -0/+1 |
| * | Add bswap intrinsics as documented in the Language Reference | Nate Begeman | 2006-01-14 | 1 | -0/+5 |
| * | Add recognition and verification of new llvm.stacksave/llvm.stackrestore intr... | Chris Lattner | 2006-01-13 | 1 | -4/+6 |
| * | continued readcyclecounter support | Andrew Lenharth | 2005-11-11 | 1 | -3/+4 |
| * | add support for explicit calling conventions | Chris Lattner | 2005-05-06 | 1 | -0/+1 |
| * | Implement count leading zeros (ctlz), count trailing zeros (cttz), and count | Andrew Lenharth | 2005-05-03 | 1 | -0/+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 | -8/+8 |
| * | First step in adding pcmarker intrinsic. Second step (soon) is adding backen... | Andrew Lenharth | 2005-03-28 | 1 | -0/+1 |
| * | remove all of the various setName implementations, consolidating them into | Chris Lattner | 2005-03-05 | 1 | -17/+0 |
| * | Remove the 2nd argument to Value::setName | Chris Lattner | 2005-03-05 | 1 | -7/+3 |
| * | recognize llvm.prefetch. Patch contributed by Justin Wick! | Chris Lattner | 2005-02-28 | 1 | -0/+3 |
| * | Improve conformance with the Misha spelling benchmark suite | Chris Lattner | 2005-01-30 | 1 | -2/+2 |
| * | Adjust to ilist changes. | Chris Lattner | 2005-01-29 | 1 | -2/+2 |
| * | Adjust to changes in User class. | Chris Lattner | 2005-01-29 | 1 | -1/+1 |
| * | Add convenience method. | Chris Lattner | 2005-01-07 | 1 | -0/+4 |
| * | Add a new method | Chris Lattner | 2004-12-05 | 1 | -0/+41 |
| * | The Alpha (tm) intrinsics have never been used anywhere | Misha Brukman | 2004-10-29 | 1 | -31/+0 |
| * | Minor tweaks | Chris Lattner | 2004-10-12 | 1 | -5/+5 |
| * | Implement a new method | Chris Lattner | 2004-10-12 | 1 | -3/+27 |
| * | Implement remove/eraseFromParent methods | Chris Lattner | 2004-10-11 | 1 | -0/+8 |
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
| * | Fix #includes of i*.h files => Instructions.h as per PR403 | Misha Brukman | 2004-07-29 | 1 | -1/+1 |
| * | bug 122: | Reid Spencer | 2004-07-17 | 1 | -72/+3 |
| * | Fix a really nasty logic error that VC noticed. | Chris Lattner | 2004-07-12 | 1 | -2/+2 |
| * | Implement new method | Chris Lattner | 2004-07-12 | 1 | -0/+36 |
| * | isnan is dead | Chris Lattner | 2004-06-15 | 1 | -1/+0 |
| * | 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 | -1/+1 |
| * | Add the isunordered intrinsic. | Alkis Evlogimenos | 2004-06-11 | 1 | -0/+3 |
| * | Recognize and verify the new GC intrinsics. | Chris Lattner | 2004-05-23 | 1 | -0/+5 |
| * | Finish adding the llvm.readio and llvm.writeio intrinsics. | John Criswell | 2004-04-14 | 1 | -0/+2 |
| * | Added the llvm.readport and llvm.writeport intrinsics. | John Criswell | 2004-04-08 | 1 | -0/+3 |
| * | 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 | -0/+7 |
| * | Add support for the llvm.memmove intrinsic | Chris Lattner | 2004-02-12 | 1 | -0/+1 |
| * | Implement the llvm.memcpy intrinsic | Chris Lattner | 2004-02-12 | 1 | -0/+3 |
| * | Hrm, another minor cleanup, which I missed before | Chris Lattner | 2004-01-10 | 1 | -1/+1 |
| * | Minor cleanup | Chris Lattner | 2004-01-10 | 1 | -1/+1 |
| * | Add support for new intrinsic | Chris Lattner | 2004-01-06 | 1 | -0/+1 |
| * | Add VMCore and code generator support for debugging intrinsics. By default | Chris Lattner | 2004-01-05 | 1 | -0/+6 |
| * | Check return types of functions | Chris Lattner | 2003-11-21 | 1 | -0/+3 |
| * | Finegrainify namespacification | Chris Lattner | 2003-11-21 | 1 | -4/+1 |
| * | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -23/+27 |