summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
Commit message (Expand)AuthorAge
* Squelch warningChris Lattner2004-11-30
* Fix test/Regression/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.llxChris Lattner2004-11-30
* Alkis noticed that this variable is dead. Thanks!Chris Lattner2004-11-30
* If we have something like this:Chris Lattner2004-11-30
* Allow constructor parameter to override aggregating args; fix spacingMisha Brukman2004-11-20
* Lazily create the abort message, so only translation units that use unwindChris Lattner2004-11-13
* Fix: CodeExtractor/2004-11-12-InvokeExtract.llChris Lattner2004-11-13
* Fix a bug where the code extractor would get a bit confused handling invokeChris Lattner2004-11-12
* Simplify handling of constant initializersChris Lattner2004-11-12
* Do not compute the predecessor list for a block unless we need it.Chris Lattner2004-11-01
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Eliminate compilation warning on uninitialized variable.Reid Spencer2004-10-22
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Correction to allow compilation with Visual C++.Reid Spencer2004-10-18
* Simplify code by deleting instructions that preceed unreachable instructions.Chris Lattner2004-10-18
* Fix a bug that occurs when the constant value is the result of an invoke. InChris Lattner2004-10-18
* Fix Regression/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.llChris Lattner2004-10-17
* When inserting PHI nodes, don't insert any phi nodes that are obviouslyChris Lattner2004-10-17
* Enhance hasConstantValue to ignore undef values in phi nodes. This allows itChris Lattner2004-10-17
* hasConstantValue will soon return instructions that don't dominate the PHI node,Chris Lattner2004-10-17
* Add support for unreachableChris Lattner2004-10-16
* Add support for UndefValueChris Lattner2004-10-16
* When promoting mem2reg, make uninitialized values become undef isntead of 0.Chris Lattner2004-10-16
* When converting phi nodes into select instructions, we shouldn't promote PHIChris Lattner2004-10-14
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Do not insert trivially dead select instructions, which allows us toChris Lattner2004-09-29
* Pull assignment out of for loop conditional in order for this toAlkis Evlogimenos2004-09-28
* Prototype these functions more accuratelyChris Lattner2004-09-20
* Remove a whole bunch of horrible hacky code that was used to promote allocasChris Lattner2004-09-19
* Make sure to remove the Select instruction as wellChris Lattner2004-09-18
* Convert code to compile with vc7.1.Reid Spencer2004-09-15
* If given an AliasSetTracker object to update, update it.Chris Lattner2004-09-15
* Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos2004-09-03
* Changes For Bug 352Reid Spencer2004-09-01
* If we are extracting a block that has multiple successors that are the sameChris Lattner2004-08-13
* When we code extract some stuff, leave the codeRepl block in the place whereChris Lattner2004-08-13
* Add value mapper support for select constant exprs. This should fix a bugChris Lattner2004-08-13
* Fix code extraction of unwind blocks. This fixed bugs that bugpoint canChris Lattner2004-08-12
* Stop using getValues().Alkis Evlogimenos2004-08-04
* Expose this as a functionpassChris Lattner2004-07-31
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-29
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-21
* Fix a serious code pessimization problem. If an inlined function has a singleChris Lattner2004-07-20
* Implement SimplifyCFG/BrUnwind.llChris Lattner2004-07-20
* Remove an if statement that would never be reached.Reid Spencer2004-07-18