Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils/CmpDriver: add brief documentation to indicate what this does | Alp Toker | 2014-05-21 | 1 | -0/+5 |
| | | | | llvm-svn: 209268 | ||||
* | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| | | | | | | Luis Felipe Strano Moraes! llvm-svn: 129559 | ||||
* | Also compare stdout and stderr lines. | Daniel Dunbar | 2009-09-04 | 1 | -5/+31 |
| | | | | llvm-svn: 81018 | ||||
* | Make CmpDriver less stupid. | Daniel Dunbar | 2009-09-04 | 1 | -32/+22 |
| | | | | llvm-svn: 81012 | ||||
* | Use /usr/bin/env trick to find python. Patch by Krister Walfridsson. | Eli Friedman | 2009-07-10 | 1 | -1/+1 |
| | | | | llvm-svn: 75271 | ||||
* | ccc: Support -v; invent a version number for ccc for now, will be | Daniel Dunbar | 2009-01-28 | 1 | -1/+2 |
| | | | | | | shared with clang eventually. llvm-svn: 63220 | ||||
* | Update CmpDriver to report missing commands. | Daniel Dunbar | 2009-01-21 | 1 | -2/+11 |
| | | | | llvm-svn: 62728 | ||||
* | ccc: Darwin/x86: Add direct cpp support. | Daniel Dunbar | 2009-01-20 | 1 | -1/+1 |
| | | | | | | | | | | - Add Darwin_X86_CC1Tool which is shared by Darwin/x86/Compile and Darwin/x86/Preprocess tools. - Minor bug fixes (CmpDriver exit code, -x cpp-output handling, some linker argument translation). llvm-svn: 62551 | ||||
* | Return success indicator from CmpDriver. | Daniel Dunbar | 2009-01-17 | 1 | -0/+9 |
| | | | | llvm-svn: 62388 | ||||
* | CmpDriver: Allow over-ride of drivers to compare through env variables | Daniel Dunbar | 2009-01-14 | 1 | -3/+3 |
| | | | | | | (DRIVER_[AB]). llvm-svn: 62242 | ||||
* | Add simple tool for comparing drivers (hardcoded to gcc and xcc) which | Daniel Dunbar | 2009-01-13 | 1 | -0/+175 |
support -###. llvm-svn: 62156 |