| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 'umax' similar to 'smax' SCEV. Closes PR2003. | Nick Lewycky | 2008-02-20 | 2 | -1/+18 |
* | XFAIL this for now. | Evan Cheng | 2008-02-20 | 1 | -0/+1 |
* | this test requires sse2 | Chris Lattner | 2008-02-19 | 1 | -1/+1 |
* | Don't fold and's into test instructions if they have multiple uses. | Chris Lattner | 2008-02-19 | 1 | -0/+29 |
* | rename tests to avoid a test- prefix when they aren't related to the test ins... | Chris Lattner | 2008-02-19 | 10 | -0/+0 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-02-19 | 51 | -1306/+1302 |
* | dead pass | Chris Lattner | 2008-02-19 | 1 | -16/+0 |
* | Fix PR2060 by rejecting invalid types for integer constants. | Chris Lattner | 2008-02-19 | 1 | -0/+6 |
* | Don't spew stats to stderr. | Nick Lewycky | 2008-02-19 | 1 | -1/+1 |
* | Fix up the run line for this new test. | Nick Lewycky | 2008-02-19 | 1 | -1/+1 |
* | New test. | Evan Cheng | 2008-02-19 | 1 | -0/+219 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-02-19 | 11 | -137/+118 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-02-19 | 162 | -3373/+3173 |
* | - When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c... | Evan Cheng | 2008-02-18 | 1 | -0/+17 |
* | Correctly fold divide-by-constant, even when faced with overflow. | Nick Lewycky | 2008-02-18 | 2 | -0/+23 |
* | Don't mark scalar integer multiplication as Expand on x86, since x86 | Dan Gohman | 2008-02-18 | 1 | -0/+8 |
* | make this just a bit more strict. | Chris Lattner | 2008-02-18 | 1 | -1/+1 |
* | Add support to GVN for performing sret return slot optimization. This means ... | Owen Anderson | 2008-02-18 | 1 | -0/+28 |
* | optimize away stackrestore calls that have no intervening alloca or call. | Chris Lattner | 2008-02-18 | 1 | -3/+40 |
* | upgrade this test. | Chris Lattner | 2008-02-18 | 1 | -11/+11 |
* | Fold (-x + -y) -> -(x+y) which promotes better association, fixing | Chris Lattner | 2008-02-17 | 1 | -0/+12 |
* | Split up subtracts into add+negate if they have a reassociable use or operand | Chris Lattner | 2008-02-17 | 1 | -0/+13 |
* | upgrade and simplify this test. | Chris Lattner | 2008-02-17 | 1 | -6/+7 |
* | Remove llvm-upgrade. | Tanya Lattner | 2008-02-17 | 50 | -906/+906 |
* | fix this test. | Chris Lattner | 2008-02-17 | 1 | -1/+1 |
* | Remove llvm-upgrade | Tanya Lattner | 2008-02-17 | 1 | -10/+6 |
* | Remove llvm-upgrade. | Tanya Lattner | 2008-02-17 | 2 | -17/+21 |
* | this test isn't useful since we added @ notation for globals. | Chris Lattner | 2008-02-17 | 1 | -21/+0 |
* | this line was commented out. | Chris Lattner | 2008-02-17 | 1 | -1/+1 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-02-16 | 2 | -31/+8 |
* | Removing llvm upgrade, so remove tests specific to llvm-upgrade and update th... | Tanya Lattner | 2008-02-16 | 27 | -13270/+13054 |
* | Remove any 'nest' parameter attributes if the function | Duncan Sands | 2008-02-16 | 1 | -0/+57 |
* | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth | 2008-02-16 | 6 | -0/+79 |
* | upgrade this test, which wasn't testing the right thing since llvm-upgrade ca... | Chris Lattner | 2008-02-15 | 1 | -7/+7 |
* | rename llx -> ll | Chris Lattner | 2008-02-15 | 1 | -0/+0 |
* | This test is not interesting. | Evan Cheng | 2008-02-15 | 1 | -21/+0 |
* | Modify test to expect improved code. | Dale Johannesen | 2008-02-15 | 1 | -4/+4 |
* | Fix this test on linux, which returns S242 | Duncan Sands | 2008-02-15 | 1 | -1/+2 |
* | Fix PR2028 | Devang Patel | 2008-02-15 | 1 | -0/+5 |
* | If loop header is also loop exiting block then OrigPN is incoming value for B... | Devang Patel | 2008-02-14 | 1 | -0/+464 |
* | Fix PR2029 | Chris Lattner | 2008-02-14 | 1 | -0/+14 |
* | Fix a miscompilation from Dan's recent apintification. | Chris Lattner | 2008-02-14 | 1 | -0/+8 |
* | Remove llvm-upgrade | Tanya Lattner | 2008-02-14 | 47 | -346/+267 |
* | Testcase for PR2032. | Nick Lewycky | 2008-02-14 | 1 | -0/+22 |
* | Remove llvm-upgrade. | Tanya Lattner | 2008-02-14 | 43 | -597/+561 |
* | This readme entry is done, testcase here: CodeGen/X86/zero-remat.ll | Chris Lattner | 2008-02-14 | 1 | -0/+2 |
* | Fix test. | Evan Cheng | 2008-02-14 | 1 | -1/+1 |
* | A loop latch phi node may have uses inside loop, not just in loop header. | Devang Patel | 2008-02-13 | 1 | -0/+74 |
* | While moving exit condition, do not drop loop latch on the floor. | Devang Patel | 2008-02-13 | 1 | -0/+72 |
* | Keep track of exit value operand number when operands are swapped. | Devang Patel | 2008-02-13 | 1 | -0/+67 |