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