summaryrefslogtreecommitdiffstats
path: root/clang/utils/CmpDriver
Commit message (Collapse)AuthorAgeFilesLines
* utils/CmpDriver: add brief documentation to indicate what this doesAlp Toker2014-05-211-0/+5
| | | | llvm-svn: 209268
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
| | | | | | Luis Felipe Strano Moraes! llvm-svn: 129559
* Also compare stdout and stderr lines.Daniel Dunbar2009-09-041-5/+31
| | | | llvm-svn: 81018
* Make CmpDriver less stupid.Daniel Dunbar2009-09-041-32/+22
| | | | llvm-svn: 81012
* Use /usr/bin/env trick to find python. Patch by Krister Walfridsson.Eli Friedman2009-07-101-1/+1
| | | | llvm-svn: 75271
* ccc: Support -v; invent a version number for ccc for now, will beDaniel Dunbar2009-01-281-1/+2
| | | | | | shared with clang eventually. llvm-svn: 63220
* Update CmpDriver to report missing commands.Daniel Dunbar2009-01-211-2/+11
| | | | llvm-svn: 62728
* ccc: Darwin/x86: Add direct cpp support.Daniel Dunbar2009-01-201-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 Dunbar2009-01-171-0/+9
| | | | llvm-svn: 62388
* CmpDriver: Allow over-ride of drivers to compare through env variablesDaniel Dunbar2009-01-141-3/+3
| | | | | | (DRIVER_[AB]). llvm-svn: 62242
* Add simple tool for comparing drivers (hardcoded to gcc and xcc) whichDaniel Dunbar2009-01-131-0/+175
support -###. llvm-svn: 62156
OpenPOWER on IntegriCloud