Age | Commit message (Expand) | Author |
2009-02-23 | ccc: Don't remove result files on error when -save-temps is present. | Daniel Dunbar |
2009-02-22 | ccc: Remove unknown host warning, it was breaking gcc's configure. | Daniel Dunbar |
2009-02-22 | ccc: Remove temporary files used in compilation, and remove | Daniel Dunbar |
2009-02-20 | Unbreak Darwin PIC handling; my refactoring yesterday was bogus. | Daniel Dunbar |
2009-02-20 | Fix test case. | Daniel Dunbar |
2009-02-20 | ccc: Spell mattr correctly. | Daniel Dunbar |
2009-02-20 | ccc: Basic translation of gcc subtarget feature options to LLVM | Daniel Dunbar |
2009-02-20 | ccc: Use toolchain hook for default relocation model value. | Daniel Dunbar |
2009-02-20 | ccc: Use toolChain arch name instead of looking for arch command line | Daniel Dunbar |
2009-02-20 | ccc: Store arch name in all toolchains. | Daniel Dunbar |
2009-02-20 | ccc: Give all tools access to the toolchain they are in. | Daniel Dunbar |
2009-02-19 | ccc: Give nicer error when spawning a subprocess fails. | Daniel Dunbar |
2009-02-19 | ccc: Also look for .gch files when seeing if we should auto load a | Daniel Dunbar |
2009-02-18 | ccc: Forward -ftime-report to clang. | Daniel Dunbar |
2009-02-17 | ccc: Pass -{MM,MMD,MF,MP,MT} to clang. Error on -{M,MM,MG,MQ} which | Daniel Dunbar |
2009-02-17 | ccc: Recognize -isystem. | Daniel Dunbar |
2009-02-17 | ccc: Assume gcc will accept piped assembler input when using generic GCC tool... | Daniel Dunbar |
2009-02-17 | ccc: Fix a FIXME. | Daniel Dunbar |
2009-02-17 | Static Analyzer driver/options (partial) cleanup: | Ted Kremenek |
2009-02-17 | ccc: Pass -f[no-]math-errno to clang. | Daniel Dunbar |
2009-02-16 | ccc: @<filename> arguments are only treated specially if <filename> | Daniel Dunbar |
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 |