summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils
Commit message (Expand)AuthorAge
* Correctly handle the case where a comparison is created in one BasicBlock andNick Lewycky2009-09-10
* Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman2009-09-08
* Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng2009-09-06
* Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verifyDan Gohman2009-09-03
* reduce header #include'ageChris Lattner2009-08-27
* enhance InlineFunction to be able to optionally returnChris Lattner2009-08-27
* smallvectorize the list of returns built by CloneAndPruneFunctionInto.Chris Lattner2009-08-27
* remove CloneTrace, which appears to be dead since 2004.Chris Lattner2009-08-27
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Convert a few more uses of llvm/Support/Streams.h to raw_ostream.Dan Gohman2009-07-25
* Remove a comment that was copy+pasted from the wrong place,Torok Edwin2009-07-22
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-15
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Forward-declare Loop and LoopInfo instead of #including LoopInfo.h.Dan Gohman2009-07-13
* Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs,Dan Gohman2009-07-13
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-06
* More LLVMContext-ification.Owen Anderson2009-07-05
* Add Static Single Information construction pass written by André Tavares!Nick Lewycky2009-07-03
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Teach LoopSimplify how to merge multiple loop exits into a single exit,Dan Gohman2009-06-27
* Remove unused routines.Devang Patel2009-06-26
* Generalize instcombine's isSafeToLoadUnconditionally() functionChris Lattner2009-06-16
* Re-apply 70645, converting ScalarEvolution to useDan Gohman2009-05-04
* Restore minor deletion.Mike Stump2009-05-04
* Revert r70645 for now; it's causing a variety of regressions.Dan Gohman2009-05-03
* Convert ScalarEvolution to use CallbackVH for its internal map. ThisDan Gohman2009-05-02
* Previously, RecursivelyDeleteDeadInstructions provided an optionDan Gohman2009-05-02
* These bitfields were being miscompiled on someDuncan Sands2009-04-20
* Add "check/remove dbg var" helper routines.Devang Patel2009-03-06
* When sinking an insn in InstCombine bring its debugDale Johannesen2009-03-03
* Factor address mode matcher out of codegen prepare to make it available to ot...Evan Cheng2009-02-20
* Unbreak the build on win32.Cedric Venet2009-02-14
* Enable scalar replacement of AllocaInst whose one of the user is dbg info.Devang Patel2009-02-10
* Revert rev. 63876. It is causing llvm-gcc bootstrap failure.Devang Patel2009-02-05
* Ignore dbg intrinsics while propagating conditional expression info.Devang Patel2009-02-05
* Adjustments to last patch based on review.Dale Johannesen2009-01-09
* Do not inline functions with (dynamic) alloca intoDale Johannesen2009-01-08
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Factor some code into a new FoldSingleEntryPHINodes method.Chris Lattner2008-12-03
* fix a really incorrect comment.Chris Lattner2008-12-03
* Rename DeleteBlockIfDead to DeleteDeadBlock and make it Chris Lattner2008-12-03
* Factor some code out of SimplifyCFG, forming a new Chris Lattner2008-12-03
* Enhance RecursivelyDeleteTriviallyDeadInstructions to optionallyChris Lattner2008-11-27
* remove doConstantPropagation and dceInstruction, they are justChris Lattner2008-11-27
* move FindAvailableLoadedValue from JumpThreading to Transforms/Utils.Chris Lattner2008-11-27
* move MergeBasicBlockIntoOnlyPred to Transforms/Utils.Chris Lattner2008-11-27
* Do not use separate utility to walk all instructions and remove dead dbg intr...Devang Patel2008-11-19
* Add utility routines to remove dead debug info.Devang Patel2008-11-11