| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Forward progress: crtbegin.c now compiles successfully! | Scott Michel | 2008-01-17 | 3 | -11/+112 | 
| *  | This commit changes: | Chris Lattner | 2008-01-17 | 1 | -0/+8 | 
| *  | new testcase. | Chris Lattner | 2008-01-17 | 1 | -0/+8 | 
| *  | Test case for varargs parameter attribute issue I just fixed. | Evan Cheng | 2008-01-17 | 1 | -0/+31 | 
| *  | add testcase that has been sitting in my tree for awhile. | Chris Lattner | 2008-01-17 | 1 | -0/+11 | 
| *  | When a live virtual register is being clobbered by an implicit def, it is spi... | Evan Cheng | 2008-01-17 | 1 | -0/+35 | 
| *  | Fix arg promotion to propagate the correct attrs on the calls to | Chris Lattner | 2008-01-17 | 1 | -0/+25 | 
| *  | Fixes a nasty dag combiner bug that causes a bunch of tests to fail at -O0. | Evan Cheng | 2008-01-16 | 1 | -0/+30 | 
| *  | Trampoline support for x86-64.  This looks like | Duncan Sands | 2008-01-16 | 1 | -0/+14 | 
| *  | add testcase for regression | Chris Lattner | 2008-01-16 | 1 | -0/+9 | 
| *  | make sure to use a cpu that has sse. | Chris Lattner | 2008-01-16 | 1 | -1/+1 | 
| *  | My previous commit had an incomplete message, it should have been: | Chris Lattner | 2008-01-16 | 1 | -0/+12 | 
| *  | Do not strip llvm.used values. | Devang Patel | 2008-01-16 | 2 | -0/+18 | 
| *  | add a test to ensure that argpromote of one argument doesn't  | Chris Lattner | 2008-01-15 | 1 | -0/+26 | 
| *  | verify x86 generates ud2 for llvm.trap | Chris Lattner | 2008-01-15 | 1 | -0/+9 | 
| *  | new testcase for llvm.trap. | Chris Lattner | 2008-01-15 | 1 | -0/+9 | 
| *  | Testcase for gimplify_expr crash caused by an | Duncan Sands | 2008-01-15 | 1 | -0/+12 | 
| *  | I noticed that the trampoline straightening transformation could | Duncan Sands | 2008-01-14 | 2 | -0/+48 | 
| *  | This test is now the same as byval-1.ll, so remove it. | Duncan Sands | 2008-01-14 | 1 | -2/+0 | 
| *  | Test that byval cannot be used with pointers to | Duncan Sands | 2008-01-14 | 1 | -1/+2 | 
| *  | We now allow byval on fairly general pointer types. | Duncan Sands | 2008-01-14 | 1 | -1/+1 | 
| *  | Fix the miscompilation of MiBench/consumer-lame that was exposed by Evan's | Chris Lattner | 2008-01-14 | 1 | -0/+16 | 
| *  | Turn a memcpy from a double* into a load/store of double instead of | Chris Lattner | 2008-01-14 | 1 | -0/+14 | 
| *  | Fix PR1907, a nasty miscompilation because instcombine didn't | Chris Lattner | 2008-01-13 | 1 | -0/+9 | 
| *  | Check that nested functions don't get pointless | Duncan Sands | 2008-01-13 | 1 | -0/+3 | 
| *  | When turning a call to a bitcast function into a direct call, | Duncan Sands | 2008-01-13 | 2 | -2/+16 | 
| *  | new testcase for rdar://5685492 | Chris Lattner | 2008-01-13 | 1 | -0/+6 | 
| *  | we don't have to make an explicit copy of a byval argument when  | Chris Lattner | 2008-01-12 | 1 | -0/+28 | 
| *  | Be more liberal in what parameter attributes are | Duncan Sands | 2008-01-12 | 1 | -2/+2 | 
| *  | this actually does pass with 4.0 | Chris Lattner | 2008-01-12 | 1 | -1/+0 | 
| *  | When DAE drops the varargs part of a function, ensure any | Duncan Sands | 2008-01-11 | 1 | -1/+4 | 
| *  | llvm-g++ 4.0 has completely different code for this warning, | Chris Lattner | 2008-01-11 | 1 | -0/+1 | 
| *  | new testcase | Chris Lattner | 2008-01-11 | 1 | -0/+6 | 
| *  | Do not allow attributes beyond a function's last | Duncan Sands | 2008-01-11 | 1 | -0/+10 | 
| *  | Teach argpromote to ruthlessly hack small byval structs when it can | Chris Lattner | 2008-01-11 | 1 | -0/+24 | 
| *  | Two occurrences on one line count as one... | Duncan Sands | 2008-01-11 | 1 | -2/+2 | 
| *  | If there are attributes on the varargs part of a | Duncan Sands | 2008-01-11 | 1 | -0/+10 | 
| *  | More CellSPU refinements: | Scott Michel | 2008-01-11 | 3 | -3/+163 | 
| *  | Disable for now. | Dale Johannesen | 2008-01-11 | 1 | -0/+3 | 
| *  | When inlining a functino with a byval argument, make an explicit  | Chris Lattner | 2008-01-11 | 1 | -0/+28 | 
| *  | More CellSPU refinement and progress: | Scott Michel | 2008-01-11 | 23 | -0/+467 | 
| *  | Output sinl for a long double FSIN node, not sin. | Duncan Sands | 2008-01-10 | 1 | -0/+11 | 
| *  | Codegen improvement has reduced one spill. | Evan Cheng | 2008-01-10 | 1 | -1/+1 | 
| *  | new testcase for PR1845 | Chris Lattner | 2008-01-10 | 1 | -0/+11 | 
| *  | Special copy SUnit's do not have SDNode's. | Evan Cheng | 2008-01-09 | 1 | -0/+32 | 
| *  | Fix sse2.psrl.w and sse2.psrl.q definitions. | Evan Cheng | 2008-01-09 | 2 | -2/+36 | 
| *  | Make load->store deletion a bit smarter.  This allows us to compile this: | Chris Lattner | 2008-01-08 | 1 | -0/+11 | 
| *  | Crashes llc when using Chris's new legalization logic. | Duncan Sands | 2008-01-08 | 1 | -0/+17 | 
| *  | Implement PR1795, an instcombine hack for forming GEPs with integer pointer a... | Chris Lattner | 2008-01-08 | 1 | -0/+20 | 
| *  | remove darwin/i386 t-t | Chris Lattner | 2008-01-08 | 1 | -3/+0 |