aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Don't spew stats to stderr.Nick Lewycky2008-02-191-1/+1
* Fix up the run line for this new test.Nick Lewycky2008-02-191-1/+1
* New test.Evan Cheng2008-02-191-0/+219
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-1911-137/+118
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-19162-3373/+3173
* - When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c...Evan Cheng2008-02-181-0/+17
* Correctly fold divide-by-constant, even when faced with overflow.Nick Lewycky2008-02-182-0/+23
* Don't mark scalar integer multiplication as Expand on x86, since x86Dan Gohman2008-02-181-0/+8
* make this just a bit more strict.Chris Lattner2008-02-181-1/+1
* Add support to GVN for performing sret return slot optimization. This means ...Owen Anderson2008-02-181-0/+28
* optimize away stackrestore calls that have no intervening alloca or call.Chris Lattner2008-02-181-3/+40
* upgrade this test.Chris Lattner2008-02-181-11/+11
* Fold (-x + -y) -> -(x+y) which promotes better association, fixingChris Lattner2008-02-171-0/+12
* Split up subtracts into add+negate if they have a reassociable use or operandChris Lattner2008-02-171-0/+13
* upgrade and simplify this test.Chris Lattner2008-02-171-6/+7
* Remove llvm-upgrade.Tanya Lattner2008-02-1750-906/+906
* fix this test.Chris Lattner2008-02-171-1/+1
* Remove llvm-upgradeTanya Lattner2008-02-171-10/+6
* Remove llvm-upgrade.Tanya Lattner2008-02-172-17/+21
* this test isn't useful since we added @ notation for globals.Chris Lattner2008-02-171-21/+0
* this line was commented out.Chris Lattner2008-02-171-1/+1
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-162-31/+8
* Removing llvm upgrade, so remove tests specific to llvm-upgrade and update th...Tanya Lattner2008-02-1627-13270/+13054
* Remove any 'nest' parameter attributes if the functionDuncan Sands2008-02-161-0/+57
* llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth2008-02-166-0/+79
* upgrade this test, which wasn't testing the right thing since llvm-upgrade ca...Chris Lattner2008-02-151-7/+7
* rename llx -> llChris Lattner2008-02-151-0/+0
* This test is not interesting.Evan Cheng2008-02-151-21/+0
* Modify test to expect improved code.Dale Johannesen2008-02-151-4/+4
* Fix this test on linux, which returns S242Duncan Sands2008-02-151-1/+2
* Fix PR2028Devang Patel2008-02-151-0/+5
* If loop header is also loop exiting block then OrigPN is incoming value for B...Devang Patel2008-02-141-0/+464
* Fix PR2029Chris Lattner2008-02-141-0/+14
* Fix a miscompilation from Dan's recent apintification.Chris Lattner2008-02-141-0/+8
* Remove llvm-upgradeTanya Lattner2008-02-1447-346/+267
* Testcase for PR2032.Nick Lewycky2008-02-141-0/+22
* Remove llvm-upgrade.Tanya Lattner2008-02-1443-597/+561
* This readme entry is done, testcase here: CodeGen/X86/zero-remat.llChris Lattner2008-02-141-0/+2
* Fix test.Evan Cheng2008-02-141-1/+1
* A loop latch phi node may have uses inside loop, not just in loop header.Devang Patel2008-02-131-0/+74
* While moving exit condition, do not drop loop latch on the floor.Devang Patel2008-02-131-0/+72
* Keep track of exit value operand number when operands are swapped.Devang Patel2008-02-131-0/+67
* New test, see comments.Dale Johannesen2008-02-131-0/+48
* Teach LegalizeTypes how to expand and promote CTLZ,Duncan Sands2008-02-131-12/+11
* Add a note pointing to PR1996.Eli Friedman2008-02-131-0/+1
* In SDISel, for targets that support FORMAL_ARGUMENTS nodes, lower thisChris Lattner2008-02-131-0/+18
* Add test for PR1996. (This is my first time adding a test for a Eli Friedman2008-02-131-0/+19
* Add testcase for recent legalizer changeNate Begeman2008-02-131-0/+8
* New tests.Evan Cheng2008-02-133-0/+71
* Re-apply the patch to improve the optimizations of memcpy's, with severalOwen Anderson2008-02-121-1/+0