| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-apply r124518 with fix. Watch out for invalidated iterator. | Evan Cheng | 2011-01-29 | 1 | -10/+0 |
* | Revert r124518. It broke Linux self-host. | Evan Cheng | 2011-01-29 | 1 | -0/+10 |
* | Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon... | Evan Cheng | 2011-01-29 | 1 | -10/+0 |
* | Revert r124462. There are a few big regressions that I need to fix first. | Evan Cheng | 2011-01-28 | 1 | -0/+10 |
* | - Stop simplifycfg from duplicating "ret" instructions into unconditional | Evan Cheng | 2011-01-28 | 1 | -10/+0 |
* | make these tests a bit less fragile | Chris Lattner | 2010-12-13 | 1 | -9/+4 |
* | Teach SimplifyCFG how to simplify indirectbr instructions. | Dan Gohman | 2010-08-14 | 1 | -1/+0 |
* | Implement PR5795 by merging duplicated return blocks. This could go further | Chris Lattner | 2009-12-22 | 1 | -0/+19 |
* | convert to filecheck | Chris Lattner | 2009-12-22 | 1 | -5/+15 |
* | if basic blocks are destroyed while there are *just* BlockAddress' hanging | Chris Lattner | 2009-10-30 | 1 | -2/+7 |
* | fix a bunch of spurious failures for people whose home directory | Chris Lattner | 2009-09-11 | 1 | -1/+1 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Upgrade tests to not use llvm-upgrade. | Tanya Lattner | 2008-03-18 | 1 | -14/+15 |
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 1 | -1/+1 |
* | Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. | Misha Brukman | 2003-09-16 | 1 | -1/+1 |
* | Eliminate explicit control flow in tests | Chris Lattner | 2003-06-28 | 1 | -4/+1 |
* | Update run line | Chris Lattner | 2002-05-21 | 1 | -1/+1 |
* | Initial testcases for CFG simplify (which is part of DCE for now) | Chris Lattner | 2002-05-06 | 1 | -0/+27 |