aboutsummaryrefslogtreecommitdiff
path: root/tools/ccc/test
AgeCommit message (Expand)Author
2009-05-02ccc is dead.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-13Update test.Daniel Dunbar
2009-03-11ccc: -x assembler-with-cpp was broken for darwin, and it wasn't usingDaniel Dunbar
2009-03-09ccc: Parse -T{bss,data,text}, -iwithsysroot, -specs correctly.Daniel Dunbar
2009-02-20Unbreak Darwin PIC handling; my refactoring yesterday was bogus.Daniel Dunbar
2009-02-20Fix test case.Daniel Dunbar
2009-02-20ccc: Basic translation of gcc subtarget feature options to LLVMDaniel Dunbar
2009-02-20ccc: Use toolchain hook for default relocation model value.Daniel Dunbar
2009-02-20ccc: Use toolChain arch name instead of looking for arch command lineDaniel Dunbar
2009-02-17ccc: Pass -f[no-]math-errno to clang.Daniel Dunbar
2009-02-13ccc: Suffix for PCH files is appended, not replaced. (Test case)Daniel Dunbar
2009-02-13ccc: Test case for transparent PTH support.Daniel Dunbar
2009-02-06ccc/Darwin: Add a missing Darwin argument translation, -shared becomesDaniel 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: -ObjC and -ObjC++ change default language, but only for "sourceDaniel Dunbar
2009-01-30ccc: Add -Xclang option, rename -WA, to -Xanalyzer.Daniel Dunbar
2009-01-29ccc: Embrace destiny as a clang compiler driver.Daniel Dunbar
2009-01-28Fix test case (for -### printing version)Daniel Dunbar
2009-01-27ccc/Darwin/clang: Fix a mistranslation for the llvm-backend; llvm-gccDaniel Dunbar
2009-01-23ccc: Add support for several more aliases (--ansi, --assemble,Daniel Dunbar
2009-01-22ccc: Bug fix, driver logic was allowing child jobs to pipe output whenDaniel 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-20ccc: Allow downstream tools to be aware of final output name.Daniel Dunbar
2009-01-20ccc: Darwin/x86: Teach compile tool how to build .pch files. xcc isDaniel Dunbar
2009-01-20ccc: Darwin/x86: Add direct cpp support.Daniel 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 hello.{cpp,m} tests.Daniel Dunbar
2009-01-13ccc: Fix a test case.Daniel Dunbar
2009-01-13ccc: Allow internal tool chain specific argument translation.Daniel Dunbar
2009-01-11ccc: Print -### output on stderr to match gcc.Daniel Dunbar
2009-01-09ccc: Start defining host information.Daniel Dunbar
2009-01-05Add prototype ccc rewrite.Daniel Dunbar