index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
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 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
*
Fix typo in comment.
Nick Lewycky
2011-06-28
1
-1
/
+1
*
Reinstate r133513 (reverted in r133700) with an additional fix for a
Jay Foad
2011-06-23
1
-6
/
+11
*
Revert r133513:
Eric Christopher
2011-06-23
1
-11
/
+6
*
Reinstate r133435 and r133449 (reverted in r133499) now that the clang
Jay Foad
2011-06-21
1
-6
/
+11
*
Revert r133435 and r133449 to appease buildbots.
Chad Rosier
2011-06-21
1
-11
/
+6
*
Change how PHINodes store their operands.
Jay Foad
2011-06-20
1
-6
/
+11
*
Simplify; no significant functionality change.
Eli Friedman
2011-06-15
1
-26
/
+2
*
Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when
Cameron Zwarich
2011-05-24
1
-0
/
+13
*
Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...
Frits van Bommel
2011-05-22
1
-6
/
+18
*
fix typo
Matt Beaumont-Gay
2011-05-18
1
-1
/
+1
*
Use IRBuiler while constant folding terminator.
Devang Patel
2011-05-18
1
-7
/
+10
[next]