Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sink llvm-gcc dependent tests into distinct subdirs. | Daniel Dunbar | 2009-09-13 | 1 | -12/+0 |
| | | | | llvm-svn: 81661 | ||||
* | Since the old llvmc was removed, rename llvmc2 to llvmc. | Mikhail Glushenkov | 2008-11-25 | 1 | -1/+1 |
| | | | | llvm-svn: 60048 | ||||
* | Filter option names to escape symbols not allowed as C++ identifiers. | Mikhail Glushenkov | 2008-05-12 | 1 | -0/+12 |
Makes it possible to use options with names like "Wa,". Also fixes the -Wall option handling as a side-effect. llvm-svn: 50973 |