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