Age | Commit message (Expand) | Author |
2009-05-02 | ccc is dead. | Daniel Dunbar |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-03-13 | Update test. | Daniel Dunbar |
2009-03-11 | ccc: -x assembler-with-cpp was broken for darwin, and it wasn't using | Daniel Dunbar |
2009-03-09 | ccc: Parse -T{bss,data,text}, -iwithsysroot, -specs correctly. | 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: 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-17 | ccc: Pass -f[no-]math-errno to clang. | Daniel Dunbar |
2009-02-13 | ccc: Suffix for PCH files is appended, not replaced. (Test case) | Daniel Dunbar |
2009-02-13 | ccc: Test case for transparent PTH support. | Daniel Dunbar |
2009-02-06 | ccc/Darwin: Add a missing Darwin argument translation, -shared becomes | 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: -ObjC and -ObjC++ change default language, but only for "source | Daniel Dunbar |
2009-01-30 | ccc: Add -Xclang option, rename -WA, to -Xanalyzer. | Daniel Dunbar |
2009-01-29 | ccc: Embrace destiny as a clang compiler driver. | Daniel Dunbar |
2009-01-28 | Fix test case (for -### printing version) | Daniel Dunbar |
2009-01-27 | ccc/Darwin/clang: Fix a mistranslation for the llvm-backend; llvm-gcc | Daniel Dunbar |
2009-01-23 | ccc: Add support for several more aliases (--ansi, --assemble, | Daniel Dunbar |
2009-01-22 | ccc: Bug fix, driver logic was allowing child jobs to pipe output when | 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 | ccc: Allow downstream tools to be aware of final output name. | Daniel Dunbar |
2009-01-20 | ccc: Darwin/x86: Teach compile tool how to build .pch files. xcc is | Daniel Dunbar |
2009-01-20 | ccc: Darwin/x86: Add direct cpp support. | Daniel Dunbar |
2009-01-16 | ccc: Clean up (user level) error handling. | Daniel Dunbar |
2009-01-16 | ccc: Fix thinko, add gross but effective test of translation for Darwin/X86/cc1. | Daniel Dunbar |
2009-01-14 | ccc: Add hello.{cpp,m} tests. | Daniel Dunbar |
2009-01-13 | ccc: Fix a test case. | Daniel Dunbar |
2009-01-13 | ccc: Allow internal tool chain specific argument translation. | Daniel Dunbar |
2009-01-11 | ccc: Print -### output on stderr to match gcc. | Daniel Dunbar |
2009-01-09 | ccc: Start defining host information. | Daniel Dunbar |
2009-01-05 | Add prototype ccc rewrite. | Daniel Dunbar |