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
2013-03-22
Fix llvm::removeUnreachableBlocks to handle unreachable loops.
Evgeniy Stepanov
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2012-12-24
Fix typo in comments
Alexey Samsonov
2012-12-21
[msan] Remove unreachable blocks before instrumenting a function.
Evgeniy Stepanov
2012-12-12
Improve debug info generated with enabled AddressSanitizer.
Alexey Samsonov
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-01
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-24
Fix a compiler warning with an unused variable.
Micah Villmow
2012-10-24
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-11
Revert 165732 for further review.
Micah Villmow
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-14
PGO: preserve branch-weight metadata when simplifying a switch with a single
Manman Ren
2012-09-12
PGO: preserve branch-weight metadata when removing a case which jumps
Manman Ren
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
[next]