Age | Commit message (Expand) | Author |
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 |
2004-11-18 | Delete stoppoints that occur for the same source line. | Chris Lattner |
2004-11-18 | Check in hook that I forgot | Chris Lattner |
2004-11-16 | Do not delete dead invoke instructions! | Chris Lattner |
2004-11-15 | Remove unused variable for compilation by VC++. | Reid Spencer |
2004-11-15 | Minor cleanups. There is no reason for SCCP to derive from instvisitor anymore. | Chris Lattner |
2004-11-15 | Count more accurately | Chris Lattner |
2004-11-15 | Quiet warnings on the persephone tester | Chris Lattner |
2004-11-15 | Two minor improvements: | Chris Lattner |
2004-11-15 | rename InstValue to LatticeValue, as it holds for more than instructions. | Chris Lattner |
2004-11-15 | Substantially refactor the SCCP class into an SCCP pass and an SCCPSolver | Chris Lattner |
2004-11-14 | If a global is just loaded and restored, realize that it is not changing | Chris Lattner |
2004-11-14 | This optimization makes MANY phi nodes that all have the same incoming value. | Chris Lattner |
2004-11-14 | Implement instcombine/phi.ll:test6 - pulling operations through PHI nodes. | Chris Lattner |
2004-11-14 | Transform this: | Chris Lattner |
2004-11-14 | Remove note to self | Chris Lattner |
2004-11-14 | If a function always returns a constant, replace all calls sites with that | Chris Lattner |
2004-11-14 | Teach SROA how to promote an array index that is variable, if the dimension | Chris Lattner |
2004-11-14 | Rearrange some code, no functionality changes. | Chris Lattner |
2004-11-13 | Remove debugging code | Chris Lattner |
2004-11-13 | Argument promotion transforms functions to unconditionally load their | Chris Lattner |
2004-11-13 | Simplify handling of shifts to be the same as we do for adds. Add support | Chris Lattner |
2004-11-13 | Fold: | Chris Lattner |
2004-11-13 | Lazily create the abort message, so only translation units that use unwind | Chris Lattner |
2004-11-13 | Fix: CodeExtractor/2004-11-12-InvokeExtract.ll | Chris Lattner |
2004-11-12 | Fix a bug where the code extractor would get a bit confused handling invoke | Chris Lattner |
2004-11-12 | Simplify handling of constant initializers | Chris Lattner |
2004-11-11 | Actually, leave the check in. This prevents us from counting dead arguments | Chris Lattner |
2004-11-11 | Fix bug: IPConstantProp/deadarg.ll | Chris Lattner |
2004-11-10 | Make IP Constant prop more aggressive about handling self recursive calls. | Chris Lattner |
2004-11-09 | Do not let dead constant expressions hanging off of functions prevent IPCP. | Chris Lattner |
2004-11-09 | Change this back so that I get stable numbers to reflect the change from the | Chris Lattner |
2004-11-09 | Fix bug: 2004-11-08-FreeUseCrash.ll | Chris Lattner |
2004-11-07 | VERY large functions that are only called from one place are not really | Chris Lattner |