Age | Commit message (Expand) | Author |
2005-05-06 | add support for explicit calling conventions | Chris Lattner |
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-03-05 | remove all of the various setName implementations, consolidating them into | Chris Lattner |
2005-03-05 | Remove the 2nd argument to Value::setName | Chris Lattner |
2005-02-28 | recognize llvm.prefetch. Patch contributed by Justin Wick! | Chris Lattner |
2005-01-30 | Improve conformance with the Misha spelling benchmark suite | Chris Lattner |
2005-01-29 | Adjust to ilist changes. | Chris Lattner |
2005-01-29 | Adjust to changes in User class. | Chris Lattner |
2005-01-07 | Add convenience method. | Chris Lattner |
2004-12-05 | Add a new method | Chris Lattner |
2004-10-29 | The Alpha (tm) intrinsics have never been used anywhere | Misha Brukman |
2004-10-12 | Minor tweaks | Chris Lattner |
2004-10-12 | Implement a new method | Chris Lattner |
2004-10-11 | Implement remove/eraseFromParent methods | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-07-29 | Fix #includes of i*.h files => Instructions.h as per PR403 | Misha Brukman |
2004-07-17 | bug 122: | Reid Spencer |
2004-07-12 | Fix a really nasty logic error that VC noticed. | Chris Lattner |
2004-07-12 | Implement new method | Chris Lattner |
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 | Recognize and verify the new GC intrinsics. | Chris Lattner |
2004-04-14 | Finish adding the llvm.readio and llvm.writeio intrinsics. | John Criswell |
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 | Implement the llvm.memcpy intrinsic | Chris Lattner |
2004-01-10 | Hrm, another minor cleanup, which I missed before | Chris Lattner |
2004-01-10 | Minor cleanup | Chris Lattner |
2004-01-06 | Add support for new intrinsic | Chris Lattner |
2004-01-05 | Add VMCore and code generator support for debugging intrinsics. By default | Chris Lattner |
2003-11-21 | Check return types of functions | Chris Lattner |
2003-11-21 | Finegrainify namespacification | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-11-05 | Make code gcc 3.4 clean | Chris Lattner |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-10-13 | Regularize header file comments | Chris Lattner |
2003-10-10 | Fix spelling/grammar. | Misha Brukman |
2003-09-19 | Reject "llvm." as a function name | Chris Lattner |
2003-09-17 | Change the semancics of the dropallrefs method | Chris Lattner |
2003-09-09 | Reverting back to the previous revision. | John Criswell |
2003-09-09 | Modified the check for intrinsic functions. All intrinsic functions have to | John Criswell |
2003-09-08 | Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio... | Chris Lattner |
2003-08-25 | As it turns out, things will be simpler than I first expected. We no longer | Chris Lattner |