summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/CBackend/X86
Commit message (Collapse)AuthorAgeFilesLines
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
| | | | | | | | | | | | | | * Removed test/lib/llvm.exp - it is no longer needed * Deleted the dg.exp reading code from test/lit.cfg. There are no dg.exp files left in the test suite so this code is no longer required. test/lit.cfg is now much shorter and clearer * Removed a lot of duplicate code in lit.local.cfg files that need access to the root configuration, by adding a "root" attribute to the TestingConfig object. This attribute is dynamically computed to provide the same information as was previously provided by the custom getRoot functions. * Documented the config.root attribute in docs/CommandGuide/lit.pod llvm-svn: 153408
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ↵Eli Bendersky2012-02-162-5/+13
| | | | | | | | run with LIT now and now Dejagnu. dg.exp is no longer needed. Patch reviewed by Daniel Dunbar. It will be followed by additional cleanup patches. llvm-svn: 150664
* Only run tests in test/CodeGen/CBackend/X86 when both X86 and CBackend are ↵David Meyer2011-09-261-1/+1
| | | | | | supported llvm-svn: 140517
* Remove llvm-gcc and various compiler handling from llvm. It's not neededEric Christopher2011-09-201-1/+1
| | | | | | here anymore and has been migrated to the test-suite project. llvm-svn: 140216
* Moved to the right place.Galina Kistanova2011-06-182-0/+17
llvm-svn: 133324
OpenPOWER on IntegriCloud