summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/Local.cpp
Commit message (Expand)AuthorAge
* Teach SimplifyCFG how to simplify indirectbr instructions.Dan Gohman2010-08-14
* make various clients of ReplaceAndSimplifyAllUses tolerate Chris Lattner2010-07-15
* cache dereferenced iteratorsGabor Greif2010-07-12
* Move FindAvailableLoadedValue isSafeToLoadUnconditionally out ofDan Gohman2010-05-28
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* fix PR6305 by handling BlockAddress in a helper functionChris Lattner2010-02-15
* Fix pr6198 by moving the isSized() check to an outer conditional.Bob Wilson2010-02-01
* Check alignment of loads when deciding whether it is safe to execute themBob Wilson2010-01-30
* Use uint64_t instead of unsigned for offsets and sizes.Bob Wilson2010-01-29
* Improve isSafeToLoadUnconditionally to recognize that GEPs with constantBob Wilson2010-01-29
* DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...Victor Hernandez2010-01-21
* add a helper function.Chris Lattner2010-01-12
* Nick Lewycky pointed out that this code makes changes unconditionally.Dan Gohman2010-01-05
* Use do+while instead of while for loops which obviously have aDan Gohman2010-01-05
* Make RecursivelyDeleteTriviallyDeadInstructions,Dan Gohman2010-01-05
* Change errs() to dbgs().David Greene2010-01-05
* prune #includes.Chris Lattner2009-12-29
* Move EliminateDuplicatePHINodes() from SimplifyCFG.cpp to Local.cppJim Grosbach2009-12-02
* Don't trivially delete unused calls to llvm.invariant.start. This allowsDuncan Sands2009-11-11
* move some generally useful functions out of jump threadingChris Lattner2009-11-10
* refactor TryToSimplifyUncondBranchFromEmptyBlock out of SimplifyCFG.Chris Lattner2009-11-10
* remove a isFreeCall check: it is a callinst that can write to memory already.Chris Lattner2009-11-03
* constant fold indirectbr(blockaddress(%bb)) -> br label %bb.Chris Lattner2009-11-01
* Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez2009-10-27
* Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...Victor Hernandez2009-10-26
* Remove FreeInst.Victor Hernandez2009-10-26
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-24
* Preserve ProfileInfo during CodeGenPrepare.Andreas Neustifter2009-09-16
* Move more code back to 2.5 APIs.Owen Anderson2009-07-30
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-09
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-06
* More LLVMContext-ification.Owen Anderson2009-07-05
* Remove unused routines.Devang Patel2009-06-26
* Generalize instcombine's isSafeToLoadUnconditionally() functionChris Lattner2009-06-16
* Simplify code by using SmallVector's pop_back_val() instead ofDan Gohman2009-05-06
* Allow readonly functions to unwind exceptions. TeachDuncan Sands2009-05-06
* Re-apply 70645, converting ScalarEvolution to useDan Gohman2009-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
* Revert my previous change on Local.cpp, instead, fix the bug on scalarrepl.Zhou Sheng2009-03-18
* Fix a bug.Zhou Sheng2009-03-18
* Add "check/remove dbg var" helper routines.Devang Patel2009-03-06
* Marking debug info intrinsics as not touching memoryDale Johannesen2009-03-03
* 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
* use precise gettersGabor Greif2009-01-30
* rewrite RecursivelyDeleteTriviallyDeadInstructions to use a more efficientChris Lattner2008-11-28