Age | Commit message (Expand) | Author |
2008-12-03 | Factor some code into a new FoldSingleEntryPHINodes method. | Chris Lattner |
2008-12-03 | third time is the charm. | Chris Lattner |
2008-12-03 | fix assertion. | Chris Lattner |
2008-12-03 | Rename DeleteBlockIfDead to DeleteDeadBlock and make it | Chris Lattner |
2008-12-03 | Factor some code out of SimplifyCFG, forming a new | Chris Lattner |
2008-11-28 | rewrite RecursivelyDeleteTriviallyDeadInstructions to use a more efficient | Chris Lattner |
2008-11-28 | remove some weirdness that came from the LSR code that has | Chris Lattner |
2008-11-27 | delete ErasePossiblyDeadInstructionTree, replacing uses of it with | Chris Lattner |
2008-11-27 | enhance RecursivelyDeleteTriviallyDeadInstructions to make | Chris Lattner |
2008-11-27 | Enhance RecursivelyDeleteTriviallyDeadInstructions to optionally | Chris Lattner |
2008-11-27 | remove doConstantPropagation and dceInstruction, they are just | Chris Lattner |
2008-11-27 | switch InstCombine::visitLoadInst to use | Chris Lattner |
2008-11-27 | enhance FindAvailableLoadedValue to make use of AliasAnalysis | Chris Lattner |
2008-11-27 | move FindAvailableLoadedValue from JumpThreading to Transforms/Utils. | Chris Lattner |
2008-11-27 | simplify this code a bit. | Chris Lattner |
2008-11-27 | move MergeBasicBlockIntoOnlyPred to Transforms/Utils. | Chris Lattner |
2008-11-21 | reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an | Chris Lattner |
2008-11-21 | Revert r59802. It was breaking the build of llvm-gcc: | Bill Wendling |
2008-11-21 | Make mem[cpy,move,set] intrinsics overloaded. | Sanjiv Gupta |
2008-11-20 | Don't forget arguments! | Devang Patel |
2008-11-19 | CMake: Removed source file. | Oscar Fuentes |
2008-11-19 | Do not use separate utility to walk all instructions and remove dead dbg intr... | Devang Patel |
2008-11-18 | Initialize MallocFunc and FreeFunc properly. | Devang Patel |
2008-11-17 | Let AnalyzeAlloca() remove debug intrinsics. | Devang Patel |
2008-11-12 | CMake: Remove removed source file. | Oscar Fuentes |
2008-11-11 | Remove | Devang Patel |
2008-11-11 | Undo previous check-in. | Devang Patel |
2008-11-11 | CMake: Updated list of source files for lib/Transforms/Utils. | Oscar Fuentes |
2008-11-11 | Add utility pass to remove dbg info. | Devang Patel |
2008-11-11 | Update CMakeLists.txt | Cedric Venet |
2008-11-11 | Add utility routines to remove dead debug info. | Devang Patel |
2008-11-08 | Rework r58829, allowing removal of dbg info intrinsics during alloca | Daniel Dunbar |
2008-11-07 | BCUI + 1 doesn't work. Use next instead. | Bill Wendling |
2008-11-07 | Handle (delete) dbg intrinsics while promoting alloca. | Devang Patel |
2008-11-06 | InstructionNamer preserves everything. | Devang Patel |
2008-11-05 | Check Attribute::NoInline. | Devang Patel |
2008-11-03 | Fix unused variable warnings. | Devang Patel |
2008-10-31 | Fix warning. | Daniel Dunbar |
2008-10-30 | Add InlineCost class for represent the estimated cost of inlining a | Daniel Dunbar |
2008-10-29 | Fix PR2967 by not deleting volatile load/stores that occur before unreachable. | Chris Lattner |
2008-10-28 | Assorted comment/naming fixes, 80-col violations, and reindentation. | Daniel Dunbar |
2008-10-27 | export an ID for the instructionNamer, allowing analysis/transformation passes | Torok Edwin |
2008-10-27 | Rewrite all the 'PromoteLocallyUsedAlloca[s]' logic. With the power of | Chris Lattner |
2008-10-27 | Add a new LargeBlockInfo helper, which is just a wrapper around | Chris Lattner |
2008-10-22 | Change create*Pass factory functions to return Pass* instead of | Daniel Dunbar |
2008-10-09 | Don't drop alignment on globals when cloning. | Nick Lewycky |
2008-10-08 | Add <cstdio> include where needed by gcc-4.4. | Duncan Sands |
2008-10-07 | Correctly set attributes when removing args during cloning. Fixes PR2765 | Andrew Lenharth |
2008-10-03 | Nick Lewycky's patch. | Devang Patel |
2008-10-03 | SplitBlock should only attempt to update LoopInfo if it is actually being used. | Owen Anderson |