| Commit message (Expand) | Author | Age | Files | Lines |
* | A little cleanup on this file. | Reid Spencer | 2004-12-11 | 1 | -11/+9 |
* | New feature | Chris Lattner | 2004-12-11 | 1 | -1/+3 |
* | Two bug fixes: | Chris Lattner | 2004-12-11 | 1 | -17/+27 |
* | Do not delete the entry block to a function. | Chris Lattner | 2004-12-11 | 1 | -1/+5 |
* | Bools are *also* not ints. Sigh. Furthermore, most of the TargetMachine | Brian Gaeke | 2004-12-11 | 2 | -2/+12 |
* | Look for many more moves to fold (previously, we only | Brian Gaeke | 2004-12-11 | 2 | -4/+48 |
* | Make GEPs not suck so much: | Brian Gaeke | 2004-12-11 | 2 | -30/+134 |
* | Update lists of failing benchmarks, including info on which | Brian Gaeke | 2004-12-11 | 2 | -48/+42 |
* | Implement Transforms/SCCP/ipsccp-gvar.ll, by tracking values stored to | Chris Lattner | 2004-12-11 | 1 | -12/+85 |
* | New testcase that ipsccp should handle. | Chris Lattner | 2004-12-11 | 1 | -0/+23 |
* | Fix some minor spellos and grammaros. | Reid Spencer | 2004-12-11 | 1 | -14/+13 |
* | Revert the last patch. We really do need SimplyCFG. | Reid Spencer | 2004-12-11 | 1 | -0/+3 |
* | Fix a bug where we could delete dead invoke instructions with uses. | Chris Lattner | 2004-12-11 | 1 | -0/+26 |
* | Path::get -> Path::toString | Reid Spencer | 2004-12-11 | 21 | -123/+141 |
* | Remove this pass as its no longer needed. | Reid Spencer | 2004-12-10 | 1 | -3/+0 |
* | This pass is no longer needed. | Chris Lattner | 2004-12-10 | 1 | -1/+0 |
* | Implement SCCP/ipsccp-conditional.ll, by totally deleting dead blocks. | Chris Lattner | 2004-12-10 | 1 | -2/+29 |
* | New testcase | Chris Lattner | 2004-12-10 | 1 | -0/+19 |
* | Get rid of warning from flex. | Reid Spencer | 2004-12-10 | 1 | -1/+0 |
* | Fix SCCP/2004-12-10-UndefBranchBug.ll | Chris Lattner | 2004-12-10 | 1 | -3/+51 |
* | Add missing accessor. | Chris Lattner | 2004-12-10 | 1 | -0/+2 |
* | Make sure to link the target-triple as well, so it ends up in the .llvm.bc file | Chris Lattner | 2004-12-10 | 1 | -1/+6 |
* | New testcase that SCCP miscompiles. Luckily this is extremely unlikely to | Chris Lattner | 2004-12-10 | 1 | -0/+11 |
* | Fix output for Flexing to not print full path of source. | Reid Spencer | 2004-12-10 | 1 | -1/+1 |
* | Check in the right test | Chris Lattner | 2004-12-10 | 1 | -4/+1 |
* | Fix Regression/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll, | Chris Lattner | 2004-12-10 | 1 | -14/+13 |
* | New testcase for a bug exposed by the ipsccp pass, causing dparser to fail | Chris Lattner | 2004-12-10 | 1 | -0/+62 |
* | Fix typo | Chris Lattner | 2004-12-10 | 1 | -1/+1 |
* | Merged in RELEASE_14 changes. | John Criswell | 2004-12-10 | 7 | -54/+79 |
* | Move -lowerselect later in the chain; some select instructions were | Brian Gaeke | 2004-12-10 | 2 | -12/+12 |
* | Add the rest of the multiply instructions. | Brian Gaeke | 2004-12-10 | 2 | -4/+16 |
* | Support binary operations with immediates for <= cInt. | Brian Gaeke | 2004-12-10 | 2 | -8/+46 |
* | Update lists of failing benchmarks (except C++...something is the | Brian Gaeke | 2004-12-10 | 2 | -4/+2 |
* | Turn on ipsccp by default instead of simple IPCP | Chris Lattner | 2004-12-10 | 1 | -1/+2 |
* | This is the initial implementation of IPSCCP, as requested by Brian. | Chris Lattner | 2004-12-10 | 1 | -63/+273 |
* | New prototype | Chris Lattner | 2004-12-10 | 1 | -0/+6 |
* | New testcase | Chris Lattner | 2004-12-10 | 1 | -0/+13 |
* | Emit correct prototype for __builtin_alloca on V8. | Brian Gaeke | 2004-12-10 | 2 | -2/+16 |
* | Fix writer to properly quote label names when they don't contain | Alkis Evlogimenos | 2004-12-10 | 1 | -3/+7 |
* | Do not allow empty label names. | Alkis Evlogimenos | 2004-12-10 | 1 | -1/+1 |
* | Update testcase | Alkis Evlogimenos | 2004-12-10 | 1 | -2/+2 |
* | Implement test/Feature/escaped_label.ll | Chris Lattner | 2004-12-10 | 1 | -0/+7 |
* | Simple testcase for quoted label. | Chris Lattner | 2004-12-10 | 1 | -0/+10 |
* | Link V8 backend into llc. | Brian Gaeke | 2004-12-10 | 1 | -0/+1 |
* | Add SparcV8 target back into the build | Brian Gaeke | 2004-12-10 | 1 | -1/+1 |
* | Adjust paths: Sparc/V8 --> SparcV8 | Brian Gaeke | 2004-12-10 | 4 | -6/+6 |
* | Make this file self-contained. | Brian Gaeke | 2004-12-10 | 2 | -2/+124 |
* | Update list of failing MultiSource benchmarks. It works out to +5 -5, but I | Brian Gaeke | 2004-12-10 | 2 | -14/+14 |
* | When FpMOVDs appeared in pairs, we were mistakenly skipping over the latter of | Brian Gaeke | 2004-12-10 | 2 | -2/+6 |
* | Missed moving bugpoint link over to CommandGuide/html/ | Misha Brukman | 2004-12-09 | 1 | -1/+1 |