summaryrefslogtreecommitdiffstats
path: root/clang/tools/ccc/ccclib/Driver.py
Commit message (Expand)AuthorAgeFilesLines
* ccc is dead.Daniel Dunbar2009-05-021-873/+0
* ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin.Daniel Dunbar2009-03-201-1/+1
* ccc: Handle limited forms of -ccc-host-triple for testingDaniel Dunbar2009-03-131-0/+14
* ccc: Don't print the arch for every action when printing phases.Daniel Dunbar2009-03-131-5/+3
* ccc/Driver: Mark {dump{machine,specs,version},Daniel Dunbar2009-03-131-13/+0
* ccc: Fix -ccc-print-phases when doing a universal build.Daniel Dunbar2009-03-121-5/+6
* Driver: Handle magic -ccc- options.Daniel Dunbar2009-03-101-3/+0
* Fix thinko. *cough* ofcourseItestedit *cough*Daniel Dunbar2009-03-061-3/+2
* Tidy file removal cleanup & remove race condition on file existence.Daniel Dunbar2009-03-061-9/+17
* ccc: Don't remove result files on error when -save-temps is present.Daniel Dunbar2009-02-231-4/+5
* ccc: Remove temporary files used in compilation, and removeDaniel Dunbar2009-02-221-3/+29
* ccc: Give nicer error when spawning a subprocess fails.Daniel Dunbar2009-02-191-6/+17
* ccc: Suffix for PCH files is appended, not replaced.Daniel Dunbar2009-02-131-3/+6
* One more tweak to account for gluing together llvm and clang into one.Mike Stump2009-02-111-0/+1
* More version experimentation.Mike Stump2009-02-111-1/+4
* Run a little experiment with version numbers.Mike Stump2009-02-111-1/+1
* ccc: Implement special language recognition handling for -.Daniel Dunbar2009-02-051-14/+22
* ccc: -ObjC and -ObjC++ change default language, but only for "sourceDaniel Dunbar2009-02-041-0/+13
* ccc: Mark -combine option as unsupported.Daniel Dunbar2009-01-301-4/+0
* ccc: Embrace destiny as a clang compiler driver.Daniel Dunbar2009-01-291-9/+16
* ccc: Support -v; invent a version number for ccc for now, will beDaniel Dunbar2009-01-281-6/+18
* ccc: Normalize machine name to i386 for platforms which report theDaniel Dunbar2009-01-271-0/+2
* ccc: Recognize -emit-llvm [-S].Daniel Dunbar2009-01-261-9/+16
* ccc: Support long ('--...') flag arguments.Daniel Dunbar2009-01-231-0/+1
* ccc: Bug fix, driver logic was allowing child jobs to pipe output whenDaniel Dunbar2009-01-221-3/+3
* ccc: Handle a few long argument form (--) translations using optionDaniel Dunbar2009-01-211-4/+2
* ccc: Implement file & path searching.Daniel Dunbar2009-01-211-33/+33
* ccc: Add --analyze driver mode (for running static analyzer).Daniel Dunbar2009-01-211-4/+19
* ccc: Unbreak -pipe handling broken in previous refactoring.Daniel Dunbar2009-01-211-3/+3
* ccc: Allow downstream tools to be aware of final output name.Daniel Dunbar2009-01-201-62/+76
* ccc: PCH generation doesn't strip the path when generating a derivedDaniel Dunbar2009-01-201-1/+7
* ccc: Recognize that -M and -MM only run preprocessor.Daniel Dunbar2009-01-201-4/+4
* ccc: Darwin/x86: Add direct cpp support.Daniel Dunbar2009-01-201-0/+1
* ccc: Bug fix, pch generation should not try to output on pipe and -EDaniel Dunbar2009-01-181-4/+4
* Make CCC_ECHO output to stderrAnders Carlsson2009-01-181-3/+3
* ccc: Support running piped jobs (-pipe now works).Daniel Dunbar2009-01-171-2/+26
* ccc: Don't be pedantically compatible with -Z options, these are theDaniel Dunbar2009-01-171-0/+5
* ccc: Clean up (user level) error handling.Daniel Dunbar2009-01-161-23/+27
* ccc: Fix thinko, add gross but effective test of translation for Darwin/X86/cc1.Daniel Dunbar2009-01-161-1/+1
* ccc: Add -ccc-echo special option, and support pulling CCC_CLANG,Daniel Dunbar2009-01-141-0/+23
* ccc: Add dummy Clang/Compile tool and use on Darwin/X86 for C files.Daniel Dunbar2009-01-141-2/+11
* ccc: Darwin: Implement some important general argument translationsDaniel Dunbar2009-01-131-1/+1
* ccc: Allow internal tool chain specific argument translation.Daniel Dunbar2009-01-131-43/+12
* ccc: Bug fix and gcc compatibility tweak.Daniel Dunbar2009-01-131-1/+4
* ccc: Allow host to over-ride default arch based on command lineDaniel Dunbar2009-01-131-1/+1
* ccc: Add leading space in -### output to match gcc.Daniel Dunbar2009-01-121-3/+3
* ccc: (Darwin) Start implementing argument translation forDaniel Dunbar2009-01-121-1/+7
* ccc: When constructing a named output, only use base name (not fullDaniel Dunbar2009-01-121-1/+1
* ccc: Generalize Darwin/Link tool based on Darwin version.Daniel Dunbar2009-01-121-1/+10
* ccc: Support arguments which behave like linker inputs.Daniel Dunbar2009-01-121-7/+12
OpenPOWER on IntegriCloud