Age | Commit message (Expand) | Author |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-04-21 | Improve doxygen documentation, patch contributed by Evan Jones! | Chris Lattner |
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-03-28 | Rename createPromoteMemoryToRegister() to | Alkis Evlogimenos |
2005-03-25 | Enhance loopsimplify to preserve alias analysis instead of clobbering it. | Chris Lattner |
2005-03-17 | Fix the missing symbols problem Bill was hitting. Patch contributed by | Chris Lattner |
2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
2005-03-06 | trivial simplification | Chris Lattner |
2005-03-05 | second argument to Value::setName is now gone. | Chris Lattner |
2005-03-03 | Add an optional argument to lower to a specific constant value instead of | 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 | Adjust to changes in instruction interfaces. | 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-13 | Get rid of getSizeOf, using ConstantExpr::getSizeOf instead. | Chris Lattner |
2004-12-11 | The split bb is really the exit of the old function | Chris Lattner |
2004-12-10 | Fix Regression/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll, | Chris Lattner |
2004-12-07 | For PR387:\ | Reid Spencer |
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-20 | Allow constructor parameter to override aggregating args; fix spacing | Misha Brukman |
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-01 | Do not compute the predecessor list for a block unless we need it. | Chris Lattner |
2004-10-27 | Change Library Names Not To Conflict With Others When Installed | Reid Spencer |
2004-10-22 | Eliminate compilation warning on uninitialized variable. | Reid Spencer |
2004-10-22 | We won't use automake | Reid Spencer |
2004-10-18 | Initial automake generated Makefile template | Reid Spencer |
2004-10-18 | Correction to allow compilation with Visual C++. | Reid Spencer |
2004-10-18 | Simplify code by deleting instructions that preceed unreachable instructions. | Chris Lattner |
2004-10-18 | Fix a bug that occurs when the constant value is the result of an invoke. In | Chris Lattner |
2004-10-17 | Fix Regression/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll | Chris Lattner |
2004-10-17 | When inserting PHI nodes, don't insert any phi nodes that are obviously | Chris Lattner |
2004-10-17 | Enhance hasConstantValue to ignore undef values in phi nodes. This allows it | Chris Lattner |
2004-10-17 | hasConstantValue will soon return instructions that don't dominate the PHI node, | Chris Lattner |
2004-10-16 | Add support for unreachable | Chris Lattner |
2004-10-16 | Add support for UndefValue | Chris Lattner |
2004-10-16 | When promoting mem2reg, make uninitialized values become undef isntead of 0. | Chris Lattner |
2004-10-14 | When converting phi nodes into select instructions, we shouldn't promote PHI | Chris Lattner |
2004-10-13 | Update to reflect changes in Makefile rules. | Reid Spencer |
2004-10-10 | Initial version of automake Makefile.am file. | Reid Spencer |
2004-09-29 | Do not insert trivially dead select instructions, which allows us to | Chris Lattner |
2004-09-28 | Pull assignment out of for loop conditional in order for this to | Alkis Evlogimenos |