aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
AgeCommit message (Expand)Author
2009-08-31fix some cases where instcombine would change hte IR but not return trueChris Lattner
2009-08-31comment and simplify some code.Chris Lattner
2009-08-31add -debug outputChris Lattner
2009-08-31improve -debug output, so that -debug is more likely to print whenChris Lattner
2009-08-31fix a bug I introduced with my 'instcombine builder' refactoring Chris Lattner
2009-08-31simplify some code by making the SCCNodes set contain Function*'sChris Lattner
2009-08-31Fix PR4834, a tricky case where the inliner would resolve anChris Lattner
2009-08-31Fix some nasty callgraph dangling pointer problems in Chris Lattner
2009-08-30Fix PR4748: don't fold gep(bitcast(x)) into bitcast(gep) when x Chris Lattner
2009-08-30misc cleanupChris Lattner
2009-08-30add getPointerAddressSpace() to GEP instruction, use the methodChris Lattner
2009-08-30eliminate InsertCastBefore, use the builder instead.Chris Lattner
2009-08-30eliminate InsertBitCastBefore, just use the builder instead.Chris Lattner
2009-08-30convert a bunch more calls to InsertNewInstBefore to useChris Lattner
2009-08-30fix typoChris Lattner
2009-08-30give instcombine a custom IRBuilder that adds new instructions to theChris Lattner
2009-08-30add a new InstCombineWorklist::AddValue method that works evenChris Lattner
2009-08-30move AddUsersToWorkList to the worklist processing class, make theChris Lattner
2009-08-30rename AddUsesToWorkList -> AddOperandsToWorkList. The Chris Lattner
2009-08-30inline the trivial AddToWorkList/RemoveFromWorkList methodsChris Lattner
2009-08-30fix a bug I introduced in r80478 found by the build bot.Chris Lattner
2009-08-30refactor instcombine's worklist processing stuff out to its own class.Chris Lattner
2009-08-30more cleanups: remove some redundant code, and simplify someChris Lattner
2009-08-30eliminate the temporary SrcGEPOperands smallvector.Chris Lattner
2009-08-30simplify/detangle some control flow.Chris Lattner
2009-08-30simplify and cleanup some code, remove some code that just Chris Lattner
2009-08-29Remove an unnecessary Context argument.Dan Gohman
2009-08-29Inline empty destructor.Benjamin Kramer
2009-08-29Fix warning about non-virtual destructor.Bill Wendling
2009-08-28Reapply 79977.Devang Patel
2009-08-28Preparation for Optimal Edge Profiling:Andreas Neustifter
2009-08-28finish a half formed thought :)Chris Lattner
2009-08-28Fix PR3913, patch by Jakub Staszak!Chris Lattner
2009-08-27Implement a new optimization in the inliner: if inlining multipleChris Lattner
2009-08-27unbreak the build, yay for symlinks + makefiles. :(Chris Lattner
2009-08-27reduce header #include'ageChris Lattner
2009-08-27enhance InlineFunction to be able to optionally returnChris Lattner
2009-08-27smallvectorize the list of returns built by CloneAndPruneFunctionInto.Chris Lattner
2009-08-27remove CloneTrace, which appears to be dead since 2004.Chris Lattner
2009-08-27reduce inlining factor some stuff out to a static helper function,Chris Lattner
2009-08-26Make this into a static method.Owen Anderson
2009-08-26Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel
2009-08-26Remove unused variables.Dan Gohman
2009-08-25Eliminate the unused Context argument on one of the ICmpInst and FCmpInstDan Gohman
2009-08-25Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined,Dan Gohman
2009-08-25Special-case static allocas in IndVarSimplify's loop invariantDan Gohman
2009-08-25Comment-ify.Owen Anderson
2009-08-25Switch to SmallVector.Owen Anderson
2009-08-25Pull out this predicate loop into a helper function.Owen Anderson
2009-08-25Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel