Age | Commit message (Expand) | Author |
2004-12-12 | Change indentation of a whole bunch of code, no real changes here. | Chris Lattner |
2004-12-12 | More substantial simplifications and speedups. This makes ADCE about 20% faster | Chris Lattner |
2004-12-12 | More minor microoptimizations | Chris Lattner |
2004-12-12 | Remove some more set operations | Chris Lattner |
2004-12-12 | Reduce number of set operations. | Chris Lattner |
2004-12-12 | Optimize div/rem + select combinations more. | Chris Lattner |
2004-12-12 | Properly implement copying of a global, fixing the 255.vortex & povray | Chris Lattner |
2004-12-12 | Simplify code and do not invalidate iterators. | Chris Lattner |
2004-12-12 | Though the previous xform applies to literally dozens (hundreds?) of variables | Chris Lattner |
2004-12-12 | If a variable can only hold two values, and is not already a bool, shrink it | Chris Lattner |
2004-12-11 | If one side of and/or is known to be 0/-1, it doesn't matter | Chris Lattner |
2004-12-11 | Only cound if we actually made a change. | Chris Lattner |
2004-12-11 | The split bb is really the exit of the old function | Chris Lattner |
2004-12-11 | Two bug fixes: | Chris Lattner |
2004-12-11 | Do not delete the entry block to a function. | Chris Lattner |
2004-12-11 | Implement Transforms/SCCP/ipsccp-gvar.ll, by tracking values stored to | Chris Lattner |
2004-12-11 | Fix a bug where we could delete dead invoke instructions with uses. | Chris Lattner |
2004-12-10 | Implement SCCP/ipsccp-conditional.ll, by totally deleting dead blocks. | Chris Lattner |
2004-12-10 | Fix SCCP/2004-12-10-UndefBranchBug.ll | Chris Lattner |
2004-12-10 | Fix Regression/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll, | Chris Lattner |
2004-12-10 | This is the initial implementation of IPSCCP, as requested by Brian. | Chris Lattner |
2004-12-09 | note to self: Do not check in debugging code! | Chris Lattner |
2004-12-09 | Implement trivial sinking for load instructions. This causes us to sink 567 ... | Chris Lattner |
2004-12-08 | Do extremely simple sinking of instructions when they are only used in a | Chris Lattner |
2004-12-08 | Fix this regression and remove the XFAIL from this test. | Alkis Evlogimenos |
2004-12-08 | Fix Transforms/InstCombine/2004-12-08-RemInfiniteLoop.ll | Chris Lattner |
2004-12-08 | Add support for compilers without argument dependent name lookup, contributed | Chris Lattner |
2004-12-08 | Remove unneeded class qualifier, contributed by Bjørn Wennberg | Chris Lattner |
2004-12-07 | For PR387:\ | Reid Spencer |
2004-12-03 | Implement stripping of debug symbols, making the --strip-debug options in | Chris Lattner |
2004-12-02 | Initial reimplementation of the -strip pass, with a stub for implementing | Chris Lattner |
2004-12-02 | This pass is moving to lib IPO | Chris Lattner |
2004-12-02 | Implement a FIXME by checking to make sure that a malloc is not being used | Chris Lattner |
2004-12-02 | Fix a minor bug where we set a var to initialized on malloc, not on store. | Chris Lattner |
2004-11-30 | This pass is completely broken. | Chris Lattner |
2004-11-30 | Squelch warning | Chris Lattner |
2004-11-30 | Fix test/Regression/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.llx | 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-29 | Allow hoisting loads of globals and alloca's in conditionals. | Chris Lattner |
2004-11-28 | Fix for PR454: | Reid Spencer |
2004-11-28 | Make DSE potentially more aggressive by being more specific about alloca sizes. | Chris Lattner |
2004-11-27 | Implement Regression/Transforms/InstCombine/getelementptr_cast.ll, which | Chris Lattner |
2004-11-26 | Provide size information when checking to see if we can LICM a load, this | Chris Lattner |
2004-11-22 | Do not count debugger intrinsics in size estimation. | Chris Lattner |
2004-11-22 | Ignore debugger intrinsics when doing inlining size computations. | Chris Lattner |
2004-11-22 | Do not consider debug intrinsics in the size computations for loop unrolling. | Chris Lattner |
2004-11-20 | Allow constructor parameter to override aggregating args; fix spacing | Misha Brukman |
2004-11-19 | Fix the exposed prototype for the lower packed pass, thanks to | Chris Lattner |
2004-11-19 | CPR is dead. | Chris Lattner |