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
*
rename *.llx -> *.ll, last batch.
Chris Lattner
2008-04-19
2
-0
/
+0
*
Make GVN able to remove unnecessary calls to read-only functions again.
Owen Anderson
2008-04-17
1
-1
/
+1
*
Don't assume a tail call can't reference a byval
Dale Johannesen
2008-04-15
1
-0
/
+18
*
The functionality being tested was removed because it was horribly unsafe.
Owen Anderson
2008-04-13
1
-1
/
+1
*
Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically w...
Gabor Greif
2008-02-28
1
-1
/
+1
*
Remove llvm-upgrade.
Tanya Lattner
2008-02-14
23
-320
/
+302
*
Teach basicaa that 'byval' arguments define a new memory location that
Chris Lattner
2008-01-24
1
-0
/
+18
*
Accept both %y, %x and %x, %y as valid answers.
Nick Lewycky
2008-01-06
1
-1
/
+1
*
Fix PR1782, patch by Wojtek Matyjewicz!
Chris Lattner
2007-12-09
1
-0
/
+31
*
Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...
Tanya Lattner
2007-11-28
2
-8
/
+8
*
Allow GVN to eliminate read-only function calls when it can detect that they ...
Owen Anderson
2007-11-26
1
-1
/
+1
*
Teach alias analysis about readnone/readonly functions.
Duncan Sands
2007-11-22
1
-0
/
+33
*
Fix PR1774 and BasicAA/2007-11-05-SizeCrash.ll
Chris Lattner
2007-11-06
1
-0
/
+34
*
Fix for PR1741.
Owen Anderson
2007-10-25
1
-0
/
+14
*
This resolves a regression of BasicAA which failed to find any memory informa...
Chandler Carruth
2007-08-06
1
-0
/
+17
*
Teach BasicAA about noalias parameter attributes, but do it correctly this time.
Christopher Lamb
2007-08-02
2
-0
/
+27
*
Revert overly aggressive interpretation of noalias
Christopher Lamb
2007-07-31
1
-12
/
+0
*
Teach BasicAA about noalias function parameters. Passes all of DejaGNU and te...
Christopher Lamb
2007-07-31
1
-0
/
+12
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
25
-0
/
+565