summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
Commit message (Expand)AuthorAge
* 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
* bug 122:Reid Spencer2004-07-18
* bug 122:Reid Spencer2004-07-18
* Fix PR404 try #2Chris Lattner2004-07-15
* Revert previous patch until I get a bug fixedChris Lattner2004-07-15
* Fix PR404: Loop simplify is really slow on 252.eonChris Lattner2004-07-15
* Progress on PR341Chris Lattner2004-07-15
* Now that we codegen the portable "sizeof" efficiently, we can use it forChris Lattner2004-07-15
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Moved to lib/VMCoreMisha Brukman2004-06-23
* Use new IsNAN() wrapper.Brian Gaeke2004-06-23
* *FINALLY* Fix a really nasty nondeterministic bug that has been haunting usChris Lattner2004-06-21
* Comment out the isnan stuff until we get a proper autoconf test for itChris Lattner2004-06-21
* Add some DEBUG output to the simplifycfg routinesChris Lattner2004-06-20
* Change to use the StableBasicBlockNumbering classChris Lattner2004-06-19
* Do not let the numbering of PHI nodes placed in the function depend onChris Lattner2004-06-19
* Do not sort by the address of LLVM ConstantInt* objects. This producesChris Lattner2004-06-19
* I love the smell of a freshly broken PowerPC build in the morning.Brian Gaeke2004-06-17
* Fix compilation problem on freebsd. Problem noted by Vladimir Merzliakov inChris Lattner2004-06-17
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-17
* Um, did someone make a typo or something?Brian Gaeke2004-06-15
* Remove support for the isnan intrinsicChris Lattner2004-06-15
* Quick hack to get this file compiling again on Mac OS X. The right thing to doBrian Gaeke2004-06-14
* Add constant folding capabilities to the isunordered intrinsic.Alkis Evlogimenos2004-06-13
* Constant fold the isnan intrinsicChris Lattner2004-06-11
* Fix one of the major things that is causing the C Backend to infinite loopChris Lattner2004-05-28
* Implement constant folding of fmod, which is used a lot in povrayChris Lattner2004-05-27
* Restructure call constant folding code a bit to make it simplerChris Lattner2004-05-27
* Do not pass a null pointer if this instruction is not prepended orAlkis Evlogimenos2004-05-26
* Use one destination constructor for the unconditional branch.Alkis Evlogimenos2004-05-26