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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge with LLVM upstream r155090.
Shih-wei Liao
2012-04-24
12
-834
/
+1271
|
\
|
*
Revert "SCEV: When expanding a GEP the final addition to the base pointer has...
Benjamin Kramer
2012-04-17
1
-1
/
+1
|
*
Add two statistics to help track how we are computing the inline cost.
Chandler Carruth
2012-04-11
1
-0
/
+5
|
*
Fix 12513: Loop unrolling breaks with indirect branches.
Andrew Trick
2012-04-10
1
-0
/
+11
|
*
Fix ValueTracking to conclude that debug intrinsics are safe to
Chandler Carruth
2012-04-07
1
-0
/
+8
|
*
SCEV: When expanding a GEP the final addition to the base pointer has NUW but...
Benjamin Kramer
2012-04-07
1
-1
/
+1
|
*
Reintroduce InlineCostAnalyzer::getInlineCost() variant with explicit callee
David Chisnall
2012-04-06
1
-1
/
+4
|
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
3
-162
/
+102
|
*
Add a line number for the scope of the function (starting at the first
Eric Christopher
2012-04-03
2
-2
/
+10
|
*
Teach CodeGen's version of computeMaskedBits to understand the range metadata.
Rafael Espindola
2012-03-31
1
-2
/
+2
|
*
Fix a typo reported in IRC by someone reviewing this code.
Chandler Carruth
2012-03-31
1
-1
/
+1
|
*
Remove a bunch of empty, dead, and no-op methods from all of these
Chandler Carruth
2012-03-31
1
-10
/
+0
|
*
Initial commit for the rewrite of the inline cost analysis to operate
Chandler Carruth
2012-03-31
2
-583
/
+946
|
*
Add computeMaskedBitsLoad back, as it was the change to instsimplify that
Rafael Espindola
2012-03-30
1
-0
/
+26
|
*
Lowercase the tag name to match the rest of dwarf.
Eric Christopher
2012-03-29
2
-3
/
+3
|
*
Add support for objc property decls according to the page at:
Eric Christopher
2012-03-29
2
-3
/
+21
|
*
Handle intrinsics in GlobalsModRef. Fixes pr12351.
Rafael Espindola
2012-03-28
1
-0
/
+6
|
*
Revert r153521 as it's causing large regressions on the nightly testers.
Chad Rosier
2012-03-28
2
-41
/
+0
|
*
Reapply r153423; the original commit was fine. The failing test, distray, had
Chad Rosier
2012-03-27
2
-0
/
+41
|
*
SCEV fix: Handle loop invariant loads.
Andrew Trick
2012-03-26
1
-1
/
+5
|
*
Revert r153423 as this is causing failures on our internal nightly testers.
Chad Rosier
2012-03-26
2
-41
/
+0
|
*
Use the new range metadata in computeMaskedBits and add a new optimization to
Rafael Espindola
2012-03-26
2
-0
/
+41
|
*
Teach instsimplify how to simplify comparisons of pointers which are
Chandler Carruth
2012-03-25
1
-1
/
+45
|
*
Switch the pointer-difference simplification logic to only work with
Chandler Carruth
2012-03-25
1
-1
/
+1
|
*
Try to harden the recursive simplification still further. This is again
Chandler Carruth
2012-03-24
1
-7
/
+8
|
*
Don't add the instruction about to be RAUW'ed and erased to the
Chandler Carruth
2012-03-24
1
-2
/
+4
|
*
Refactor the interface to recursively simplifying instructions to be tad
Chandler Carruth
2012-03-24
1
-47
/
+71
|
*
Take out the debug info probe stuff. It's making some changes to
Eric Christopher
2012-03-23
1
-21
/
+2
|
*
Cleanup IVUsers::addUsersIfInteresting.
Andrew Trick
2012-03-22
1
-12
/
+15
*
|
Migrate external/llvm to LLVM-153224-20120321.
Shih-wei Liao
2012-03-24
1
-0
/
+1
*
|
Merge branch 'upstream' into sliao_d
Shih-wei Liao
2012-03-24
11
-908
/
+1163
|
\
\
|
|
/
|
*
Teach instsimplify to gracefully degrade in the presence of instructions
Chandler Carruth
2012-03-21
1
-0
/
+6
|
*
LSR: teach isSimplifiedLoopNest to handle PHI IVUsers.
Andrew Trick
2012-03-20
1
-1
/
+8
|
*
LSR: fix IVUsers isSimplifiedLoopNest to perform a full domtree walk
Andrew Trick
2012-03-20
1
-19
/
+23
|
*
Factor out the multiply analysis code in ComputeMaskedBits and apply it to the
Nick Lewycky
2012-03-18
1
-62
/
+76
|
*
Start removing the use of an ad-hoc 'never inline' set and instead
Chandler Carruth
2012-03-16
1
-8
/
+4
|
*
Pull the implementation of the code metrics out of the inline cost
Chandler Carruth
2012-03-16
3
-158
/
+177
|
*
LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
Andrew Trick
2012-03-16
1
-5
/
+41
|
*
Do the right thing on NULL uint64 fields.
Eric Christopher
2012-03-16
1
-1
/
+1
|
*
Type sizes and fields offsets inside structs are unsigned. This is a highly
Duncan Sands
2012-03-15
1
-4
/
+2
|
*
Make the swap code here a bit more obvious what its doing... We're
Chandler Carruth
2012-03-15
1
-1
/
+1
|
*
Don't assume that the arguments are processed in some particular order.
Chandler Carruth
2012-03-15
1
-2
/
+4
|
*
Remove all remnants of partial specialization in the cost computation
Chandler Carruth
2012-03-15
1
-69
/
+0
|
*
Extend the inline cost calculation to account for bonuses due to
Chandler Carruth
2012-03-14
1
-3
/
+86
|
*
Refactor the inline cost bonus calculation for constants to use
Chandler Carruth
2012-03-14
1
-20
/
+26
|
*
enhance jump threading to preserve TBAA information when PRE'ing loads,
Chris Lattner
2012-03-13
1
-3
/
+13
|
*
Generalize the "trunc(ptrtoint(x)) - trunc(ptrtoint(y)) ->
Duncan Sands
2012-03-13
1
-14
/
+34
|
*
Uniformize the InstructionSimplify interface by ensuring that all routines
Duncan Sands
2012-03-13
2
-337
/
+278
|
*
Fix regression from r151466: an we can't replace uses of an instruction reach...
Eli Friedman
2012-03-13
1
-3
/
+7
|
*
Address some review comments from Duncan. This moves the iterative
Chandler Carruth
2012-03-13
1
-32
/
+23
[next]