aboutsummaryrefslogtreecommitdiff
path: root/tools/ccc
AgeCommit message (Expand)Author
2009-02-15ccc: Pass -P to clang.Daniel Dunbar
2009-02-14Add -ffreestanding to suppress the implicit declaration of library builtins l...Douglas Gregor
2009-02-13ccc: Suffix for PCH files is appended, not replaced. (Test case)Daniel Dunbar
2009-02-13ccc: Suffix for PCH files is appended, not replaced.Daniel Dunbar
2009-02-13ccc: Test case for transparent PTH support.Daniel Dunbar
2009-02-13ccc: Stop patching output file name when using transparent PTH support.Daniel Dunbar
2009-02-13Always pass -disable-free to clang when compiling.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-09ccc: -dM wasn't being passed to Darwin/CC1 correctly.Daniel Dunbar
2009-02-06ccc: Forward -dM to clang.Daniel Dunbar
2009-02-06ccc/Darwin: Add a missing Darwin argument translation, -shared becomesDaniel Dunbar
2009-02-06ccc: Give explicit error on @ style argument lists (not yet supported).Daniel Dunbar
2009-02-05ccc: Implement special language recognition handling for -.Daniel Dunbar
2009-02-05ccc: Translate -O to -O1 for clang, and only pass last -O option.Daniel Dunbar
2009-02-04ccc: Forward -femit-all-decls to clang and use an option group toDaniel Dunbar
2009-02-04ccc: -ObjC and -ObjC++ change default language, but only for "sourceDaniel Dunbar
2009-02-03Use /usr/bin/env to run Python for increased portability. Patch byDaniel Dunbar
2009-01-30Add -fno-blocks support. This fixes block-no-block-def.c.Mike Stump
2009-01-30ccc: Forward -fobjc-nonfragile-abi to clang.Daniel Dunbar
2009-01-30ccc: Add -Xclang option, rename -WA, to -Xanalyzer.Daniel 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-29ccc: Honor -ccc-clang for generic GCC toolchain.Daniel Dunbar
2009-01-28Fix test case (for -### printing version)Daniel Dunbar
2009-01-28ccc: Support -v; invent a version number for ccc for now, will beDaniel Dunbar
2009-01-27ccc/Darwin/clang: Fix a mistranslation for the llvm-backend; llvm-gccDaniel Dunbar
2009-01-27ccc: Normalize machine name to i386 for platforms which report theDaniel Dunbar
2009-01-26ccc: -o should not be automatically forwarded to generic gcc tools.Daniel Dunbar
2009-01-26ccc: Recognize -emit-llvm [-S].Daniel Dunbar
2009-01-23ccc: Finish definition of long argument translations.Daniel Dunbar
2009-01-23ccc: Another batch of long argument translations.Daniel Dunbar
2009-01-23ccc: Implement long options which take joined & separate forms.Daniel Dunbar
2009-01-23ccc: Support long ('--...') flag arguments.Daniel Dunbar
2009-01-23ccc: Organize long options together.Daniel Dunbar
2009-01-23ccc: Add support for several more aliases (--ansi, --assemble,Daniel Dunbar
2009-01-23ccc: Darwin/x86/link: Fix a few incompatibilities with gcc (missedDaniel Dunbar
2009-01-23ccc: Add support for "alias" options.Daniel Dunbar
2009-01-23ccc: Fix typo; isn't dynamic typing fun!Daniel Dunbar
2009-01-22ccc: Bug fix, driver logic was allowing child jobs to pipe output whenDaniel Dunbar
2009-01-22ccc/clang: Mimic llvm-gcc initialization of LLVM backend based on gccDaniel Dunbar
2009-01-21ccc: Handle a few long argument form (--) translations using optionDaniel Dunbar
2009-01-21ccc: Add appropriate file search prefixes when on x86_64 Darwin, andDaniel Dunbar
2009-01-21ccc: Implement file & path searching.Daniel Dunbar
2009-01-21ccc: Add --analyze test case.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-20Fix ccclib building when building in a separate build tree.Mike Stump
2009-01-20ccc: Allow downstream tools to be aware of final output name.Daniel Dunbar