aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Update bitcode reader and writer to handle multiple return values. Devang Patel2008-02-261-1/+1
* Fix an issue where GVN was performing the return slot optimization when it wasOwen Anderson2008-02-251-0/+32
* Temporarily reverting 46959.Evan Cheng2008-02-251-0/+1
* Fix an issue where GVN would try to use an instruction before its definition ...Owen Anderson2008-02-252-1/+26
* Backing out r47521 for now. This has broken a number of tests.Evan Cheng2008-02-231-1/+1
* Merge current work back to tree to minimize diffs and drift. Major highlightsScott Michel2008-02-231-3/+2
* Testcase for Revision 47478.Zhou Sheng2008-02-231-0/+9
* Rematerialization logic was overly conservative when it comes to loads from f...Evan Cheng2008-02-231-0/+49
* Update test.Evan Cheng2008-02-231-11/+13
* Remat of pic loads are now on by default.Evan Cheng2008-02-231-1/+1
* Fix a bug that caused opt and other tools to silently ignoreDan Gohman2008-02-231-0/+3
* Properly read and write bitcodes for multiple return values.Devang Patel2008-02-231-1/+1
* Really. Why doesn't every arch support MMX?Evan Cheng2008-02-231-1/+1
* Test case for PR2082.Evan Cheng2008-02-221-0/+55
* Allow re-materialization of pic load (controlled by -remat-pic-load for now).Evan Cheng2008-02-221-0/+45
* copy mmx values from/to memory with GPRs on x86-32 Chris Lattner2008-02-221-2/+3
* Start using GPR's to copy around mmx value instead of mmx regs.Chris Lattner2008-02-221-0/+14
* Treat clobber operands like early clobbers: if we haveChris Lattner2008-02-211-2/+11
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-2190-1460/+1482
* testcase for PR1133Chris Lattner2008-02-211-0/+9
* Fix a (harmless) but where vregs were added to the used reg lists for Chris Lattner2008-02-211-0/+15
* Let invoke return aggregate value.Devang Patel2008-02-211-0/+10
* Let function call return aggregate.Devang Patel2008-02-212-1/+12
* XFAIL for now.Devang Patel2008-02-201-1/+2
* Now functions can return aggregate values.Devang Patel2008-02-201-2/+1
* Add 'umax' similar to 'smax' SCEV. Closes PR2003.Nick Lewycky2008-02-202-1/+18
* 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