aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/Local.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-12-30Make a bunch of symbols internal.Benjamin Kramer1-1/+2
2010-12-25don't lose TD infoChris Lattner1-1/+1
2010-12-25Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils.Chris Lattner1-0/+92
2010-11-30remove the pointless check of MemoryUseIntrinsic fromChris Lattner1-3/+0
2010-11-17Have RemovePredecessorAndSimplify you SimplifyInstructionDuncan Sands1-4/+4
2010-08-14Teach SimplifyCFG how to simplify indirectbr instructions.Dan Gohman1-0/+3
2010-07-15make various clients of ReplaceAndSimplifyAllUses tolerate Chris Lattner1-2/+3
2010-07-12cache dereferenced iteratorsGabor Greif1-3/+5
2010-05-28Move FindAvailableLoadedValue isSafeToLoadUnconditionally out ofDan Gohman1-105/+0
2010-02-16There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands1-2/+2
2010-02-15fix PR6305 by handling BlockAddress in a helper functionChris Lattner1-0/+11
2010-02-01Fix pr6198 by moving the isSized() check to an outer conditional.Bob Wilson1-6/+8
2010-01-30Check alignment of loads when deciding whether it is safe to execute themBob Wilson1-7/+14
2010-01-29Use uint64_t instead of unsigned for offsets and sizes.Bob Wilson1-3/+3
2010-01-29Improve isSafeToLoadUnconditionally to recognize that GEPs with constantBob Wilson1-8/+61
2010-01-21DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...Victor Hernandez1-24/+0
2010-01-12add a helper function.Chris Lattner1-0/+24
2010-01-05Nick Lewycky pointed out that this code makes changes unconditionally.Dan Gohman1-1/+2
2010-01-05Use do+while instead of while for loops which obviously have aDan Gohman1-2/+2
2010-01-05Make RecursivelyDeleteTriviallyDeadInstructions,Dan Gohman1-7/+12
2010-01-05Change errs() to dbgs().David Greene1-4/+4
2009-12-29prune #includes.Chris Lattner1-2/+2
2009-12-02Move EliminateDuplicatePHINodes() from SimplifyCFG.cpp to Local.cppJim Grosbach1-0/+62
2009-11-11Don't trivially delete unused calls to llvm.invariant.start. This allowsDuncan Sands1-0/+3
2009-11-10move some generally useful functions out of jump threadingChris Lattner1-2/+47
2009-11-10refactor TryToSimplifyUncondBranchFromEmptyBlock out of SimplifyCFG.Chris Lattner1-0/+171
2009-11-03remove a isFreeCall check: it is a callinst that can write to memory already.Chris Lattner1-3/+2
2009-11-01constant fold indirectbr(blockaddress(%bb)) -> br label %bb.Chris Lattner1-9/+46
2009-10-27Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez1-1/+1
2009-10-26Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...Victor Hernandez1-1/+1
2009-10-26Remove FreeInst.Victor Hernandez1-3/+2
2009-10-24Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez1-1/+2
2009-09-16Preserve ProfileInfo during CodeGenPrepare.Andreas Neustifter1-1/+9
2009-07-30Move more code back to 2.5 APIs.Owen Anderson1-4/+2
2009-07-22Get rid of the Pass+Context magic.Owen Anderson1-3/+3
2009-07-09This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson1-2/+2
2009-07-06"LLVMContext* " --> "LLVMContext *"Owen Anderson1-1/+1
2009-07-05More LLVMContext-ification.Owen Anderson1-3/+5
2009-06-26Remove unused routines.Devang Patel1-41/+0
2009-06-16Generalize instcombine's isSafeToLoadUnconditionally() functionChris Lattner1-0/+45
2009-05-06Simplify code by using SmallVector's pop_back_val() instead ofDan Gohman1-2/+1
2009-05-06Allow readonly functions to unwind exceptions. TeachDuncan Sands1-7/+5
2009-05-04Re-apply 70645, converting ScalarEvolution to useDan Gohman1-18/+3
2009-05-03Revert r70645 for now; it's causing a variety of regressions.Dan Gohman1-3/+18
2009-05-02Convert ScalarEvolution to use CallbackVH for its internal map. ThisDan Gohman1-18/+3
2009-05-02Previously, RecursivelyDeleteDeadInstructions provided an optionDan Gohman1-5/+42
2009-03-18Revert my previous change on Local.cpp, instead, fix the bug on scalarrepl.Zhou Sheng1-3/+0
2009-03-18Fix a bug.Zhou Sheng1-0/+3
2009-03-06Add "check/remove dbg var" helper routines.Devang Patel1-0/+44
2009-03-03Marking debug info intrinsics as not touching memoryDale Johannesen1-0/+3