| Age | Commit message (Expand) | Author |
| 2008-07-16 | Add support for promoting and expanding AssertZext | Duncan Sands |
| 2008-07-16 | Test passing of integer parameters for integers | Duncan Sands |
| 2008-07-16 | Test codegen of loads and stores of all integer | Duncan Sands |
| 2008-07-16 | Turn on LegalizeTypes by default. | Duncan Sands |
| 2008-06-30 | Implement split and scalarize for SELECT_CC, fixing PR2504 | Chris Lattner |
| 2008-06-10 | Fix some more quoting issues in RUN lines, this time regarding unintended | Matthijs Kooijman |
| 2008-06-10 | For all RUN lines starting with "not", redirect stderr to /dev/null so tests | Matthijs Kooijman |
| 2008-05-20 | Eliminate questionable syntax for stdin redirection. This probably also speed... | Gabor Greif |
| 2008-05-20 | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif |
| 2008-05-20 | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif |
| 2008-04-25 | Remove the code from CodeGenPrepare that moved getresult instructions | Dan Gohman |
| 2008-04-23 | Add support to codegen for getresult instructions with undef operands. | Dan Gohman |
| 2008-04-19 | rename *.llx -> *.ll | Chris Lattner |
| 2008-03-12 | Make this test x86-specific for now; targets that don't use | Dan Gohman |
| 2008-03-11 | Basic feature test for multiple return values in codegen. | Dan Gohman |
| 2008-03-06 | some more spelling changes | Gabor Greif |
| 2008-02-26 | Fix PR2096, a regression introduced with my patch last night. This | Chris Lattner |
| 2008-02-26 | Fix isNegatibleForFree to not return true for ConstantFP nodes | Chris Lattner |
| 2008-02-21 | testcase for PR1133 | Chris Lattner |
| 2008-02-19 | Remove llvm-upgrade and update tests. | Tanya Lattner |
| 2008-02-13 | Teach LegalizeTypes how to expand and promote CTLZ, | Duncan Sands |
| 2008-02-04 | Crashes LegalizeTypes with "Do not know how to | Duncan Sands |
| 2008-02-04 | Crashes LegalizeTypes with "Do not know how to split | Duncan Sands |
| 2008-02-04 | remove target triple to make this test more "generic" | Chris Lattner |
| 2008-02-04 | Crashed the new type legalizer. Not likely to catch | Duncan Sands |
| 2008-01-26 | Fix some bugs in SimplifyNodeWithTwoResults where it would call deletenode to | Chris Lattner |
| 2008-01-17 | new testcase. | Chris Lattner |
| 2008-01-17 | add testcase that has been sitting in my tree for awhile. | Chris Lattner |
| 2008-01-15 | new testcase for llvm.trap. | Chris Lattner |
| 2008-01-10 | new testcase for PR1845 | Chris Lattner |
| 2008-01-07 | Setting GlobalDirective in TargetAsmInfo by default rather than | Gordon Henriksen |
| 2008-01-07 | With this patch, the LowerGC transformation becomes the | Gordon Henriksen |
| 2007-12-31 | Fix PR1833 - eh.exception and eh.selector return two | Duncan Sands |
| 2007-12-26 | Tests for changes made in r45356, where IPO optimizations would drop | Gordon Henriksen |
| 2007-12-25 | GC poses hazards to the inliner. Consider: | Gordon Henriksen |
| 2007-12-25 | Noting and enforcing that GC intrinsics are valid only within a | Gordon Henriksen |
| 2007-12-25 | Adjusting verification of "llvm.gc*" intrinsic prototypes to match | Gordon Henriksen |
| 2007-12-17 | Make invokes of inline asm legal. Teach codegen | Duncan Sands |
| 2007-12-10 | Adding a collector name attribute to Function in the IR. These | Gordon Henriksen |
| 2007-12-09 | Upgrading this test to 2.0 .ll syntax. | Gordon Henriksen |
| 2007-11-28 | upgrade this test | Chris Lattner |
| 2007-11-27 | Fix a crash on invalid code due to memcpy lowering. | Chris Lattner |
| 2007-11-21 | Fix a bug in which node A is replaced by node B, but later | Duncan Sands |
| 2007-10-01 | -pre-RA-sched=none, simple, simple-noitin are gone. | Evan Cheng |
| 2007-09-24 | Fix a typo in a comment. | Dan Gohman |
| 2007-09-17 | Fix for PR1633: Verifier doesn't fully verify GC intrinsics | Gordon Henriksen |
| 2007-09-07 | Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee... | Anton Korobeynikov |
| 2007-09-05 | Change all floating constants that are not exactly | Dale Johannesen |
| 2007-09-01 | Fix a gcroot lowering bug. | Evan Cheng |
| 2007-08-27 | Remove this test as it is too hard to fix after the | Duncan Sands |