| Age | Commit message (Expand) | Author |
| 2008-01-18 | UnXFAIL this test. | Tanya Lattner |
| 2008-01-17 | When a live virtual register is being clobbered by an implicit def, it is spi... | Evan Cheng |
| 2008-01-16 | Fixes a nasty dag combiner bug that causes a bunch of tests to fail at -O0. | Evan Cheng |
| 2008-01-16 | Trampoline support for x86-64. This looks like | Duncan Sands |
| 2008-01-16 | add testcase for regression | Chris Lattner |
| 2008-01-16 | make sure to use a cpu that has sse. | Chris Lattner |
| 2008-01-16 | My previous commit had an incomplete message, it should have been: | Chris Lattner |
| 2008-01-15 | verify x86 generates ud2 for llvm.trap | Chris Lattner |
| 2008-01-15 | new testcase for llvm.trap. | Chris Lattner |
| 2008-01-11 | More CellSPU refinements: | Scott Michel |
| 2008-01-11 | Disable for now. | Dale Johannesen |
| 2008-01-11 | More CellSPU refinement and progress: | Scott Michel |
| 2008-01-10 | Output sinl for a long double FSIN node, not sin. | Duncan Sands |
| 2008-01-10 | Codegen improvement has reduced one spill. | Evan Cheng |
| 2008-01-10 | new testcase for PR1845 | Chris Lattner |
| 2008-01-09 | Special copy SUnit's do not have SDNode's. | Evan Cheng |
| 2008-01-09 | Fix sse2.psrl.w and sse2.psrl.q definitions. | Evan Cheng |
| 2008-01-08 | Make load->store deletion a bit smarter. This allows us to compile this: | Chris Lattner |
| 2008-01-08 | Crashes llc when using Chris's new legalization logic. | Duncan Sands |
| 2008-01-08 | remove darwin/i386 t-t | Chris Lattner |
| 2008-01-08 | Finally implement correct ordered comparisons for PPC, even though | Chris Lattner |
| 2008-01-07 | Update test to catch recent x86 insert regression and improvements | Nate Begeman |
| 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 |
| 2008-01-02 | fix this to use a valid triple. | Chris Lattner |
| 2008-01-02 | verify that aligned common support doesn't break. | Chris Lattner |
| 2007-12-31 | Fix PR1833 - eh.exception and eh.selector return two | Duncan Sands |
| 2007-12-29 | One readme entry is done, one is really easy (Evan, want to investigate | Chris Lattner |
| 2007-12-29 | upgrade this test | Chris Lattner |
| 2007-12-29 | Fold comparisons against a constant nan, and optimize ORD/UNORD | Chris Lattner |
| 2007-12-29 | this xform is implemented. | Chris Lattner |
| 2007-12-29 | Codegen: | Chris Lattner |
| 2007-12-29 | avoid going through a stack slot to convert from fpstack to xmm reg | Chris Lattner |
| 2007-12-26 | one fewer uncond branch with my codegenprepare hack for single-mbb backedges. | Chris Lattner |
| 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-20 | Remove xfail. This is fixed. | Evan Cheng |
| 2007-12-20 | More working CellSPU tests: | Scott Michel |
| 2007-12-19 | CellSPU testcase, extract_elt.ll: extract vector element. | Scott Michel |
| 2007-12-19 | More working CellSPU test cases: | Scott Michel |
| 2007-12-19 | Two more test cases: or_ops.ll (arithmetic or operations) and vecinsert.ll | Scott Michel |
| 2007-12-19 | Add new immed16.ll test case, fix CellSPU errata to make test case work. | Scott Michel |
| 2007-12-18 | Fix PR1872: SrcValue and SrcValueOffset should not be used to compute load / ... | Evan Cheng |
| 2007-12-18 | FIX for PR1799: When a load is unfolded from an instruction, check if it is a... | Evan Cheng |
| 2007-12-17 | i32 immediate constant test case for CellSPU | Scott Michel |
| 2007-12-17 | - Restore some i8 functionality in CellSPU | Scott Michel |
| 2007-12-17 | Make invokes of inline asm legal. Teach codegen | Duncan Sands |
| 2007-12-15 | Make better use of instructions that clear high bits; fix various 2-wide shuf... | Evan Cheng |