index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
BasicAA
Age
Commit message (
Expand
)
Author
2004-03-12
new testcase
Chris Lattner
2004-01-30
New testcase for better mod/ref information that basicaa can provide
Chris Lattner
2003-12-11
Rename variable to avoid confusing it with the global G
Chris Lattner
2003-12-11
New testcase for PR86
Chris Lattner
2003-11-04
While working on the pool allocator, I noticed that basicaa is failing a scary
Chris Lattner
2003-09-20
New testcase that basicaa should be able to handle
Chris Lattner
2003-09-16
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
Misha Brukman
2003-09-15
Removing Makefiles. Regression tests are now run by QMTest.
John Criswell
2003-07-03
New testcase
Chris Lattner
2003-06-28
Remove explicit control flow through the use of the 'not' script
Chris Lattner
2003-06-17
Add new testcase
Chris Lattner
2003-06-02
No need to print out bytecode :)
Chris Lattner
2003-06-02
New testcase, reduced from 300.twolf by bugpoint
Chris Lattner
2003-05-21
Trim testcase a bit
Chris Lattner
2003-05-21
New testcase identified by joel
Chris Lattner
2003-04-25
New testcase
Chris Lattner
2003-04-22
New testcase
Chris Lattner
2003-03-04
New testcase
Chris Lattner
2003-03-03
Make the testcase more interesting, test that two different array elements do...
Chris Lattner
2003-02-26
Fix test
Chris Lattner
2003-02-26
New testcase for size tracking brokenness
Chris Lattner
2003-02-26
Hopefully final tweak to this testcase
Chris Lattner
2003-02-25
Add a new test for basicaa
Chris Lattner
2003-02-24
Fix testcase
Chris Lattner
2003-02-24
Tweak testcase
Chris Lattner
2003-02-09
Add a basic-aa test
Chris Lattner
2002-10-25
Update test to use long instead of uint getelementptr subscripts
Chris Lattner
2002-09-08
New testcase that tests for array pointer analysis type stuff
Chris Lattner
2002-09-07
Fix bug in testcase now that load-vn is not built into gcse
Chris Lattner
2002-09-07
Fix broken test
Chris Lattner
2002-08-22
Add a testcase that checks to make sure LICM uses basicaa correctly.
Chris Lattner
2002-08-22
Initial testcases for basicaa alias analysis
Chris Lattner