aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
AgeCommit message (Expand)Author
2008-12-18Fix PR2929 by making bugpoint/code extract propagate the nothrowChris Lattner
2008-12-18make instnamer name unnamed blocks as well as instructions and args.Chris Lattner
2008-12-16Add a helper to remove a branch and DCE the condition, and use it Eli Friedman
2008-12-13Fix spelling.Misha Brukman
2008-12-07fix a bug I introduced in simplifycfg handling single entry phi Chris Lattner
2008-12-03Factor some code into a new FoldSingleEntryPHINodes method.Chris Lattner
2008-12-03third time is the charm.Chris Lattner
2008-12-03fix assertion.Chris Lattner
2008-12-03Rename DeleteBlockIfDead to DeleteDeadBlock and make it Chris Lattner
2008-12-03Factor some code out of SimplifyCFG, forming a new Chris Lattner
2008-11-28rewrite RecursivelyDeleteTriviallyDeadInstructions to use a more efficientChris Lattner
2008-11-28remove some weirdness that came from the LSR code that hasChris Lattner
2008-11-27delete ErasePossiblyDeadInstructionTree, replacing uses of it withChris Lattner
2008-11-27enhance RecursivelyDeleteTriviallyDeadInstructions to makeChris Lattner
2008-11-27Enhance RecursivelyDeleteTriviallyDeadInstructions to optionallyChris Lattner
2008-11-27remove doConstantPropagation and dceInstruction, they are justChris Lattner
2008-11-27switch InstCombine::visitLoadInst to use Chris Lattner
2008-11-27enhance FindAvailableLoadedValue to make use of AliasAnalysisChris Lattner
2008-11-27move FindAvailableLoadedValue from JumpThreading to Transforms/Utils.Chris Lattner
2008-11-27simplify this code a bit.Chris Lattner
2008-11-27move MergeBasicBlockIntoOnlyPred to Transforms/Utils.Chris Lattner
2008-11-21reapply Sanjiv's patch to genericize memcpy/memset/memmove to take anChris Lattner
2008-11-21Revert r59802. It was breaking the build of llvm-gcc:Bill Wendling
2008-11-21Make mem[cpy,move,set] intrinsics overloaded.Sanjiv Gupta
2008-11-20Don't forget arguments!Devang Patel
2008-11-19CMake: Removed source file.Oscar Fuentes
2008-11-19Do not use separate utility to walk all instructions and remove dead dbg intr...Devang Patel
2008-11-18Initialize MallocFunc and FreeFunc properly.Devang Patel
2008-11-17Let AnalyzeAlloca() remove debug intrinsics.Devang Patel
2008-11-12CMake: Remove removed source file.Oscar Fuentes
2008-11-11RemoveDevang Patel
2008-11-11Undo previous check-in.Devang Patel
2008-11-11CMake: Updated list of source files for lib/Transforms/Utils.Oscar Fuentes
2008-11-11Add utility pass to remove dbg info.Devang Patel
2008-11-11Update CMakeLists.txtCedric Venet
2008-11-11Add utility routines to remove dead debug info.Devang Patel
2008-11-08Rework r58829, allowing removal of dbg info intrinsics during allocaDaniel Dunbar
2008-11-07BCUI + 1 doesn't work. Use next instead.Bill Wendling
2008-11-07Handle (delete) dbg intrinsics while promoting alloca.Devang Patel
2008-11-06InstructionNamer preserves everything.Devang Patel
2008-11-05Check Attribute::NoInline.Devang Patel
2008-11-03Fix unused variable warnings.Devang Patel
2008-10-31Fix warning.Daniel Dunbar
2008-10-30Add InlineCost class for represent the estimated cost of inlining aDaniel Dunbar
2008-10-29Fix PR2967 by not deleting volatile load/stores that occur before unreachable.Chris Lattner
2008-10-28Assorted comment/naming fixes, 80-col violations, and reindentation.Daniel Dunbar
2008-10-27export an ID for the instructionNamer, allowing analysis/transformation passesTorok Edwin
2008-10-27Rewrite all the 'PromoteLocallyUsedAlloca[s]' logic. With the power ofChris Lattner
2008-10-27Add a new LargeBlockInfo helper, which is just a wrapper aroundChris Lattner
2008-10-22Change create*Pass factory functions to return Pass* instead ofDaniel Dunbar