- d76c6a3 Do not automatically run the 'missing -dealloc' check until we have adequate time to make it much smarter (too much noise). by Ted Kremenek · 16 years ago
- b89c106 ccc: Don't remove result files on error when -save-temps is present. by Daniel Dunbar · 16 years ago
- 8e111c7 ccc: Remove unknown host warning, it was breaking gcc's configure. by Daniel Dunbar · 16 years ago
- 9ff1c07 ccc: Remove temporary files used in compilation, and remove by Daniel Dunbar · 16 years ago
- 2b91d50 Unbreak Darwin PIC handling; my refactoring yesterday was bogus. by Daniel Dunbar · 16 years ago
- 9876edc Fix test case. by Daniel Dunbar · 16 years ago
- 3198be8 ccc: Spell mattr correctly. by Daniel Dunbar · 16 years ago
- 4311e45 ccc: Basic translation of gcc subtarget feature options to LLVM by Daniel Dunbar · 16 years ago
- c4556d1 ccc: Use toolchain hook for default relocation model value. by Daniel Dunbar · 16 years ago
- a805135 ccc: Use toolChain arch name instead of looking for arch command line by Daniel Dunbar · 16 years ago
- 15423b0 ccc: Store arch name in all toolchains. - No functionality change. by Daniel Dunbar · 16 years ago
- 5e187a1 ccc: Give all tools access to the toolchain they are in. by Daniel Dunbar · 16 years ago
- eeb44ce ccc: Give nicer error when spawning a subprocess fails. by Daniel Dunbar · 16 years ago
- f084663 ccc: Also look for .gch files when seeing if we should auto load a by Daniel Dunbar · 16 years ago
- 00dbfde ccc: Forward -ftime-report to clang. by Daniel Dunbar · 16 years ago
- d563e52 ccc: Pass -{MM,MMD,MF,MP,MT} to clang. Error on -{M,MM,MG,MQ} which by Daniel Dunbar · 16 years ago
- 360c6ce ccc: Recognize -isystem. by Daniel Dunbar · 16 years ago
- 48d0d61 ccc: Assume gcc will accept piped assembler input when using generic GCC toolchain. by Daniel Dunbar · 16 years ago
- 87a7b28 ccc: Fix a FIXME. by Daniel Dunbar · 16 years ago
- be1fe1e Static Analyzer driver/options (partial) cleanup: by Ted Kremenek · 16 years ago
- 27a02ac ccc: Pass -f[no-]math-errno to clang. by Daniel Dunbar · 16 years ago
- 83d6790 ccc: @<filename> arguments are only treated specially if <filename> by Daniel Dunbar · 16 years ago
- 41577f1 ccc: Pass -P to clang. by Daniel Dunbar · 16 years ago
- 3573c0c Add -ffreestanding to suppress the implicit declaration of library builtins like printf and malloc. Fixes PR3586 by Douglas Gregor · 16 years ago
- 1ee821b ccc: Suffix for PCH files is appended, not replaced. (Test case) by Daniel Dunbar · 16 years ago
- faa20c7 ccc: Suffix for PCH files is appended, not replaced. by Daniel Dunbar · 16 years ago
- 501525e ccc: Test case for transparent PTH support. by Daniel Dunbar · 16 years ago
- 3d2b790 ccc: Stop patching output file name when using transparent PTH support. by Daniel Dunbar · 16 years ago
- 0a3e3ca Always pass -disable-free to clang when compiling. by Daniel Dunbar · 16 years ago
- 77a6011 One more tweak to account for gluing together llvm and clang into one. by Mike Stump · 16 years ago
- 84606bb More version experimentation. by Mike Stump · 16 years ago
- e6c4f65 Run a little experiment with version numbers. by Mike Stump · 16 years ago
- 8aa6181 ccc: -dM wasn't being passed to Darwin/CC1 correctly. by Daniel Dunbar · 16 years ago
- 8425a0f ccc: Forward -dM to clang. by Daniel Dunbar · 16 years ago
- 2ceb041 ccc/Darwin: Add a missing Darwin argument translation, -shared becomes by Daniel Dunbar · 16 years ago
- 5e83baa ccc: Give explicit error on @ style argument lists (not yet supported). by Daniel Dunbar · 16 years ago
- bbd34e6 ccc: Implement special language recognition handling for -. by Daniel Dunbar · 16 years ago
- c1212a3 ccc: Translate -O to -O1 for clang, and only pass last -O option. by Daniel Dunbar · 16 years ago
- 33244aa ccc: Forward -femit-all-decls to clang and use an option group to by Daniel Dunbar · 16 years ago
- fb54849 ccc: -ObjC and -ObjC++ change default language, but only for "source files". by Daniel Dunbar · 16 years ago
- 0eb5931 Use /usr/bin/env to run Python for increased portability. Patch by by Daniel Dunbar · 16 years ago
- b55cc63 Add -fno-blocks support. This fixes block-no-block-def.c. by Mike Stump · 16 years ago
- ba362f6 ccc: Forward -fobjc-nonfragile-abi to clang. by Daniel Dunbar · 16 years ago
- 6949ce4 ccc: Add -Xclang option, rename -WA, to -Xanalyzer. by Daniel Dunbar · 16 years ago
- e4c0da8 ccc: Mark -combine option as unsupported. by Daniel Dunbar · 16 years ago
- 350b5d4 ccc: Embrace destiny as a clang compiler driver. by Daniel Dunbar · 16 years ago
- 2d43e3b ccc: Honor -ccc-clang for generic GCC toolchain. by Daniel Dunbar · 16 years ago
- 6413405 Fix test case (for -### printing version) by Daniel Dunbar · 16 years ago
- 7671591 ccc: Support -v; invent a version number for ccc for now, will be by Daniel Dunbar · 16 years ago
- 6262cc4 ccc/Darwin/clang: Fix a mistranslation for the llvm-backend; llvm-gcc by Daniel Dunbar · 16 years ago
- bac51fa ccc: Normalize machine name to i386 for platforms which report the by Daniel Dunbar · 16 years ago
- fd8d98f ccc: -o should not be automatically forwarded to generic gcc tools. by Daniel Dunbar · 16 years ago
- b2f3795 ccc: Recognize -emit-llvm [-S]. by Daniel Dunbar · 16 years ago
- d9fb972 ccc: Finish definition of long argument translations. by Daniel Dunbar · 16 years ago
- d013f4a ccc: Another batch of long argument translations. by Daniel Dunbar · 16 years ago
- 09d5b16 ccc: Implement long options which take joined & separate forms. by Daniel Dunbar · 16 years ago
- f86fa32 ccc: Support long ('--...') flag arguments. by Daniel Dunbar · 16 years ago
- 5ac00d0 ccc: Organize long options together. by Daniel Dunbar · 16 years ago
- 6fbb2fb ccc: Add support for several more aliases (--ansi, --assemble, by Daniel Dunbar · 16 years ago
- b644be3 ccc: Darwin/x86/link: Fix a few incompatibilities with gcc (missed by Daniel Dunbar · 16 years ago
- 990bd1e ccc: Add support for "alias" options. by Daniel Dunbar · 16 years ago
- 2910dfa ccc: Fix typo; isn't dynamic typing fun! by Daniel Dunbar · 16 years ago
- 5f02d55 ccc: Bug fix, driver logic was allowing child jobs to pipe output when by Daniel Dunbar · 16 years ago
- 1e1d2c6 ccc/clang: Mimic llvm-gcc initialization of LLVM backend based on gcc by Daniel Dunbar · 16 years ago
- ab95c39 ccc: Handle a few long argument form (--) translations using option by Daniel Dunbar · 16 years ago
- 7023082 ccc: Add appropriate file search prefixes when on x86_64 Darwin, and by Daniel Dunbar · 16 years ago
- 768be1c ccc: Implement file & path searching. by Daniel Dunbar · 16 years ago
- 18c9673 ccc: Add --analyze test case. by Daniel Dunbar · 16 years ago
- de388a5 ccc: Add --analyze driver mode (for running static analyzer). by Daniel Dunbar · 16 years ago
- f93ebd9 ccc: Unbreak -pipe handling broken in previous refactoring. by Daniel Dunbar · 16 years ago
- 09abfea Fix ccclib building when building in a separate build tree. by Mike Stump · 16 years ago
- 7c58496 ccc: Allow downstream tools to be aware of final output name. by Daniel Dunbar · 16 years ago
- 4e3d762 ccc: Darwin/x86: Teach compile tool how to build .pch files. xcc is by Daniel Dunbar · 16 years ago
- 88990f3 ccc: PCH generation doesn't strip the path when generating a derived by Daniel Dunbar · 16 years ago
- fce72bc ccc: Recognize that -M and -MM only run preprocessor. by Daniel Dunbar · 16 years ago
- 06172d6 ccc: Darwin/x86: Add direct cpp support. by Daniel Dunbar · 16 years ago
- 7ce86f0 Makefile isn't executable. by Daniel Dunbar · 16 years ago
- fec7c2a ccc: Add missing file. by Daniel Dunbar · 16 years ago
- c72e5ae ccc: Add installation of ccc; based on patch from Mike Stump. by Daniel Dunbar · 16 years ago
- af44a62 ccc: Bug fix, pch generation should not try to output on pipe and -E by Daniel Dunbar · 16 years ago
- 6f26dc9 Fix a tyop by Anders Carlsson · 16 years ago
- 0f7d9ec Make CCC_ECHO output to stderr by Anders Carlsson · 16 years ago
- c432dc7 Fix a runtime error I saw by Anders Carlsson · 16 years ago
- 7d791fd ccc: Support running piped jobs (-pipe now works). by Daniel Dunbar · 16 years ago
- 470104e ccc: Don't be pedantically compatible with -Z options, these are the by Daniel Dunbar · 16 years ago
- 9471345 ccc: Clean up (user level) error handling. by Daniel Dunbar · 16 years ago
- a22c16d ccc: Fix thinko, add gross but effective test of translation for Darwin/X86/cc1. by Daniel Dunbar · 16 years ago
- 105132e ccc: Darwin/X86: gcc compatibility, only add by Daniel Dunbar · 16 years ago
- 9c3ea76 ccc: Darwin/X86: Implement remainder of (non -Z...) generic argument by Daniel Dunbar · 16 years ago
- 89db21f ccc: Implement support clang PTH using gcc PCH style interface. by Daniel Dunbar · 16 years ago
- 3cde325 ccc: Finish main clang compiler argument translation. by Daniel Dunbar · 16 years ago
- 82fbac5 ccc: Darwin/Compiler: Improve gcc compat in use of -auxbase-strip. by Daniel Dunbar · 16 years ago
- bfcbc90 ccc: Implement argument translation for clang. by Daniel Dunbar · 16 years ago
- cc9f4f4 ccc: Add hello.{cpp,m} tests. - hello.cpp is XFAIL pending g++ emulation. by Daniel Dunbar · 16 years ago
- fb7ea27 ccc: Add -ccc-echo special option, and support pulling CCC_CLANG, by Daniel Dunbar · 16 years ago
- 44833db ccc: Use Clang/Compile for Objective-C files as well. by Daniel Dunbar · 16 years ago
- 33a5d61 ccc: Add dummy Clang/Compile tool and use on Darwin/X86 for C files. by Daniel Dunbar · 16 years ago
- edd1e2a ccc: Darwin/Compile: Define __private_extern__ when building c++. by Daniel Dunbar · 16 years ago
- 3bd391b ccc: Fix a test case. by Daniel Dunbar · 16 years ago
- 25d4a8f ccc: Darwin: Implement some important general argument translations by Daniel Dunbar · 16 years ago