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
*
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
*
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-20
3
-7
/
+40
*
Fix a bug that was found by building clang with -fsanitize.
Nadav Rotem
2012-12-19
1
-1
/
+6
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
5
-8
/
+8
*
Fix a crash in ValueTracking on vectors of pointers.
Nadav Rotem
2012-12-14
1
-1
/
+1
*
Rename isPowerOfTwo to isKnownToBeAPowerOfTwo.
Rafael Espindola
2012-12-13
2
-13
/
+13
*
The TargetData is not used for the isPowerOfTwo determination. It has never
Rafael Espindola
2012-12-12
2
-13
/
+12
*
Have SimplifyBinOp call the new FAdd/FSub/FMul helpers, with fast-math flags off
Michael Ilseman
2012-12-12
1
-0
/
+8
*
Added a slew of SimplifyInstruction floating-point optimizations, many of whi...
Michael Ilseman
2012-12-12
1
-10
/
+109
*
Holding my nose and moving the accumulation routine to GEPOperator
Chandler Carruth
2012-12-11
1
-34
/
+1
*
Hoist the GEP constant address offset computation to a common home on
Chandler Carruth
2012-12-11
1
-23
/
+1
*
Optimistically analyse Phi cycles
Arnold Schwaighofer
2012-12-10
1
-41
/
+13
*
Add a new visitor for walking the uses of a pointer value.
Chandler Carruth
2012-12-10
2
-0
/
+59
*
Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...
Michael Ilseman
2012-12-09
1
-2
/
+2
*
Add support to ValueTracking for determining that a pointer is non-null
Chandler Carruth
2012-12-07
1
-0
/
+73
*
Have CannotBeNegativeZero() be aware of the nsz fast-math flag
Michael Ilseman
2012-12-06
1
-1
/
+6
*
constify the cost API
Nadav Rotem
2012-12-03
1
-7
/
+7
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
53
-205
/
+202
*
Move the InstVisitor utility into VMCore where it belongs. It heavily
Chandler Carruth
2012-11-30
3
-3
/
+3
*
Modified dump() to provide a little
Preston Briggs
2012-11-30
1
-32
/
+30
*
Follow up to 168711: It's safe to base this analysis on the found compare, ju...
Benjamin Kramer
2012-11-29
1
-4
/
+3
*
Improve isImpliedCond comment a bit.
Andrew Trick
2012-11-29
1
-2
/
+2
[next]