Age | Commit message (Expand) | Author |
2005-08-02 | This code was very close, but not quite right. It did not take into | Chris Lattner |
2005-06-17 | Don't crash on: X = phi (X, X). | Chris Lattner |
2005-05-20 | Fix Transforms/SimplifyCFG/switch-simplify-crash.ll | Chris Lattner |
2005-05-14 | Make sure to preserve the calling convention when changing an invoke into | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-04-21 | Teach simplifycfg that setcc is cheap and non-trapping, so that it can | Chris Lattner |
2005-04-12 | Get rid of this for_each loop | Chris Lattner |
2005-02-27 | Fix spelling, patch contributed by Gabor Greif! | Chris Lattner |
2005-02-26 | remove extraneous cast | Chris Lattner |
2005-02-24 | Implement Transforms/SimplifyCFG/switch_thread.ll | Chris Lattner |
2005-01-29 | switchinst ctor now takes a hint for the number of cases that it will have. | Chris Lattner |
2005-01-01 | Implement SimplifyCFG/DeadSetCC.ll | Chris Lattner |
2004-12-10 | Fix Regression/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll, | Chris Lattner |
2004-11-30 | Squelch warning | Chris Lattner |
2004-11-30 | Alkis noticed that this variable is dead. Thanks! | Chris Lattner |
2004-11-30 | If we have something like this: | Chris Lattner |
2004-11-01 | Do not compute the predecessor list for a block unless we need it. | Chris Lattner |
2004-10-22 | Eliminate compilation warning on uninitialized variable. | Reid Spencer |
2004-10-18 | Simplify code by deleting instructions that preceed unreachable instructions. | Chris Lattner |
2004-10-14 | When converting phi nodes into select instructions, we shouldn't promote PHI | Chris Lattner |
2004-09-29 | Do not insert trivially dead select instructions, which allows us to | Chris Lattner |
2004-09-15 | Convert code to compile with vc7.1. | Reid Spencer |
2004-09-03 | Fixes to make LLVM compile with vc7.1. | Alkis Evlogimenos |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-07-21 | These files don't need to include <iostream> since they include "Support/Debu... | Brian Gaeke |
2004-07-20 | Implement SimplifyCFG/BrUnwind.ll | Chris Lattner |
2004-07-18 | bug 122: | Reid Spencer |
2004-07-15 | Progress on PR341 | Chris Lattner |
2004-07-04 | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer |
2004-06-21 | *FINALLY* Fix a really nasty nondeterministic bug that has been haunting us | Chris Lattner |
2004-06-20 | Add some DEBUG output to the simplifycfg routines | Chris Lattner |
2004-06-19 | Do not sort by the address of LLVM ConstantInt* objects. This produces | Chris Lattner |
2004-05-02 | Do not clone arbitrary condition instructions. | Chris Lattner |
2004-05-02 | Do not infinitely "unroll" single BB loops. | Chris Lattner |
2004-05-02 | Dont' merge terminators that are needed to select PHI node values. | Chris Lattner |
2004-05-01 | Implement SimplifyCFG/branch-cond-merge.ll | Chris Lattner |
2004-05-01 | Fix my missing parens | Chris Lattner |
2004-05-01 | Implement SimplifyCFG/branch-cond-prop.ll | Chris Lattner |
2004-04-09 | Fold code like: | 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-03-30 | Now that all the code generators support the select instruction, and the inst... | Chris Lattner |
2004-03-17 | Fix compilation of mesa, which I broke earlier today | Chris Lattner |
2004-03-16 | Do not copy gigantic switch instructions | Chris Lattner |
2004-02-28 | Implement switch->br and br->switch folding by ripping out the switch->switch | Chris Lattner |
2004-02-26 | turn things like: | Chris Lattner |
2004-02-24 | If a block is made dead, make sure to promptly remove it. | Chris Lattner |
2004-02-24 | Implement SimplifyCFG/switch_switch_fold.ll | Chris Lattner |
2004-02-24 | Rearrange code a bit | Chris Lattner |
2004-02-24 | Implement: test/Regression/Transforms/SimplifyCFG/switch_create.ll | Chris Lattner |