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
*
ConstantFolding: Add a missing folding that leads to a miscompile.
Benjamin Kramer
2013-01-24
1
-4
/
+4
*
ConstantFolding: Tweak r173289, it should evaluate in the intptr type, not th...
Benjamin Kramer
2013-01-23
1
-18
/
+15
*
ConstantFolding: Evaluate GEP indices in the index type.
Benjamin Kramer
2013-01-23
1
-2
/
+11
*
Begin fleshing out an interface in TTI for modelling the costs of
Chandler Carruth
2013-01-22
3
-63
/
+159
*
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
1
-1
/
+1
*
Switch CodeMetrics itself over to use TTI to determine if an instruction
Chandler Carruth
2013-01-21
2
-79
/
+6
*
Sink InlineCost.cpp into IPA -- it is now officially an interprocedural
Chandler Carruth
2013-01-21
3
-1
/
+1
*
Move the inline cost analysis's primary cost query to TTI instead of the
Chandler Carruth
2013-01-21
1
-4
/
+4
*
Now that the inline cost analysis is a pass, we can easily have it
Chandler Carruth
2013-01-21
1
-12
/
+20
*
Make the inline cost a proper analysis pass. This remains essentially
Chandler Carruth
2013-01-21
1
-5
/
+27
*
Introduce a generic interface for querying an operation's expected
Chandler Carruth
2013-01-21
1
-1
/
+122
*
Revert CostTable algorithm, will re-write
Renato Golin
2013-01-20
1
-45
/
+0
*
Fix 80-col and early exit in cost model
Renato Golin
2013-01-19
1
-12
/
+16
*
Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...
Bill Wendling
2013-01-17
1
-29
/
+12
*
Change CostTable model to be global to all targets
Renato Golin
2013-01-16
1
-0
/
+41
*
SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.
Andrew Trick
2013-01-14
1
-3
/
+2
*
fix compile-time regression report by Joerg Sonnenberger:
Nuno Lopes
2013-01-13
1
-9
/
+11
*
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-13
1
-1
/
+1
*
Update CMakeLists for CallPrinter.cpp.
Andrew Trick
2013-01-11
1
-0
/
+1
*
Added -view-callgraph module pass.
Andrew Trick
2013-01-11
2
-0
/
+89
*
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
1
-0
/
+8
*
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-09
1
-0
/
+8
*
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-07
2
-6
/
+8
*
Move the initialization to the Analysis library as well as the pass.
Chandler Carruth
2013-01-07
1
-0
/
+1
*
Make the popcnt support enums and methods have more clear names and
Chandler Carruth
2013-01-07
1
-5
/
+5
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
3
-1
/
+272
*
Switch the cost model analysis over to just the TTI interface.
Chandler Carruth
2013-01-05
1
-20
/
+15
*
Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate the
Manman Ren
2013-01-04
1
-4
/
+34
*
Actually update the CMake and Makefile builds correctly, and update the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
47
-170
/
+170
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-7
/
+7
*
reimplement GetPointerBaseWithConstantOffset().
Nuno Lopes
2012-12-31
1
-31
/
+21
*
recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...
Nuno Lopes
2012-12-31
1
-11
/
+26
*
Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"
Benjamin Kramer
2012-12-31
1
-14
/
+3
*
revert r171306, since we cannot compare APInts with different bitwidths
Nuno Lopes
2012-12-31
1
-1
/
+1
*
use ValueTracking's GetPointerBaseWithConstantOffset() function instead of a ...
Nuno Lopes
2012-12-31
1
-36
/
+8
*
minor code simplification
Nuno Lopes
2012-12-31
1
-1
/
+1
*
add support for GlobalAlias to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-31
1
-0
/
+9
*
add support for PHI nodes to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-31
1
-3
/
+14
*
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...
Nuno Lopes
2012-12-30
1
-3
/
+2
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
3
-7
/
+12
*
Nuke some dead code that snuck in some how. I thought I had already
Chandler Carruth
2012-12-28
1
-5
/
+0
*
Fix a stunning oversight in the inline cost analysis. It was never
Chandler Carruth
2012-12-28
1
-4
/
+16
*
Teach the inline cost analysis about calls that can be simplified and
Chandler Carruth
2012-12-28
1
-11
/
+87
*
Teach instsimplify to use the constant folder where appropriate for
Chandler Carruth
2012-12-28
1
-8
/
+29
*
Add entry points to instsimplify for simplifying calls. The entry points
Chandler Carruth
2012-12-28
1
-5
/
+30
*
Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>
Bob Wilson
2012-12-24
2
-10
/
+11
*
Update the docs of the cost model.
Nadav Rotem
2012-12-24
1
-3
/
+6
*
Remove trailing whitespace.
Craig Topper
2012-12-22
1
-94
/
+94
[next]