aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/BasicAA
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner2007-11-282-8/+8
* Allow GVN to eliminate read-only function calls when it can detect that they ...Owen Anderson2007-11-261-1/+1
* Teach alias analysis about readnone/readonly functions.Duncan Sands2007-11-221-0/+33
* Fix PR1774 and BasicAA/2007-11-05-SizeCrash.llChris Lattner2007-11-061-0/+34
* Fix for PR1741.Owen Anderson2007-10-251-0/+14
* This resolves a regression of BasicAA which failed to find any memory informa...Chandler Carruth2007-08-061-0/+17
* Teach BasicAA about noalias parameter attributes, but do it correctly this time.Christopher Lamb2007-08-022-0/+27
* Revert overly aggressive interpretation of noaliasChristopher Lamb2007-07-311-12/+0
* Teach BasicAA about noalias function parameters. Passes all of DejaGNU and te...Christopher Lamb2007-07-311-0/+12
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* For PR1319:Reid Spencer2007-04-161-1/+1
* For PR1319:Reid Spencer2007-04-161-1/+1
* For PR1319:Reid Spencer2007-04-164-5/+9
* Changes to fix problems with "make check". Apparently you can redefineReid Spencer2007-04-141-1/+1
* Convert test cases to new llvm.exp version of llvm_runtest and fix testsReid Spencer2007-04-146-7/+13
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* Remove use of implementation keyword.Reid Spencer2007-03-281-1/+0
* For PR761:Reid Spencer2007-01-261-3/+1
* testcase for pr1109Chris Lattner2007-01-141-0/+35
* For PR950:Reid Spencer2006-12-313-3/+3
* Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer2006-12-291-1/+1
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0221-22/+22
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-236-17/+17
* Fix bugs in this. What was I thinking??? :)Reid Spencer2006-11-181-7/+7
* Fail even if opt doesn't print anything.Reid Spencer2006-11-181-0/+3
* Add a simple test to make sure getModRefInfo is 1/2 way sane.Reid Spencer2006-11-181-0/+12
* new testcaseChris Lattner2006-11-031-0/+51
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-0/+3
* new testcaseChris Lattner2006-03-041-0/+31
* New testacse for information exposed by the 'tail' call marker.Chris Lattner2005-05-081-0/+16
* new testcase for a -basicaa bug that Alkis found with Java.Chris Lattner2005-03-091-0/+14
* Add testcase and fix for yet another case where we query the size anAlkis Evlogimenos2004-12-081-0/+22
* Add testcase and fix for another case where we query the size anAlkis Evlogimenos2004-12-081-0/+24
* new testcase basicaa should handleChris Lattner2004-11-261-0/+17
* Adding srcdir argTanya Lattner2004-11-191-1/+1
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-131-0/+3
* Due to a bug in BasicAA, DSE is incorrectly deleting the first store inChris Lattner2004-07-291-0/+10
* new testcaseChris Lattner2004-03-121-0/+10
* New testcase for better mod/ref information that basicaa can provideChris Lattner2004-01-301-0/+12
* Rename variable to avoid confusing it with the global GChris Lattner2003-12-111-1/+1
* New testcase for PR86Chris Lattner2003-12-111-0/+17
* While working on the pool allocator, I noticed that basicaa is failing a scaryChris Lattner2003-11-041-0/+15
* New testcase that basicaa should be able to handleChris Lattner2003-09-201-0/+12
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-1610-10/+10
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-151-10/+0
* New testcaseChris Lattner2003-07-031-0/+12
* Remove explicit control flow through the use of the 'not' scriptChris Lattner2003-06-283-12/+3
* Add new testcaseChris Lattner2003-06-171-0/+14
* No need to print out bytecode :)Chris Lattner2003-06-021-1/+1