aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix test to account for generating some vector code for mul v2i64 insteadMon P Wang2008-12-181-2/+2
* Re-XFAIL this test until debug stuff settles down.Bill Wendling2008-12-181-1/+4
* Added some basic test cases for r61209Mon P Wang2008-12-1818-0/+564
* Make all the vector elements positive in an srem of constant vector.Nick Lewycky2008-12-181-0/+7
* XFAIL on Linux.Bill Wendling2008-12-181-1/+1
* Do not XFAIL.Bill Wendling2008-12-181-1/+0
* XFAIL for now.Devang Patel2008-12-171-0/+1
* Xfail these tests for now.Devang Patel2008-12-174-0/+4
* Enhance heap sra to be substantially more aggressive w.r.t PHIChris Lattner2008-12-171-0/+41
* Fix for PR3225: disable a broken optimization inEli Friedman2008-12-171-0/+19
* A new dag combine; several permutations of thisDale Johannesen2008-12-161-0/+14
* Fix another crash found by inspection. If we have a PHI node mergingChris Lattner2008-12-161-0/+24
* fix a crash found by inspection.Chris Lattner2008-12-162-8/+29
* Add a helper to remove a branch and DCE the condition, and use it Eli Friedman2008-12-161-0/+46
* Remove empty test.Bill Wendling2008-12-161-0/+0
* Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling2008-12-161-13/+0
* We have decided not to support inline asm where an output operand with a matc...Evan Cheng2008-12-161-0/+1
* add testcase for -print-dbginfoEdwin Török2008-12-161-0/+136
* Generalize support for analyzing loops to include SLE/SGE loop exit conditionsNick Lewycky2008-12-164-2/+41
* fix PR3217: fully cached queries need to be verified against the Chris Lattner2008-12-161-0/+28
* Enable anti-dependence breaking by default when post-RA scheduling is enabled.Dan Gohman2008-12-161-1/+1
* Fix some register-alias-related bugs in the post-RA scheduler livenessDan Gohman2008-12-161-4/+2
* add testcase for r61051Chris Lattner2008-12-151-0/+42
* Added support for splitting and scalarizing vector shifts.Mon P Wang2008-12-152-0/+22
* add a basic test for heap-sraChris Lattner2008-12-151-0/+34
* Teach basicaa to use the nocapture attribute when possible. When theChris Lattner2008-12-151-0/+13
* Add a testcase for GCC PR 23455, which lpre handles now. Add someChris Lattner2008-12-152-1/+40
* Added support to LegalizeType for expanding the operands of scalar to vectorMon P Wang2008-12-151-0/+10
* gvn now hoists this load out of the hot non-call path.Chris Lattner2008-12-151-0/+54
* Adjust testcase to make it more stable across visitation order changes,Chris Lattner2008-12-151-1/+1
* make GVN try to rename inputs to the resultant replaced values, whichChris Lattner2008-12-158-13/+13
* Implement initial support for PHI translation in memdep. This means thatChris Lattner2008-12-153-0/+40
* another random testcase that shouldn't crash gvn and isChris Lattner2008-12-141-0/+18
* RLE isn't smart enough to eliminate this safely yet.Chris Lattner2008-12-131-0/+21
* rename some tests to be more uniform in naming convention.Chris Lattner2008-12-138-0/+0
* gvn should never crash on this.Chris Lattner2008-12-131-0/+35
* Temporarily revert r60973. It's inexplicably causing a failure when self-host...Bill Wendling2008-12-136-7/+7
* make RLE preserve the name of the load that it replaces. This is justChris Lattner2008-12-136-7/+7
* Re-enable test.Devang Patel2008-12-121-1/+0
* - Use patterns instead of creating completely new instruction matching patterns,Bill Wendling2008-12-122-18/+26
* XFAIL these tests for now.Devang Patel2008-12-122-2/+2
* Revert my re-instated reverted commit, fixes the bootstrap build on x86-64 li...Nick Lewycky2008-12-122-0/+2
* Sneaky, sneaky: move the -1 to the outside of the SMax. Reinstate theNick Lewycky2008-12-112-1/+27
* If ADD, SUB, or MUL have an overflow bit that's used, don't do transformation onBill Wendling2008-12-101-4/+36
* For amusement, implement SADDO, SSUBO, UADDO, USUBODuncan Sands2008-12-101-0/+42
* Fixed a bug when trying to optimize a extract vector element of aMon P Wang2008-12-101-0/+13
* Allow basicaa to walk through geps with identical indices in Chris Lattner2008-12-101-0/+16
* Fix a couple of Dwarf bugs.Evan Cheng2008-12-101-0/+49
* Implement fast-isel conversion of a branch instruction that's branching on anBill Wendling2008-12-091-0/+2
* loosen up an assertion that isn't valid when called fromChris Lattner2008-12-091-0/+26