index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
/
Local.cpp
Age
Commit message (
Expand
)
Author
2011-12-06
Simplify common predecessor finding.
Benjamin Kramer
2011-11-29
Fix a theoretical problem (not seen in the wild): if different instances of a
Duncan Sands
2011-10-24
A dead malloc, a free(NULL) and a free(undef) are all trivially dead
Nick Lewycky
2011-10-10
Add a natural stack alignment field to TargetData, and prevent InstCombine from
Lang Hames
2011-08-15
The "landingpad" instruction will never be "trivially" dead.
Bill Wendling
2011-08-02
Lifetime intrinsics on undef are dead.
Nick Lewycky
2011-07-20
Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where i...
Eli Friedman
2011-06-30
Add r134057 back, but splice the predecessor after the successors phi
Rafael Espindola
2011-06-29
Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and
Chad Rosier
2011-06-29
Let simplify cfg simplify bb with only debug and lifetime intrinsics.
Rafael Espindola
2011-06-28
Fix typo in comment.
Nick Lewycky
2011-06-23
Reinstate r133513 (reverted in r133700) with an additional fix for a
Jay Foad
2011-06-23
Revert r133513:
Eric Christopher
2011-06-21
Reinstate r133435 and r133449 (reverted in r133499) now that the clang
Jay Foad
2011-06-21
Revert r133435 and r133449 to appease buildbots.
Chad Rosier
2011-06-20
Change how PHINodes store their operands.
Jay Foad
2011-06-15
Simplify; no significant functionality change.
Eli Friedman
2011-05-24
Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when
Cameron Zwarich
2011-05-22
Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...
Frits van Bommel
2011-05-18
fix typo
Matt Beaumont-Gay
2011-05-18
Use IRBuiler while constant folding terminator.
Devang Patel
2011-05-16
Preserve debug info for unused zero extended boolean argument.
Devang Patel
2011-04-28
Remove DbgDeclare only if all uses are converted.
Devang Patel
2011-04-19
Trivial simplification.
Jay Foad
2011-04-11
Don't include Operator.h from InstrTypes.h.
Jay Foad
2011-04-04
Attempt to fix breakage from r128782 reported by Francois Pichet on
Eli Friedman
2011-04-02
PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instruction
Eli Friedman
2011-03-21
Simplify.
Devang Patel
2011-03-18
If an AllocaInst referred by DbgDeclareInst is used by a LoadInst then the Lo...
Devang Patel
2011-03-18
Remove dead code.
Devang Patel
2011-03-18
Consider debug info intrinsics pointing to null value as dead instructions.
Devang Patel
2011-03-17
Try to not lose variable's debug info during instcombine.
Devang Patel
2011-03-17
Refactor into a separate utility function.
Devang Patel
2011-03-04
DenseMap<uintptr_t,...> doesn't allow all values as keys.
Jakob Stoklund Olesen
2011-02-21
If the phi node was used by an unreachable instruction that ends up using
Duncan Sands
2011-02-21
Simplify RecursivelyDeleteDeadPHINode. The only functionality change
Duncan Sands
2011-02-20
Make RecursivelyDeleteDeadPHINode delete a phi node that has no users and add a
Nick Lewycky
2011-02-20
Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. Patch
Nick Lewycky
2011-01-08
Make more passes preserve dominators (or state that they preserve dominators if
Cameron Zwarich
2011-01-07
Remove all uses of the "ugly" method BranchInst::setUnconditionalDest().
Jay Foad
2010-12-30
Make a bunch of symbols internal.
Benjamin Kramer
2010-12-25
don't lose TD info
Chris Lattner
2010-12-25
Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils.
Chris Lattner
2010-11-30
remove the pointless check of MemoryUseIntrinsic from
Chris Lattner
2010-11-17
Have RemovePredecessorAndSimplify you SimplifyInstruction
Duncan Sands
2010-08-14
Teach SimplifyCFG how to simplify indirectbr instructions.
Dan Gohman
2010-07-15
make various clients of ReplaceAndSimplifyAllUses tolerate
Chris Lattner
2010-07-12
cache dereferenced iterators
Gabor Greif
2010-05-28
Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of
Dan Gohman
2010-02-16
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
[next]