| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix test to account for generating some vector code for mul v2i64 instead | Mon P Wang | 2008-12-18 | 1 | -2/+2 |
* | Re-XFAIL this test until debug stuff settles down. | Bill Wendling | 2008-12-18 | 1 | -1/+4 |
* | Added some basic test cases for r61209 | Mon P Wang | 2008-12-18 | 18 | -0/+564 |
* | Make all the vector elements positive in an srem of constant vector. | Nick Lewycky | 2008-12-18 | 1 | -0/+7 |
* | XFAIL on Linux. | Bill Wendling | 2008-12-18 | 1 | -1/+1 |
* | Do not XFAIL. | Bill Wendling | 2008-12-18 | 1 | -1/+0 |
* | XFAIL for now. | Devang Patel | 2008-12-17 | 1 | -0/+1 |
* | Xfail these tests for now. | Devang Patel | 2008-12-17 | 4 | -0/+4 |
* | Enhance heap sra to be substantially more aggressive w.r.t PHI | Chris Lattner | 2008-12-17 | 1 | -0/+41 |
* | Fix for PR3225: disable a broken optimization in | Eli Friedman | 2008-12-17 | 1 | -0/+19 |
* | A new dag combine; several permutations of this | Dale Johannesen | 2008-12-16 | 1 | -0/+14 |
* | Fix another crash found by inspection. If we have a PHI node merging | Chris Lattner | 2008-12-16 | 1 | -0/+24 |
* | fix a crash found by inspection. | Chris Lattner | 2008-12-16 | 2 | -8/+29 |
* | Add a helper to remove a branch and DCE the condition, and use it | Eli Friedman | 2008-12-16 | 1 | -0/+46 |
* | Remove empty test. | Bill Wendling | 2008-12-16 | 1 | -0/+0 |
* | Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release | Bill Wendling | 2008-12-16 | 1 | -13/+0 |
* | We have decided not to support inline asm where an output operand with a matc... | Evan Cheng | 2008-12-16 | 1 | -0/+1 |
* | add testcase for -print-dbginfo | Edwin Török | 2008-12-16 | 1 | -0/+136 |
* | Generalize support for analyzing loops to include SLE/SGE loop exit conditions | Nick Lewycky | 2008-12-16 | 4 | -2/+41 |
* | fix PR3217: fully cached queries need to be verified against the | Chris Lattner | 2008-12-16 | 1 | -0/+28 |
* | Enable anti-dependence breaking by default when post-RA scheduling is enabled. | Dan Gohman | 2008-12-16 | 1 | -1/+1 |
* | Fix some register-alias-related bugs in the post-RA scheduler liveness | Dan Gohman | 2008-12-16 | 1 | -4/+2 |
* | add testcase for r61051 | Chris Lattner | 2008-12-15 | 1 | -0/+42 |
* | Added support for splitting and scalarizing vector shifts. | Mon P Wang | 2008-12-15 | 2 | -0/+22 |
* | add a basic test for heap-sra | Chris Lattner | 2008-12-15 | 1 | -0/+34 |
* | Teach basicaa to use the nocapture attribute when possible. When the | Chris Lattner | 2008-12-15 | 1 | -0/+13 |
* | Add a testcase for GCC PR 23455, which lpre handles now. Add some | Chris Lattner | 2008-12-15 | 2 | -1/+40 |
* | Added support to LegalizeType for expanding the operands of scalar to vector | Mon P Wang | 2008-12-15 | 1 | -0/+10 |
* | gvn now hoists this load out of the hot non-call path. | Chris Lattner | 2008-12-15 | 1 | -0/+54 |
* | Adjust testcase to make it more stable across visitation order changes, | Chris Lattner | 2008-12-15 | 1 | -1/+1 |
* | make GVN try to rename inputs to the resultant replaced values, which | Chris Lattner | 2008-12-15 | 8 | -13/+13 |
* | Implement initial support for PHI translation in memdep. This means that | Chris Lattner | 2008-12-15 | 3 | -0/+40 |
* | another random testcase that shouldn't crash gvn and is | Chris Lattner | 2008-12-14 | 1 | -0/+18 |
* | RLE isn't smart enough to eliminate this safely yet. | Chris Lattner | 2008-12-13 | 1 | -0/+21 |
* | rename some tests to be more uniform in naming convention. | Chris Lattner | 2008-12-13 | 8 | -0/+0 |
* | gvn should never crash on this. | Chris Lattner | 2008-12-13 | 1 | -0/+35 |
* | Temporarily revert r60973. It's inexplicably causing a failure when self-host... | Bill Wendling | 2008-12-13 | 6 | -7/+7 |
* | make RLE preserve the name of the load that it replaces. This is just | Chris Lattner | 2008-12-13 | 6 | -7/+7 |
* | Re-enable test. | Devang Patel | 2008-12-12 | 1 | -1/+0 |
* | - Use patterns instead of creating completely new instruction matching patterns, | Bill Wendling | 2008-12-12 | 2 | -18/+26 |
* | XFAIL these tests for now. | Devang Patel | 2008-12-12 | 2 | -2/+2 |
* | Revert my re-instated reverted commit, fixes the bootstrap build on x86-64 li... | Nick Lewycky | 2008-12-12 | 2 | -0/+2 |
* | Sneaky, sneaky: move the -1 to the outside of the SMax. Reinstate the | Nick Lewycky | 2008-12-11 | 2 | -1/+27 |
* | If ADD, SUB, or MUL have an overflow bit that's used, don't do transformation on | Bill Wendling | 2008-12-10 | 1 | -4/+36 |
* | For amusement, implement SADDO, SSUBO, UADDO, USUBO | Duncan Sands | 2008-12-10 | 1 | -0/+42 |
* | Fixed a bug when trying to optimize a extract vector element of a | Mon P Wang | 2008-12-10 | 1 | -0/+13 |
* | Allow basicaa to walk through geps with identical indices in | Chris Lattner | 2008-12-10 | 1 | -0/+16 |
* | Fix a couple of Dwarf bugs. | Evan Cheng | 2008-12-10 | 1 | -0/+49 |
* | Implement fast-isel conversion of a branch instruction that's branching on an | Bill Wendling | 2008-12-09 | 1 | -0/+2 |
* | loosen up an assertion that isn't valid when called from | Chris Lattner | 2008-12-09 | 1 | -0/+26 |