index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
/
Local.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a typo that due to cu&paste quadrupled itself
Adrian Prantl
2013-04-26
1
-2
/
+2
*
Bugfix for the debug intrinsic handling in InstCombiner:
Adrian Prantl
2013-04-26
1
-2
/
+27
*
Fix llvm::removeUnreachableBlocks to handle unreachable loops.
Evgeniy Stepanov
2013-03-22
1
-12
/
+7
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-12
/
+12
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Fix typo in comments
Alexey Samsonov
2012-12-24
1
-1
/
+1
*
[msan] Remove unreachable blocks before instrumenting a function.
Evgeniy Stepanov
2012-12-21
1
-0
/
+41
*
Improve debug info generated with enabled AddressSanitizer.
Alexey Samsonov
2012-12-12
1
-0
/
+35
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-8
/
+8
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-2
/
+1
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-1
/
+2
*
Fix a compiler warning with an unused variable.
Micah Villmow
2012-10-24
1
-1
/
+0
*
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
1
-1
/
+1
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-1
/
+2
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-2
/
+1
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-1
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-5
/
+5
*
PGO: preserve branch-weight metadata when simplifying a switch with a single
Manman Ren
2012-09-14
1
-2
/
+14
*
PGO: preserve branch-weight metadata when removing a case which jumps
Manman Ren
2012-09-12
1
-0
/
+22
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-15
/
+21
*
revert r159440. As Duncan pointed out, the test for invoke is not needed at t...
Nuno Lopes
2012-06-29
1
-2
/
+1
*
ignore 'invoke new' in isInstructionTriviallyDead, since most callers are not...
Nuno Lopes
2012-06-29
1
-1
/
+2
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-4
/
+4
*
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-29
1
-1
/
+1
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-2
/
+2
*
Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....
Stepan Dyatkovskiy
2012-06-23
1
-4
/
+3
*
refactor the MemoryBuiltin analysis:
Nuno Lopes
2012-06-21
1
-1
/
+1
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-02
1
-1
/
+1
*
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-29
1
-3
/
+3
*
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-28
1
-1
/
+3
*
PR1255(case ranges) related changes in Local Transformations.
Stepan Dyatkovskiy
2012-05-23
1
-10
/
+14
*
teach DSE and isInstructionTriviallyDead() about calloc
Nuno Lopes
2012-05-10
1
-1
/
+1
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-2
/
+1
*
Add an asserting ValueHandle to the block simplification code which will
Chandler Carruth
2012-03-25
1
-0
/
+9
*
Don't form a WeakVH around the sentinel node in the instructions BB
Chandler Carruth
2012-03-24
1
-4
/
+2
*
Refactor the interface to recursively simplifying instructions to be tad
Chandler Carruth
2012-03-24
1
-14
/
+6
*
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-11
1
-2
/
+2
*
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-08
1
-9
/
+12
*
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-02-01
1
-11
/
+9
*
Simplify common predecessor finding.
Benjamin Kramer
2011-12-06
1
-24
/
+10
*
Fix a theoretical problem (not seen in the wild): if different instances of a
Duncan Sands
2011-11-29
1
-0
/
+4
*
A dead malloc, a free(NULL) and a free(undef) are all trivially dead
Nick Lewycky
2011-10-24
1
-0
/
+8
*
Add a natural stack alignment field to TargetData, and prevent InstCombine from
Lang Hames
2011-10-10
1
-2
/
+6
*
The "landingpad" instruction will never be "trivially" dead.
Bill Wendling
2011-08-15
1
-0
/
+4
*
Lifetime intrinsics on undef are dead.
Nick Lewycky
2011-08-02
1
-3
/
+9
*
Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where i...
Eli Friedman
2011-07-20
1
-1
/
+0
*
Add r134057 back, but splice the predecessor after the successors phi
Rafael Espindola
2011-06-30
1
-10
/
+12
*
Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and
Chad Rosier
2011-06-29
1
-12
/
+10
*
Let simplify cfg simplify bb with only debug and lifetime intrinsics.
Rafael Espindola
2011-06-29
1
-10
/
+12
[next]