aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* XFAIL this for now.Evan Cheng2008-02-201-0/+1
* this test requires sse2Chris Lattner2008-02-191-1/+1
* Don't fold and's into test instructions if they have multiple uses.Chris Lattner2008-02-191-0/+29
* rename tests to avoid a test- prefix when they aren't related to the test ins...Chris Lattner2008-02-1910-0/+0
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-1951-1306/+1302
* dead passChris Lattner2008-02-191-16/+0
* Fix PR2060 by rejecting invalid types for integer constants.Chris Lattner2008-02-191-0/+6
* 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