summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-21
* testcase for PR1133Chris Lattner2008-02-21
* Fix a (harmless) but where vregs were added to the used reg lists for Chris Lattner2008-02-21
* Let invoke return aggregate value.Devang Patel2008-02-21
* Let function call return aggregate.Devang Patel2008-02-21
* XFAIL for now.Devang Patel2008-02-20
* Now functions can return aggregate values.Devang Patel2008-02-20
* Add 'umax' similar to 'smax' SCEV. Closes PR2003.Nick Lewycky2008-02-20
* XFAIL this for now.Evan Cheng2008-02-20
* this test requires sse2Chris Lattner2008-02-19
* Don't fold and's into test instructions if they have multiple uses.Chris Lattner2008-02-19
* rename tests to avoid a test- prefix when they aren't related to the test ins...Chris Lattner2008-02-19
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-19
* dead passChris Lattner2008-02-19
* Fix PR2060 by rejecting invalid types for integer constants.Chris Lattner2008-02-19
* Don't spew stats to stderr.Nick Lewycky2008-02-19
* Fix up the run line for this new test.Nick Lewycky2008-02-19
* New test.Evan Cheng2008-02-19
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-19
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-19
* - When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c...Evan Cheng2008-02-18
* Correctly fold divide-by-constant, even when faced with overflow.Nick Lewycky2008-02-18
* Don't mark scalar integer multiplication as Expand on x86, since x86Dan Gohman2008-02-18
* make this just a bit more strict.Chris Lattner2008-02-18
* Add support to GVN for performing sret return slot optimization. This means ...Owen Anderson2008-02-18
* optimize away stackrestore calls that have no intervening alloca or call.Chris Lattner2008-02-18
* upgrade this test.Chris Lattner2008-02-18
* Fold (-x + -y) -> -(x+y) which promotes better association, fixingChris Lattner2008-02-17
* Split up subtracts into add+negate if they have a reassociable use or operandChris Lattner2008-02-17
* upgrade and simplify this test.Chris Lattner2008-02-17
* Remove llvm-upgrade.Tanya Lattner2008-02-17
* fix this test.Chris Lattner2008-02-17
* Remove llvm-upgradeTanya Lattner2008-02-17
* Remove llvm-upgrade.Tanya Lattner2008-02-17
* this test isn't useful since we added @ notation for globals.Chris Lattner2008-02-17
* this line was commented out.Chris Lattner2008-02-17
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-16
* Removing llvm upgrade, so remove tests specific to llvm-upgrade and update th...Tanya Lattner2008-02-16
* Remove any 'nest' parameter attributes if the functionDuncan Sands2008-02-16
* llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth2008-02-16
* upgrade this test, which wasn't testing the right thing since llvm-upgrade ca...Chris Lattner2008-02-15
* rename llx -> llChris Lattner2008-02-15
* This test is not interesting.Evan Cheng2008-02-15
* Modify test to expect improved code.Dale Johannesen2008-02-15
* Fix this test on linux, which returns S242Duncan Sands2008-02-15
* Fix PR2028Devang Patel2008-02-15
* If loop header is also loop exiting block then OrigPN is incoming value for B...Devang Patel2008-02-14
* Fix PR2029Chris Lattner2008-02-14
* Fix a miscompilation from Dan's recent apintification.Chris Lattner2008-02-14
* Remove llvm-upgradeTanya Lattner2008-02-14