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
/
test
/
Analysis
/
BasicAA
Commit message (
Expand
)
Author
Age
Files
Lines
*
I missed a checking with my GVN change.
Chris Lattner
2011-05-22
1
-2
/
+2
*
Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot.
Duncan Sands
2011-05-21
1
-1
/
+1
*
When BasicAA can determine that two pointers have the same base but
Dan Gohman
2011-05-21
1
-1
/
+1
*
Teach BasicAA about arm.neon.vld1 and vst1.
Dan Gohman
2011-04-27
1
-0
/
+16
*
When analyzing functions known to only access argument pointees,
Dan Gohman
2011-04-27
1
-0
/
+23
*
PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoad
Eli Friedman
2011-04-07
1
-1
/
+1
*
Revert r128140 for now.
Anders Carlsson
2011-03-23
1
-19
/
+0
*
A global variable with internal linkage where all uses are in one function an...
Anders Carlsson
2011-03-23
1
-0
/
+19
*
Add another rdar number.
Dan Gohman
2011-01-24
1
-1
/
+1
*
Teach BasicAA to return PartialAlias in cases where both pointers
Dan Gohman
2011-01-18
1
-0
/
+33
*
fix rdar://8813415 - a miscompilation of 164.gzip that loop-idiom
Chris Lattner
2011-01-03
1
-0
/
+22
*
filecheckize
Chris Lattner
2011-01-03
1
-6
/
+8
*
Move Sub simplifications and additional Add simplifications out of
Duncan Sands
2010-12-15
1
-2
/
+2
*
remove fixme comment too.
Chris Lattner
2010-11-30
1
-3
/
+3
*
check in *all* files. This is now handled by my previous DSE commit.
Chris Lattner
2010-11-30
1
-1
/
+1
*
Delete unneeded ssp attributes.
Dan Gohman
2010-11-11
2
-2
/
+2
*
Make BasicAliasAnalysis a normal AliasAnalysis implementation which
Dan Gohman
2010-10-18
25
-25
/
+25
*
PR7959: Handle negative scales in GEPs correctly in BasicAA for non-64-bit
Eli Friedman
2010-09-15
1
-0
/
+15
*
remove some noise from tests.
Chris Lattner
2010-09-02
1
-64
/
+64
*
Fix constant-over-index.ll test on windows.
Michael J. Spencer
2010-08-30
1
-2
/
+3
*
refix PR1143 by making basicaa analyze zexts of indices aggresively,
Chris Lattner
2010-08-18
1
-7
/
+7
*
fix a buggy test
Chris Lattner
2010-08-18
1
-3
/
+3
*
fix PR7589: In brief:
Chris Lattner
2010-08-18
1
-0
/
+21
*
filecheckize and detrivialize.
Chris Lattner
2010-08-18
1
-3
/
+26
*
Implement a proper getModRefInfo for va_arg.
Dan Gohman
2010-08-06
1
-0
/
+11
*
Implement AccessesArguments checking in the two-callsite form
Dan Gohman
2010-08-05
1
-1
/
+15
*
Fix memdep's code for reasoning about dependences between two calls. A Ref
Dan Gohman
2010-08-05
1
-1
/
+0
*
Revert r110270 for now. It appears to uncover a memdep bug.
Dan Gohman
2010-08-05
1
-0
/
+1
*
The trouble with testing for "ModRef" and "NoModRef" is that
Dan Gohman
2010-08-04
2
-85
/
+85
*
The two-callsite form of AliasAnalysis::getModRefInfo is documented
Dan Gohman
2010-08-04
2
-4
/
+16
*
Remove interprocedural-basic-aa and associated code. The AliasAnalysis
Dan Gohman
2010-07-07
2
-1747
/
+262
*
Remove context sensitivity concerns from interprocedural-basic-aa, and
Dan Gohman
2010-07-01
2
-7
/
+1739
*
Add a few more interesting testcases.
Dan Gohman
2010-06-29
1
-0
/
+21
*
Add an Intraprocedural form of BasicAliasAnalysis, which aims to
Dan Gohman
2010-06-29
1
-0
/
+42
*
Fix Value::stripPointerCasts and BasicAA to avoid trouble on
Dan Gohman
2010-06-28
1
-0
/
+16
*
Pointers to zero-sized objects don't point to overlapping objects.
Dan Gohman
2010-04-08
1
-0
/
+10
*
add newlines at the end of files.
Chris Lattner
2010-04-07
1
-1
/
+1
*
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-04-04
1
-2
/
+2
*
Revert r100191 since it breaks objc in clang
Mon P Wang
2010-04-02
1
-2
/
+2
*
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-04-02
1
-2
/
+2
*
Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.
Bob Wilson
2010-03-30
1
-2
/
+2
*
Added support for address spaces and added a isVolatile field to memcpy, memm...
Mon P Wang
2010-03-30
1
-2
/
+2
*
Delete useless trailing semicolons.
Dan Gohman
2010-01-05
1
-2
/
+2
*
gvn is optimizing this better now.
Chris Lattner
2009-12-06
1
-2
/
+2
*
@test9 is a testcase for r89958. Before 89958, we misanalyzed the
Chris Lattner
2009-11-26
1
-1
/
+39
*
Implement PR1143 (at -m64) by making basicaa look through extensions. We
Chris Lattner
2009-11-26
1
-1
/
+16
*
teach GetLinearExpression to be a bit more aggressive.
Chris Lattner
2009-11-26
1
-0
/
+15
*
Teach basicaa that x|c == x+c when the c bits of x are clear. This
Chris Lattner
2009-11-26
1
-0
/
+14
*
teach basicaa that A[i] != A[i+1].
Chris Lattner
2009-11-26
1
-0
/
+16
*
rename test
Chris Lattner
2009-11-26
1
-0
/
+0
[next]