aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis
Commit message (Collapse)AuthorAgeFilesLines
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-238-0/+24
| | | | | | | | | with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about known output from running "make check". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27009 91177308-0d34-0410-b5e6-96231b3b80d8
* better checkAndrew Lenharth2006-03-151-3/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26780 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2006-03-041-0/+31
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26514 91177308-0d34-0410-b5e6-96231b3b80d8
* New testacse for information exposed by the 'tail' call marker.Chris Lattner2005-05-081-0/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21795 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2005-04-041-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21087 91177308-0d34-0410-b5e6-96231b3b80d8
* fix the RUN line on this testcase so it passes.Chris Lattner2005-03-251-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20833 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase that DS-AA is causing to be miscompiled.Chris Lattner2005-03-241-0/+26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20813 91177308-0d34-0410-b5e6-96231b3b80d8
* GlobalMR should be able to analyze this function.Chris Lattner2005-03-231-0/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20795 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase to verify that we have field sensitive alias analysis info. ThisChris Lattner2005-03-231-0/+21
| | | | | | | test cannot be satisfied without interprocedural information. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20778 91177308-0d34-0410-b5e6-96231b3b80d8
* We might as well check the TD graphs as well, even though they are fine.Chris Lattner2005-03-221-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20774 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, the BU pass is marking the global complete in the globals graph.Chris Lattner2005-03-221-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20772 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, which is important to handle correctly.Chris Lattner2005-03-211-0/+27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20739 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for a -basicaa bug that Alkis found with Java.Chris Lattner2005-03-091-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20530 91177308-0d34-0410-b5e6-96231b3b80d8
* Make this testcase a bit more challangingChris Lattner2004-12-171-1/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19019 91177308-0d34-0410-b5e6-96231b3b80d8
* Change the test to check to see that CSE happens not dead call elimChris Lattner2004-12-171-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19017 91177308-0d34-0410-b5e6-96231b3b80d8
* Add testcase and fix for yet another case where we query the size anAlkis Evlogimenos2004-12-081-0/+22
| | | | | | | abstract type. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18678 91177308-0d34-0410-b5e6-96231b3b80d8
* Add testcase and fix for another case where we query the size anAlkis Evlogimenos2004-12-081-0/+24
| | | | | | | abstract type. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18676 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase basicaa should handleChris Lattner2004-11-261-0/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18260 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding srcdir argTanya Lattner2004-11-197-7/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18020 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only ↵Tanya Lattner2004-11-137-0/+21
| | | | | | run specific tests (located in some subdirectory of Regression) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17712 91177308-0d34-0410-b5e6-96231b3b80d8
* Nuke useless testcasesChris Lattner2004-11-072-127/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17539 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a missing run lineChris Lattner2004-11-061-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17519 91177308-0d34-0410-b5e6-96231b3b80d8
* Add missing run lineChris Lattner2004-11-061-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17517 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding XFAIL lines for dejagnu support.Tanya Lattner2004-11-063-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17514 91177308-0d34-0410-b5e6-96231b3b80d8
* Believe it or not, this was broken in LLVM 1.3Chris Lattner2004-08-161-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15812 91177308-0d34-0410-b5e6-96231b3b80d8
* Due to a bug in BasicAA, DSE is incorrectly deleting the first store inChris Lattner2004-07-291-0/+10
| | | | | | | this testcase, causing the miscompilation of MallocBench/gs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15315 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2004-07-271-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15259 91177308-0d34-0410-b5e6-96231b3b80d8
* Have some testcasesChris Lattner2004-07-272-0/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15258 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcases for andersen's alias analysis.Chris Lattner2004-05-233-0/+68
| | | | | | | I think this is all of the stuff I had pending in my tree.. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13703 91177308-0d34-0410-b5e6-96231b3b80d8
* Add another variant of the testcaseChris Lattner2004-04-111-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12834 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2004-04-111-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12832 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-04-031-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12640 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix testcaseChris Lattner2004-03-161-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12444 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for CSE of call instructionsChris Lattner2004-03-151-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12418 91177308-0d34-0410-b5e6-96231b3b80d8
* Make sure that pure calls don't kill loadsChris Lattner2004-03-151-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12416 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2004-03-121-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12348 91177308-0d34-0410-b5e6-96231b3b80d8
* Test the mod/ref analysis in DSA.Misha Brukman2004-03-122-0/+27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12333 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-02-251-0/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11851 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2004-02-201-0/+34
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11682 91177308-0d34-0410-b5e6-96231b3b80d8
* Right, memcpy READS memory too :)Chris Lattner2004-02-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11373 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for support for memcpy/memmoveChris Lattner2004-02-131-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11372 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for better mod/ref information that basicaa can provideChris Lattner2004-01-301-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11023 91177308-0d34-0410-b5e6-96231b3b80d8
* Rename variable to avoid confusing it with the global GChris Lattner2003-12-111-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10411 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR86Chris Lattner2003-12-111-0/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10403 91177308-0d34-0410-b5e6-96231b3b80d8
* While working on the pool allocator, I noticed that basicaa is failing a scaryChris Lattner2003-11-041-0/+15
| | | | | | | | number of simple cases. Someday when I get a chance to work on it again, this testcase should be corrected. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9695 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for DSA which is improperly collapsed!Chris Lattner2003-11-021-0/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9657 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix buggy testChris Lattner2003-10-231-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9407 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that basicaa should be able to handleChris Lattner2003-09-201-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8614 91177308-0d34-0410-b5e6-96231b3b80d8
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-1613-13/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8558 91177308-0d34-0410-b5e6-96231b3b80d8
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-155-51/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8548 91177308-0d34-0410-b5e6-96231b3b80d8