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-01-27
Add r149110 back with a fix for when the vector and the int have the same
Rafael Espindola
2012-01-27
Revert r149110 and add a testcase that was crashing since that revision.
Rafael Espindola
2012-01-27
enhance constant folding to be able to constant fold bitcast of
Chris Lattner
2012-01-26
progress making the world safe to ConstantDataVector. While
Chris Lattner
2012-01-25
Use precomputed BB size instead of BB->size().
Nick Lewycky
2012-01-25
Support pointer comparisons against constants, when looking at the inline-cost
Nick Lewycky
2012-01-25
use Constant::getAggregateElement to simplify a bunch of code.
Chris Lattner
2012-01-25
Use the right method to get the # elements in a CDS.
Chris Lattner
2012-01-24
teach valuetracking about ConstantDataSequential
Chris Lattner
2012-01-24
switch SCEV to use the new ConstantFoldLoadThroughGEPIndices function
Chris Lattner
2012-01-24
Split the interesting bits of ConstantFoldLoadThroughGEPConstantExpr
Chris Lattner
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
Remove obviously invalid early exit that prevented analyzing ConstantAggregat...
Benjamin Kramer
2012-01-20
Fix CountCodeReductionForAlloca to more accurately represent what SROA can and
Nick Lewycky
2012-01-20
SCEVExpander fixes. Affects LSR and indvars.
Andrew Trick
2012-01-18
Remove dead code.
Bill Wendling
2012-01-17
Move includes to the .cpp file.
Jakub Staszak
2012-01-14
Fix a corner case hit by redundant phi elimination running after LSR.
Andrew Trick
2012-01-12
A DenseMap of a std::map isn't a very good idea because the "grow()" method will
Bill Wendling
2012-01-11
Revert r147978. A DenseMap's iterators may become invalidated here.
Bill Wendling
2012-01-11
Use a DenseMap.
Bill Wendling
2012-01-11
Clarified the SCEV getSmallConstantTripCount interface with in-your-face comm...
Andrew Trick
2012-01-11
Don't avoid recursing for pointer types, just reference types. Expand on
Eric Christopher
2012-01-10
Cleanup these asserts to follow common LLVM style and coding
Chandler Carruth
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
Enable LSR IV Chains with sufficient heuristics.
Andrew Trick
2012-01-09
Update language check. Do not ignore DW_LANG_Python.
Devang Patel
2012-01-07
Cleanup comments and argument types related to my previous replaceCongruentPh...
Andrew Trick
2012-01-07
Extended replaceCongruentPhis to handle mixed phi types.
Andrew Trick
2012-01-07
Expose isNonConstantNegative to users of ScalarEvolution.
Andrew Trick
2012-01-06
Put all IVUsers in the processed set. Allow querying IVUsers with isIVUserOrO...
Andrew Trick
2012-01-06
SCEVExpander: hoistStep should check strict dominance.
Andrew Trick
2012-01-04
Generalize isSafeToSpeculativelyExecute to work on arbitrary
Dan Gohman
2012-01-02
Fix SCEVExpander to handle loops with no preheader when LSR gives it a
Andrew Trick
2012-01-01
PatternMatch: Introduce a matcher for instructions with the "exact" bit. Use ...
Benjamin Kramer
2011-12-28
Change CaptureTracking to pass a Use* instead of a Value* when a value is
Nick Lewycky
2011-12-24
ComputeMaskedBits: Make knownzero computation more aggressive for ctlz with u...
Benjamin Kramer
2011-12-22
Make the unreachable probability much much heavier. The previous
Chandler Carruth
2011-12-21
Continue counting intrinsics as instructions (except when they aren't, such as
Nick Lewycky
2011-12-21
Fix typo and spacing, no functionality change.
Nick Lewycky
2011-12-21
A call to a function marked 'noinline' is not an inline candidate. The sole
Nick Lewycky
2011-12-21
Make some intrinsics safe to speculatively execute.
Nick Lewycky
2011-12-20
Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.
Jakub Staszak
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
LSR: Fix another corner case in expansion of postinc users.
Andrew Trick
2011-12-18
Allow inlining of functions with returns_twice calls, if they have the
Joerg Sonnenberger
2011-12-16
When recursing for the original size of a type, stop if we are at a
Eric Christopher
2011-12-16
In DICompositeType, referenced to derived type is either metadata or null.
Devang Patel
2011-12-15
Virtual table holder field is either metadata or null.
Devang Patel
2011-12-14
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
Dan Gohman
[next]