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
*
Make helper static, so it can be inlined into its sole caller.
Benjamin Kramer
2012-03-10
1
-3
/
+3
*
As Duncan pointed out, pointers tend not to be in floating point format...for...
Bill Wendling
2012-03-10
1
-6
/
+6
*
Make this transformation slightly less agressive and more correct.
Bill Wendling
2012-03-10
1
-8
/
+18
*
Refactor some methods to look through bitcasts and GEPs on pointers into
Chandler Carruth
2012-03-10
1
-25
/
+3
*
Factor out the analysis of addition and subtraction in ComputeMaskedBits. Reuse
Nick Lewycky
2012-03-09
1
-83
/
+123
*
Undo a previous restriction on the inline cost calculation which Nick
Chandler Carruth
2012-03-09
1
-107
/
+146
*
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-08
2
-6
/
+6
*
Rotate two of the functions used to count bonuses for the inline cost
Chandler Carruth
2012-03-08
1
-14
/
+10
*
No functionality change. Type::isSized() can be expensive, so avoid calling it
Nick Lewycky
2012-03-07
1
-8
/
+10
*
A few more cases of missing masking in ComputeMaskedBits; found by inspection.
Eli Friedman
2012-03-05
1
-3
/
+3
*
Make sure we don't return bits outside the mask in ComputeMaskedBits. PR12189.
Eli Friedman
2012-03-05
1
-2
/
+2
*
LVI: Recognize the form instcombine canonicalizes range checks into when form...
Benjamin Kramer
2012-03-02
1
-4
/
+16
*
Duncan pointed out that if the alignment isn't explicitly specified, it defau...
Eli Friedman
2012-02-27
1
-4
/
+4
*
Teach BasicAA about the LLVM IR rules that allow reading past the end of an o...
Eli Friedman
2012-02-27
1
-9
/
+26
*
Fix this assert. IP can point to an instruction with strange dominance
Rafael Espindola
2012-02-27
1
-15
/
+20
*
Don't call dominates on unreachable instructions. Should fix the dragonegg
Rafael Espindola
2012-02-26
1
-2
/
+6
*
And update the comment...
Rafael Espindola
2012-02-26
1
-1
/
+0
*
Enable the assert that got all this dominator work started.
Rafael Espindola
2012-02-26
1
-1
/
+1
*
Change the implementation of dominates(inst, inst) to one based on what the
Rafael Espindola
2012-02-26
1
-6
/
+5
*
Reinstate the optimization from r151449 with a fix to not turn 'gep %x' into
Nick Lewycky
2012-02-26
1
-11
/
+51
*
Don't call dominates on unreachable instructions.
Rafael Espindola
2012-02-26
1
-1
/
+2
*
Roll these back to r151448 until I figure out how they're breaking
Nick Lewycky
2012-02-25
1
-42
/
+10
*
An argument and a local identified object (eg. a noalias call) could turn out
Nick Lewycky
2012-02-25
1
-12
/
+13
*
Fix five-letter typo in comment.
Nick Lewycky
2012-02-25
1
-1
/
+1
*
Teach instsimplify to be more aggressive when analyzing comparisons of pointers
Nick Lewycky
2012-02-25
1
-10
/
+41
*
Move isKnownNonNull from private implementation detail of BasicAA to a public
Nick Lewycky
2012-02-25
2
-16
/
+16
*
fix PR12075, a regression in a recent transform I added. In unreachable code...
Chris Lattner
2012-02-24
1
-4
/
+18
*
Fix typo.
Rafael Espindola
2012-02-23
1
-1
/
+1
*
Remove extra semi-colons.
Chad Rosier
2012-02-22
1
-1
/
+1
*
Improve comment. Thanks for Andrew for the suggestion.
Rafael Espindola
2012-02-22
1
-2
/
+3
*
Semantically revert 151015. Add a comment on why we should be able to assert
Rafael Espindola
2012-02-22
1
-7
/
+17
*
s/the the/the/
Rafael Espindola
2012-02-21
1
-1
/
+1
*
Use more idiomatic assert.
Rafael Espindola
2012-02-21
1
-2
/
+2
*
Avoid warning on non assert builds.
Rafael Espindola
2012-02-21
1
-2
/
+3
*
It turns out that with the current scev organization ReuseOrCreateCast cannot
Rafael Espindola
2012-02-21
1
-9
/
+9
*
Make this a bit prettier and more obvious when a derived type isn't
Eric Christopher
2012-02-20
1
-1
/
+3
*
If a derived type is also a composite type, print that information
Eric Christopher
2012-02-20
1
-2
/
+7
*
Add support for runtime languages on our forward declarations.
Eric Christopher
2012-02-20
1
-2
/
+5
*
fold comparisons of gep'd alloca points with null to false,
Chris Lattner
2012-02-20
1
-4
/
+21
*
Temporarily disable this assert. Looks like it found a similar issue when
Rafael Espindola
2012-02-18
1
-1
/
+3
*
Don't skip debug instructions when looking for the insertion point of
Rafael Espindola
2012-02-18
1
-5
/
+8
*
Fix a rather nasty regression from r150690: LHS != RHS does not imply LHS->st...
Eli Friedman
2012-02-18
1
-1
/
+2
*
Remove a comment about an alternative approach that wouldn't
Dan Gohman
2012-02-17
1
-4
/
+1
*
Typo in variable name.
Eric Christopher
2012-02-17
1
-2
/
+2
*
Revert "InstSimplify: Strip pointer casts early."
Benjamin Kramer
2012-02-16
1
-6
/
+5
*
InstSimplify: Strip pointer casts early.
Benjamin Kramer
2012-02-16
1
-5
/
+6
*
InstSimplify: Ignore pointer casts when constant folding compares between poi...
Benjamin Kramer
2012-02-16
1
-2
/
+5
*
Have AliasSet::aliasesUnknownInst use pointer TBAA info when available
Hal Finkel
2012-02-10
1
-1
/
+3
*
Fix PR11948: the result type of an icmp may be a vector of boolean -
Duncan Sands
2012-02-10
1
-0
/
+5
*
Add support for a temporary forward decl type. We want this so we
Eric Christopher
2012-02-08
1
-0
/
+22
[next]