summaryrefslogtreecommitdiff
path: root/test/Feature
Commit message (Collapse)AuthorAge
* Update test to new styleChris Lattner2003-10-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9327 91177308-0d34-0410-b5e6-96231b3b80d8
* These scripts are no longer needed. They have been replaced by QMTest.John Criswell2003-10-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8929 91177308-0d34-0410-b5e6-96231b3b80d8
* Moved wierdnames.ll to weirdnames.ll. The new name is spelled correctly.John Criswell2003-09-25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8711 91177308-0d34-0410-b5e6-96231b3b80d8
* Removing Makefile. The QMTest program now handles the running of these tests.John Criswell2003-09-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8547 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for non-simple variable and type namesChris Lattner2003-08-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8048 91177308-0d34-0410-b5e6-96231b3b80d8
* Add test for new zeroinitializer tokenChris Lattner2003-06-28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6936 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove obsolete support for LD_LIBRARY_PATHChris Lattner2003-06-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6815 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated to the new Makefile.common.John Criswell2003-06-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6814 91177308-0d34-0410-b5e6-96231b3b80d8
* The modifications to LD_LIBRARY_PATH now add the specified paths to theJohn Criswell2003-06-20
| | | | | | | | | beginning of LD_LIBRARY_PATH as opposed to simply replacing it. This allows users to use LD_LIBRARY_PATH when running tests (useful for when they have installed their own version of GCC). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6800 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix to mesh with Johns recent changesChris Lattner2003-06-17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6754 91177308-0d34-0410-b5e6-96231b3b80d8
* Test the whole range of varargs handling stuffChris Lattner2003-05-08
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6034 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-05-08
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6025 91177308-0d34-0410-b5e6-96231b3b80d8
* Add testcase for target informationChris Lattner2003-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5842 91177308-0d34-0410-b5e6-96231b3b80d8
* ADd newline to end of fileChris Lattner2003-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5841 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a simple test for hex constant integersChris Lattner2003-04-17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5803 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix testcaseChris Lattner2003-03-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5746 91177308-0d34-0410-b5e6-96231b3b80d8
* - Cleaned up all of the test/Feature tests to not use uint's withChris Lattner2002-10-06
| | | | | | | getelementptr instructions and not to add pointers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4049 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove old crusty testChris Lattner2002-10-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4048 91177308-0d34-0410-b5e6-96231b3b80d8
* Test "external" modifier on global variableChris Lattner2002-10-06
| | | | | | | Fix getelementptr instruction to use long isntead of uint index git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4047 91177308-0d34-0410-b5e6-96231b3b80d8
* Covnert tests to not use indexed load/storesChris Lattner2002-08-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3454 91177308-0d34-0410-b5e6-96231b3b80d8
* Test the C backend on all of the feature tests as well.Chris Lattner2002-08-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3437 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typoChris Lattner2002-08-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3361 91177308-0d34-0410-b5e6-96231b3b80d8
* Convert constexpr over to new syntaxChris Lattner2002-08-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3359 91177308-0d34-0410-b5e6-96231b3b80d8
* Make 'features' testsuite work with the /shared changes.Chris Lattner2002-08-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3357 91177308-0d34-0410-b5e6-96231b3b80d8
* Convert testcase to use correct syntaxChris Lattner2002-08-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3356 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove invokation of cleangcc pass which has been renamed, and is ↵Chris Lattner2002-07-30
| | | | | | unneccesary anyway git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3159 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2002-07-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3022 91177308-0d34-0410-b5e6-96231b3b80d8
* Added duplicate constant expressions to test uniqueness support.Vikram S. Adve2002-07-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2908 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor additions.Vikram S. Adve2002-07-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2903 91177308-0d34-0410-b5e6-96231b3b80d8
* Test the handling of constant expressions.Vikram S. Adve2002-07-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2889 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove spaces from function namesChris Lattner2002-05-22
| | | | | | | While I was at it, I converted functions to new style % name git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2725 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2002-05-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2724 91177308-0d34-0410-b5e6-96231b3b80d8
* Eliminate usage of function level constant poolChris Lattner2002-05-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2450 91177308-0d34-0410-b5e6-96231b3b80d8
* Use unified diffs with gnu diff instead of old diffsChris Lattner2002-05-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2449 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix for buggy testChris Lattner2002-04-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2267 91177308-0d34-0410-b5e6-96231b3b80d8
* test/Features should not contain whole programsChris Lattner2002-02-12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1734 91177308-0d34-0410-b5e6-96231b3b80d8
* Added command to build SPARC executable.Vikram S. Adve2002-02-11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1730 91177308-0d34-0410-b5e6-96231b3b80d8
* Simple fibonacci test.Vikram S. Adve2002-02-11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1729 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase broken - Entry node of method cannot have predecessors!Chris Lattner2002-01-31
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1597 91177308-0d34-0410-b5e6-96231b3b80d8
* Failure.sh moved up a levelChris Lattner2002-01-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1569 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checkinChris Lattner2002-01-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1564 91177308-0d34-0410-b5e6-96231b3b80d8
* Change test scripts so that they do not stop on failure, they just printChris Lattner2002-01-23
| | | | | | | an error message git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1563 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a path to LD_LIBRARY_PATH so that programs can find the stdC++ librariesChris Lattner2002-01-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1505 91177308-0d34-0410-b5e6-96231b3b80d8
* Update LLVM tests to use new pointer indexing, and remove unsized array test ↵Chris Lattner2001-12-14
| | | | | | support git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1474 91177308-0d34-0410-b5e6-96231b3b80d8
* Rename irreducible to cfgstructures.ll Include other interesting structuresChris Lattner2001-11-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1387 91177308-0d34-0410-b5e6-96231b3b80d8
* MAke sure diffs matchChris Lattner2001-11-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1386 91177308-0d34-0410-b5e6-96231b3b80d8
* Test array indexingChris Lattner2001-11-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1349 91177308-0d34-0410-b5e6-96231b3b80d8
* Start testing the new cleangcc passChris Lattner2001-10-31
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1067 91177308-0d34-0410-b5e6-96231b3b80d8
* Test bitwise operationsChris Lattner2001-10-29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1025 91177308-0d34-0410-b5e6-96231b3b80d8
* Add calls to print results in fib, simpleadd and sumarray.Vikram S. Adve2001-10-28
| | | | | | | indirectcall is the same as fib but uses function pointers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@996 91177308-0d34-0410-b5e6-96231b3b80d8