| Commit message (Expand) | Author | Age | Files | Lines |
* | Make DSE much more aggressive by performing DCE earlier. Update a testcase t... | Owen Anderson | 2008-01-30 | 1 | -1/+1 |
* | Fix a bug where scalarrepl would discard offset if type would match. | Chris Lattner | 2008-01-30 | 1 | -0/+21 |
* | Update this test case. | Evan Cheng | 2008-01-29 | 1 | -2/+10 |
* | Don't let globalopt hack on volatile loads or stores. | Chris Lattner | 2008-01-29 | 1 | -0/+9 |
* | eliminate additions of 0.0 when they are obviously dead. This has to be care... | Chris Lattner | 2008-01-29 | 1 | -0/+15 |
* | Add a testcase for eliminating memcpy's at the end of functions. Forgot to c... | Owen Anderson | 2008-01-29 | 1 | -0/+52 |
* | Add target triples to these so they don't fail on linux. | Chris Lattner | 2008-01-29 | 2 | -0/+4 |
* | This would be better done as an executable test. | Duncan Sands | 2008-01-29 | 1 | -23/+0 |
* | After recent changes we fail to optimize this test | Duncan Sands | 2008-01-29 | 1 | -19/+0 |
* | Filter loops that subtract induction variables. | Devang Patel | 2008-01-29 | 1 | -0/+46 |
* | Overhaul Cell SPU's addressing mode internals so that there are now | Scott Michel | 2008-01-29 | 6 | -194/+79 |
* | New test. | Devang Patel | 2008-01-29 | 1 | -0/+24 |
* | Add test to make sure that #pragma mark/error doesn't error if there are | Bill Wendling | 2008-01-29 | 1 | -0/+6 |
* | Pure/const functions with ByVal parameters cannot | Duncan Sands | 2008-01-28 | 1 | -5/+10 |
* | this test is now compiled into the right thing. | Chris Lattner | 2008-01-28 | 1 | -1/+2 |
* | Make this more likely to be passed byval. | Duncan Sands | 2008-01-28 | 1 | -1/+1 |
* | Handle some more combinations of extend and icmp. Fixes PR1940. | Nick Lewycky | 2008-01-28 | 1 | -0/+17 |
* | Fix PR1932 by disabling an xform invalid for fdiv. | Chris Lattner | 2008-01-28 | 1 | -0/+7 |
* | Fix PR1938 by forcing the code that uses an undefined value to branch one | Chris Lattner | 2008-01-28 | 1 | -0/+36 |
* | Update this test. Due to dag combiner improvements, we now compile | Chris Lattner | 2008-01-27 | 1 | -1/+1 |
* | Be more careful modifying the use_list while also iterating through it. | Nick Lewycky | 2008-01-27 | 1 | -0/+2 |
* | Revert r46393: readonly/readnone functions are no | Duncan Sands | 2008-01-27 | 1 | -3/+3 |
* | Implement some dag combines that allow doing fneg/fabs/fcopysign in integer | Chris Lattner | 2008-01-27 | 1 | -0/+21 |
* | The CorrelatedExpressions pass is now no more. | Bill Wendling | 2008-01-27 | 12 | -462/+0 |
* | Fold fptrunc(add (fpextend x), (fpextend y)) -> add(x,y), as GCC does. | Chris Lattner | 2008-01-27 | 1 | -0/+36 |
* | New test to verify that "merging 4 loads into a vec load" continues to work and | Chris Lattner | 2008-01-26 | 1 | -0/+35 |
* | Infer alignment of loads and increase their alignment when we can tell they are | Chris Lattner | 2008-01-26 | 1 | -0/+22 |
* | remove a useless xfailed test. | Chris Lattner | 2008-01-26 | 1 | -27/+0 |
* | Invert this test, because it is wrong if we allow | Duncan Sands | 2008-01-26 | 1 | -3/+3 |
* | If there's no instructions being emitted on X86 for a function, emit a | Bill Wendling | 2008-01-26 | 1 | -0/+6 |
* | Need to convert to LLVM code and not C. | Bill Wendling | 2008-01-26 | 1 | -5/+4 |
* | Rename the .c to .ll | Bill Wendling | 2008-01-26 | 1 | -0/+0 |
* | Move testcase to the code gen directory. | Bill Wendling | 2008-01-26 | 1 | -0/+0 |
* | Create an explicit copy for byval parameters even | Duncan Sands | 2008-01-26 | 1 | -0/+19 |
* | If we have a function like this: | Bill Wendling | 2008-01-26 | 1 | -0/+7 |
* | Add another testcase. | Devang Patel | 2008-01-26 | 1 | -0/+8 |
* | Fix some bugs in SimplifyNodeWithTwoResults where it would call deletenode to | Chris Lattner | 2008-01-26 | 1 | -0/+31 |
* | New test case. | Evan Cheng | 2008-01-26 | 1 | -0/+23 |
* | add a testcase for a bug Duncan pointed out. | Chris Lattner | 2008-01-25 | 1 | -0/+10 |
* | Test for PR1942. | Duncan Sands | 2008-01-25 | 1 | -0/+23 |
* | DeadStoreElimination can treat byval parameters as if there were alloca's for... | Owen Anderson | 2008-01-25 | 1 | -0/+10 |
* | Add target-specific dag combines for FAND(x,0) and FOR(x,0). This allows | Chris Lattner | 2008-01-25 | 1 | -0/+14 |
* | New test. | Devang Patel | 2008-01-24 | 1 | -0/+6 |
* | Teach basicaa that 'byval' arguments define a new memory location that | Chris Lattner | 2008-01-24 | 1 | -0/+18 |
* | Significantly simplify and improve handling of FP function results on x86-32. | Chris Lattner | 2008-01-24 | 3 | -1/+29 |
* | take these with a pr # | Chris Lattner | 2008-01-24 | 2 | -2/+2 |
* | Let each target decide byval alignment. For X86, it's 4-byte unless the aggre... | Evan Cheng | 2008-01-23 | 4 | -4/+34 |
* | SSE varargs arguments are passed in memory. | Evan Cheng | 2008-01-22 | 1 | -0/+9 |
* | update this test to pass with duncan's change. | Chris Lattner | 2008-01-22 | 1 | -1/+1 |
* | Multiply can be evaluated in a different type, so long as the target type has | Nick Lewycky | 2008-01-22 | 1 | -0/+11 |