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