Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove llvmc and assorted build machinery for it. | Eric Christopher | 2011-09-19 | 7 | -56/+0 |
| | | | | | | | | The problems that llvmc solved have largely been subsumed with the tasks that the clang driver can accomplish, but llvmc lacks flexibility and depends too heavily on the EOL'd llvm-gcc. llvm-svn: 140093 | ||||
* | llvmc: Add a test for the -c flag. | Mikhail Glushenkov | 2010-10-15 | 1 | -0/+10 |
| | | | | llvm-svn: 116611 | ||||
* | llvmc: make -x work with unknown suffixes. | Mikhail Glushenkov | 2010-09-15 | 2 | -1/+10 |
| | | | | llvm-svn: 113972 | ||||
* | Test for the -filelist fix. | Mikhail Glushenkov | 2010-07-01 | 1 | -0/+3 |
| | | | | llvm-svn: 107363 | ||||
* | XFAIL tests from LLVMC on valgrind or valgrind+leak-checking. We | Jeffrey Yasskin | 2010-03-21 | 3 | -0/+3 |
| | | | | | | | don't care about leaks from tblgen, and I assume we don't care about valgrind errors in llvm-gcc/g++. llvm-svn: 99115 | ||||
* | Fix a small issue with recent changes to this code. | Mikhail Glushenkov | 2009-09-13 | 1 | -8/+3 |
| | | | | | | The 'false.c' file wasn't being used. llvm-svn: 81709 | ||||
* | tests: Use %abs_tmp instead of ./%t to make these tests portable to 'lit'. | Daniel Dunbar | 2009-09-13 | 3 | -3/+3 |
| | | | | llvm-svn: 81663 | ||||
* | Sink llvm-gcc dependent tests into distinct subdirs. | Daniel Dunbar | 2009-09-13 | 4 | -0/+36 |
llvm-svn: 81661 |