Age | Commit message (Expand) | Author |
2004-04-13 | Refactor code a bit to make it simpler and eliminate the goto | Chris Lattner |
2004-04-13 | This patch addresses PR35: Loop simplify should reconstruct nested loops. | Chris Lattner |
2004-04-09 | Fold code like: | Chris Lattner |
2004-04-08 | Implement ScalarRepl/select_promote.ll | Chris Lattner |
2004-04-05 | Support getelementptr instructions which use uint's to index into structure | Chris Lattner |
2004-04-02 | Fix the obvious bug in my previous checkin | Chris Lattner |
2004-04-02 | Implement Transforms/SimplifyCFG/return-merge.ll | Chris Lattner |
2004-04-01 | Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx | Chris Lattner |
2004-04-01 | Remove some assertions that are now bogus with the last patch I put in | Chris Lattner |
2004-04-01 | Fix PR306: Loop simplify incorrectly updates dominator information | Chris Lattner |
2004-03-31 | Add warning | Chris Lattner |
2004-03-31 | Fix linking of constant expr casts due to type resolution changes. With | Chris Lattner |
2004-03-30 | Now that all the code generators support the select instruction, and the inst... | Chris Lattner |
2004-03-30 | Add a simple select instruction lowering pass | Chris Lattner |
2004-03-18 | Fix bug: CodeExtractor/2004-03-17-MissedLiveIns.ll | Chris Lattner |
2004-03-18 | Fix CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll | Chris Lattner |
2004-03-18 | Seriously simplify and correct the PHI node handling code. | Chris Lattner |
2004-03-18 | Fix CodeExtractor/2004-03-17-OutputMismatch.ll | Chris Lattner |
2004-03-18 | Fix several bugs in the extractor: | Chris Lattner |
2004-03-18 | Prune #includes, moving the module interface to the front. Note that this | Chris Lattner |
2004-03-17 | Fix compilation of mesa, which I broke earlier today | Chris Lattner |
2004-03-16 | This code was both incredibly complex and incredibly broken. Fix it. | Chris Lattner |
2004-03-16 | Do not copy gigantic switch instructions | Chris Lattner |
2004-03-16 | Fix a regression from this patch: | Chris Lattner |
2004-03-15 | Mostly cosmetic improvements. Do fix the bug where a global value was consid... | Chris Lattner |
2004-03-15 | Assert that input blocks meet the invariants we expect | Chris Lattner |
2004-03-14 | No correctness fixes here, just minor qoi fixes: | Chris Lattner |
2004-03-14 | Simplify code a bit, and fix bug CodeExtractor/2004-03-14-NoSwitchSupport.ll | Chris Lattner |
2004-03-14 | Simplify the code a bit by making the collection of basic blocks to extract | Chris Lattner |
2004-03-14 | Do not create empty basic blocks when the lowerswitch pass expects blocks to | Chris Lattner |
2004-03-14 | Minor random cleanups | Chris Lattner |
2004-03-14 | If a block is dead, dominators will not be calculated for it. Because of this | Chris Lattner |
2004-03-14 | Verify functions as they are produced if -debug is specified. Reduce | Chris Lattner |
2004-03-14 | Move to the IPO library. Utils shouldn't contain passes. | Chris Lattner |
2004-03-14 | DemoteRegToStack got moved from DemoteRegToStack.h to Local.h | Chris Lattner |
2004-03-13 | This little patch speeds up the loop used to update the dominator set analysis. | Chris Lattner |
2004-03-12 | Add constant folding wrapper support for select instructions. | Chris Lattner |
2004-03-03 | Don't emit things like malloc(16*1). Allocation instructions are fixed arity... | Chris Lattner |
2004-03-02 | Implement ExtractCodeRegion() | Misha Brukman |
2004-03-02 | Make a note that this is usually used via bugpoint. | Misha Brukman |
2004-03-01 | * Add implementation of ExtractBasicBlock() | Misha Brukman |
2004-03-01 | Disable tail duplication in a case that breaks on Olden/tsp | Chris Lattner |
2004-02-29 | Fix bug: test/Regression/Transforms/LowerInvoke/2004-02-29-PHICrash.llx | Chris Lattner |
2004-02-28 | Implement switch->br and br->switch folding by ripping out the switch->switch | Chris Lattner |
2004-02-28 | if there is already a prototype for malloc/free, use it, even if it's incorrect. | Chris Lattner |
2004-02-28 | Right, it's really Extractor, not Extraction. | Misha Brukman |
2004-02-28 | A pass that uses the generic CodeExtractor to rip out *every* loop in every | Misha Brukman |
2004-02-28 | A generic code extractor: given a list of BasicBlocks, it will rip them out into | Misha Brukman |
2004-02-26 | turn things like: | Chris Lattner |
2004-02-25 | Fix incorrect debug code | Chris Lattner |