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