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
2012-08-29
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-06-29
revert r159440. As Duncan pointed out, the test for invoke is not needed at t...
Nuno Lopes
2012-06-29
ignore 'invoke new' in isInstructionTriviallyDead, since most callers are not...
Nuno Lopes
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-23
Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....
Stepan Dyatkovskiy
2012-06-21
refactor the MemoryBuiltin analysis:
Nuno Lopes
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
PR1255: case ranges.
Stepan Dyatkovskiy
2012-05-29
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-28
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-23
PR1255(case ranges) related changes in Local Transformations.
Stepan Dyatkovskiy
2012-05-10
teach DSE and isInstructionTriviallyDead() about calloc
Nuno Lopes
2012-04-04
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-03-25
Add an asserting ValueHandle to the block simplification code which will
Chandler Carruth
2012-03-24
Don't form a WeakVH around the sentinel node in the instructions BB
Chandler Carruth
2012-03-24
Refactor the interface to recursively simplifying instructions to be tad
Chandler Carruth
2012-03-11
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-08
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-02-01
SwitchInst refactoring.
Stepan Dyatkovskiy
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
[next]