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
2013-02-03
use GEP::accumulateConstantOffset() to replace custom written code to compute...
Nuno Lopes
2013-02-01
InstSimplify: stripAndComputeConstantOffsets can be called with vectors of po...
Benjamin Kramer
2013-02-01
Add a comment explaining an unavailable optimization.
Dan Gohman
2013-02-01
Rewrite instsimplify's handling if icmp on pointer values to remove the
Dan Gohman
2013-01-31
An alloca can be equal to an argument. It can't *alias* an alloca, but it could
Dan Gohman
2013-01-31
Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointer
Dan Gohman
2013-01-31
Add a comment.
Dan Gohman
2013-01-31
Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp since
Dan Gohman
2013-01-31
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
Dan Gohman
2013-01-31
Minor code simplification.
Dan Gohman
2013-01-31
stripAndComputeConstantOffsets is only called on pointers; check this
Dan Gohman
2013-01-24
ConstantFolding: Add a missing folding that leads to a miscompile.
Benjamin Kramer
2013-01-23
ConstantFolding: Tweak r173289, it should evaluate in the intptr type, not th...
Benjamin Kramer
2013-01-23
ConstantFolding: Evaluate GEP indices in the index type.
Benjamin Kramer
2013-01-22
Begin fleshing out an interface in TTI for modelling the costs of
Chandler Carruth
2013-01-22
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-21
Switch CodeMetrics itself over to use TTI to determine if an instruction
Chandler Carruth
2013-01-21
Sink InlineCost.cpp into IPA -- it is now officially an interprocedural
Chandler Carruth
2013-01-21
Move the inline cost analysis's primary cost query to TTI instead of the
Chandler Carruth
2013-01-21
Now that the inline cost analysis is a pass, we can easily have it
Chandler Carruth
2013-01-21
Make the inline cost a proper analysis pass. This remains essentially
Chandler Carruth
2013-01-21
Introduce a generic interface for querying an operation's expected
Chandler Carruth
2013-01-20
Revert CostTable algorithm, will re-write
Renato Golin
2013-01-19
Fix 80-col and early exit in cost model
Renato Golin
2013-01-17
Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...
Bill Wendling
2013-01-16
Change CostTable model to be global to all targets
Renato Golin
2013-01-14
SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.
Andrew Trick
2013-01-13
fix compile-time regression report by Joerg Sonnenberger:
Nuno Lopes
2013-01-13
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-11
Update CMakeLists for CallPrinter.cpp.
Andrew Trick
2013-01-11
Added -view-callgraph module pass.
Andrew Trick
2013-01-09
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-07
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
2013-01-07
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-07
Move the initialization to the Analysis library as well as the pass.
Chandler Carruth
2013-01-07
Make the popcnt support enums and methods have more clear names and
Chandler Carruth
2013-01-07
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-05
Switch the cost model analysis over to just the TTI interface.
Chandler Carruth
2013-01-04
Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate the
Manman Ren
2013-01-02
Actually update the CMake and Makefile builds correctly, and update the
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Rename VMCore directory to IR.
Chandler Carruth
2012-12-31
reimplement GetPointerBaseWithConstantOffset().
Nuno Lopes
2012-12-31
recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...
Nuno Lopes
2012-12-31
Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"
Benjamin Kramer
2012-12-31
revert r171306, since we cannot compare APInts with different bitwidths
Nuno Lopes
2012-12-31
use ValueTracking's GetPointerBaseWithConstantOffset() function instead of a ...
Nuno Lopes
2012-12-31
minor code simplification
Nuno Lopes
2012-12-31
add support for GlobalAlias to ObjectSizeOffsetVisitor
Nuno Lopes
[next]