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
*
Clean up a bunch of caching stuff in memdep. This reduces the time to run GVN
Owen Anderson
2007-08-07
1
-25
/
+38
*
Improve the accuracy of memdep for determining the dependencies of loads.
Owen Anderson
2007-08-06
1
-2
/
+13
*
This resolves a regression of BasicAA which failed to find any memory informa...
Chandler Carruth
2007-08-06
1
-4
/
+23
*
Let scalar-evolution analyze loops with an unsigned comparison for the exit
Nick Lewycky
2007-08-06
1
-17
/
+35
*
Don't assume it's safe to transform a loop just because it's dominated by any
Nick Lewycky
2007-08-06
1
-1
/
+1
*
Upgrade BasicAliasAnalysis::getModRefBehavior to not call Value::getName,
Chris Lattner
2007-08-05
1
-4
/
+14
*
Fix an iterator invalidation bug I induced.
Chris Lattner
2007-08-05
1
-2
/
+1
*
Switch some std::sets to SmallPtrSet. This speeds up
Chris Lattner
2007-08-05
1
-3
/
+3
*
Switch the internal "Info" map from an std::map to a DenseMap. This
Chris Lattner
2007-08-05
1
-15
/
+12
*
switch the DomTreeNodes and IDoms maps in idom/postidom to a
Chris Lattner
2007-08-04
1
-4
/
+9
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
1
-3
/
+3
*
Fix a bug that was causing several miscompilations on SPEC.
Owen Anderson
2007-08-02
1
-3
/
+15
*
Implement review feedback.
Christopher Lamb
2007-08-02
1
-4
/
+4
*
Teach BasicAA about noalias parameter attributes, but do it correctly this time.
Christopher Lamb
2007-08-02
1
-1
/
+31
*
Make non-local memdep not be recursive, and fix a bug on 403.gcc that this ex...
Owen Anderson
2007-08-01
1
-46
/
+45
*
More explicit keywords.
Dan Gohman
2007-08-01
2
-2
/
+2
*
Fix GLIBCXX_DEBUG error owing to dereference of end iterator. There's
David Greene
2007-07-31
1
-26
/
+33
*
Revert overly aggressive interpretation of noalias
Christopher Lamb
2007-07-31
1
-32
/
+1
*
Introduce Simple Analysis interface for loop passes.
Devang Patel
2007-07-31
1
-0
/
+21
*
Teach BasicAA about noalias function parameters. Passes all of DejaGNU and te...
Christopher Lamb
2007-07-31
1
-1
/
+32
*
Use more caching when computing non-local dependence. This makes bzip2 not
Owen Anderson
2007-07-30
1
-0
/
+2
*
Fix a bug introduced in my last commit.
Owen Anderson
2007-07-26
1
-1
/
+7
*
Fix a couple more bugs in the phi construction by pulling in code that does
Owen Anderson
2007-07-26
1
-3
/
+0
*
Fix a bug in non-local memdep that was causing an infinite loop on 175.vpr.
Owen Anderson
2007-07-25
1
-3
/
+12
*
Add basic support for performing whole-function RLE.
Owen Anderson
2007-07-25
1
-35
/
+34
*
Add initial support for non-local memory dependence analysis.
Owen Anderson
2007-07-24
1
-6
/
+53
*
Unreachable block is not a root node in post dominator tree.
Devang Patel
2007-07-24
1
-2
/
+6
*
When removing instructions from the analysis, be sure to check the confirmed
Owen Anderson
2007-07-20
1
-1
/
+2
*
Verify loop info.
Devang Patel
2007-07-19
3
-16
/
+16
*
Replace mysterious code causing a g++-4.2 warning
Duncan Sands
2007-07-19
2
-18
/
+9
*
Add support for walking up memory def chains, which enables finding many more
Owen Anderson
2007-07-16
1
-18
/
+37
*
Use ConstantFoldFP for folding all unary floating-point operations which may
Dan Gohman
2007-07-16
1
-20
/
+25
*
Fix comments about vectors to use the current wording.
Dan Gohman
2007-07-16
1
-1
/
+1
*
Handle decrementing loops properly. Fixes PR1533.
Nick Lewycky
2007-07-16
1
-15
/
+13
*
Let MemoryDependenceAnalysis take care of updating AliasAnalysis.
Owen Anderson
2007-07-12
1
-0
/
+2
*
Calculate the size of a array allocation correctly.
Owen Anderson
2007-07-10
1
-2
/
+2
*
Fix a crasher when finding the dependency of a call.
Owen Anderson
2007-07-10
1
-1
/
+2
*
Make this pass registration static as well.
Owen Anderson
2007-07-10
1
-2
/
+2
*
Handle vaarg instructions correctly.
Owen Anderson
2007-07-10
1
-0
/
+9
*
Volatile loads and stores depend on each other.
Owen Anderson
2007-07-10
1
-0
/
+17
*
Add support for finding the dependencies of call and invoke instructions.
Owen Anderson
2007-07-10
1
-17
/
+64
*
Fix the build, and fix the handling of pointer sizes.
Owen Anderson
2007-07-10
1
-20
/
+19
*
Fix a bunch of things from Chris' feedback
Owen Anderson
2007-07-10
1
-31
/
+45
*
Move the APInt form of SCEVUnknown::getIntegerSCEV to SCEVConstant::get, and
Dan Gohman
2007-07-09
1
-15
/
+14
*
A first stab at memory dependence analysis. This is an interface on top of
Owen Anderson
2007-07-06
1
-0
/
+171
*
Add explicit keywords.
Dan Gohman
2007-07-02
2
-2
/
+2
*
Add loop info verification mechanism.
Devang Patel
2007-06-29
1
-1
/
+13
*
CallGraphSCCPass manager may require other passes.
Devang Patel
2007-06-21
1
-1
/
+1
*
Rename ScalarEvolution::deleteInstructionFromRecords to
Dan Gohman
2007-06-19
1
-14
/
+14
*
In SCEVAddExpr::get, skip over any cast operands before looking for nested
Dan Gohman
2007-06-18
1
-2
/
+5
[next]