Age | Commit message (Expand) | Author |
2005-09-27 | Avoid spilling stack slots... to stack slots. | Chris Lattner |
2005-09-27 | Completely rewrite 'correct' eh support. This changes how setjmp insertion | Chris Lattner |
2005-09-27 | allow demotion to volatile values, add support for invoke | Chris Lattner |
2005-09-26 | Move the ConstantFoldLoadThroughGEPConstantExpr function out of the InstCombine | Chris Lattner |
2005-09-23 | remove some debugging code | Chris Lattner |
2005-09-23 | Fold two consequtive branches that share a common destination between them. | Chris Lattner |
2005-09-23 | simplify some logic further | Chris Lattner |
2005-09-23 | pull a bunch of logic out of SimplifyCFG into a helper fn | Chris Lattner |
2005-09-20 | Start threading across blocks with code in them, so long as the code does | Chris Lattner |
2005-09-20 | Implement merging of blocks with the same condition if the block has multiple | Chris Lattner |
2005-09-19 | Reject a case we don't handle yet | Chris Lattner |
2005-09-19 | remove debugging code :-/ | Chris Lattner |
2005-09-19 | Implement SimplifyCFG/branch-phi-thread.ll, the most trivial case of threading | Chris Lattner |
2005-08-13 | Teach SplitCriticalEdge to update LoopInfo if it is alive. This fixes | Chris Lattner |
2005-08-13 | remove dead code. The exit block list is computed on demand, thus does not | Chris Lattner |
2005-08-12 | Change break critical edges to not remove, then insert, PHI node entries. | Chris Lattner |
2005-08-10 | remove some trickiness that broke yacr2 and some other programs last night | Chris Lattner |
2005-08-10 | Make loop-simplify produce better loops by turning PHI nodes like X = phi [X, Y] | Chris Lattner |
2005-08-05 | This code can handle non-dominating instructions | Chris Lattner |
2005-08-04 | Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization into | Nate Begeman |
2005-08-03 | The correct fix for PR612, which also fixes | Chris Lattner |
2005-08-03 | When inserting code, make sure not to insert it before PHI nodes. This | Chris Lattner |
2005-08-03 | Fix Transforms/SimplifyCFG/2005-08-03-PHIFactorCrash.ll, a problem that | Chris Lattner |
2005-08-03 | Finally, add the required constraint checks to fix Transforms/SimplifyCFG/20... | Chris Lattner |
2005-08-03 | Simplify some code, add the correct pred checks | Chris Lattner |
2005-08-03 | Refactor code out of PropagatePredecessorsForPHIs, turning it into a pure fun... | Chris Lattner |
2005-08-03 | use splice instead of remove/insert to avoid some symtab operations | Chris Lattner |
2005-08-03 | move two functions up in the file, use SafeToMergeTerminators to eliminate | Chris Lattner |
2005-08-03 | Rip some code out of the main SimplifyCFG function into a subfunction and | Chris Lattner |
2005-08-02 | Disable this patch: | Chris Lattner |
2005-08-02 | Change a place to use an arbitrary value instead of null, when possible | Chris Lattner |
2005-08-02 | This code was very close, but not quite right. It did not take into | Chris Lattner |
2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
2005-06-30 | Fix PR590 and Transforms/Mem2Reg/2005-06-30-ReadBeforeWrite.ll. | Chris Lattner |
2005-06-19 | prevent DCE of vaarg intrinsics. This should take care of most regressions | Andrew Lenharth |
2005-06-17 | Don't crash on: X = phi (X, X). | Chris Lattner |
2005-06-09 | Fix a 64-bit problem, passing (int)0 through ... instead of (void*)0 | 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-05-13 | When lowering invokes to calls, amke sure to preserve the calling conv. This | Chris Lattner |
2005-05-13 | Prefer int 0 instead of long 0 for GEP arguments. | Chris Lattner |
2005-05-09 | wrap long lines, preserve calling conventions when cloning functions and | Chris Lattner |
2005-05-06 | BAD typeo which caused many testsuite failures last night. Note to self, do | Chris Lattner |
2005-05-06 | Preserve tail marker | Chris Lattner |
2005-05-06 | Implement Transforms/Inline/inline-tail.ll | Chris Lattner |
2005-05-06 | DCE intrinsic instructions without side effects. | Chris Lattner |
2005-05-02 | Fixed a comment. | John Criswell |
2005-04-29 | Remove optimizations that don't require both operands to be constant. These | Reid Spencer |
2005-04-28 | * Add constant folding for additional floating point library calls such as | Reid Spencer |
2005-04-23 | Eliminate tabs and trailing spaces | Jeff Cohen |