- bf728ed 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
- 5baec4d ccc: Don't remove result files on error when -save-temps is present. by Daniel Dunbar · 16 years ago
- 1c39821 ccc: Remove unknown host warning, it was breaking gcc's configure. by Daniel Dunbar · 16 years ago
- 6132053 ccc: Remove temporary files used in compilation, and remove by Daniel Dunbar · 16 years ago
- c08ff67 Unbreak Darwin PIC handling; my refactoring yesterday was bogus. by Daniel Dunbar · 16 years ago
- 9990545 Fix test case. by Daniel Dunbar · 16 years ago
- e9d8051 ccc: Spell mattr correctly. by Daniel Dunbar · 16 years ago
- 32db2c1 ccc: Basic translation of gcc subtarget feature options to LLVM by Daniel Dunbar · 16 years ago
- 3a54cd2 ccc: Use toolchain hook for default relocation model value. by Daniel Dunbar · 16 years ago
- 51b1561 ccc: Use toolChain arch name instead of looking for arch command line by Daniel Dunbar · 16 years ago
- d47bf28 ccc: Store arch name in all toolchains. - No functionality change. by Daniel Dunbar · 16 years ago
- 302b967 ccc: Give all tools access to the toolchain they are in. by Daniel Dunbar · 16 years ago
- a95c639 ccc: Give nicer error when spawning a subprocess fails. by Daniel Dunbar · 16 years ago
- 4cedfa4 ccc: Also look for .gch files when seeing if we should auto load a by Daniel Dunbar · 16 years ago
- 98c298e ccc: Forward -ftime-report to clang. by Daniel Dunbar · 16 years ago
- 287c0cb ccc: Pass -{MM,MMD,MF,MP,MT} to clang. Error on -{M,MM,MG,MQ} which by Daniel Dunbar · 16 years ago
- 5664d13 ccc: Recognize -isystem. by Daniel Dunbar · 16 years ago
- fc72e86 ccc: Assume gcc will accept piped assembler input when using generic GCC toolchain. by Daniel Dunbar · 16 years ago
- 6990eef ccc: Fix a FIXME. by Daniel Dunbar · 16 years ago
- 99ec8f4 Static Analyzer driver/options (partial) cleanup: by Ted Kremenek · 16 years ago
- 43e66e1 ccc: Pass -f[no-]math-errno to clang. by Daniel Dunbar · 16 years ago
- bc371c4 ccc: @<filename> arguments are only treated specially if <filename> by Daniel Dunbar · 16 years ago
- e0697b5 ccc: Pass -P to clang. by Daniel Dunbar · 16 years ago
- 23d2326 Add -ffreestanding to suppress the implicit declaration of library builtins like printf and malloc. Fixes PR3586 by Douglas Gregor · 16 years ago
- b5c6b95 ccc: Suffix for PCH files is appended, not replaced. (Test case) by Daniel Dunbar · 16 years ago
- 0e8c48c ccc: Suffix for PCH files is appended, not replaced. by Daniel Dunbar · 16 years ago
- 1258737 ccc: Test case for transparent PTH support. by Daniel Dunbar · 16 years ago
- 6c1eb77 ccc: Stop patching output file name when using transparent PTH support. by Daniel Dunbar · 16 years ago
- 852b2ea Always pass -disable-free to clang when compiling. by Daniel Dunbar · 16 years ago
- 6bf3bd4 One more tweak to account for gluing together llvm and clang into one. by Mike Stump · 16 years ago
- 406abf6 More version experimentation. by Mike Stump · 16 years ago
- d4a8126 Run a little experiment with version numbers. by Mike Stump · 16 years ago
- 1416a9e ccc: -dM wasn't being passed to Darwin/CC1 correctly. by Daniel Dunbar · 16 years ago
- 8504f51 ccc: Forward -dM to clang. by Daniel Dunbar · 16 years ago
- 039b1d0 ccc/Darwin: Add a missing Darwin argument translation, -shared becomes by Daniel Dunbar · 16 years ago
- a4dfde1 ccc: Give explicit error on @ style argument lists (not yet supported). by Daniel Dunbar · 16 years ago
- 6dbfa66 ccc: Implement special language recognition handling for -. by Daniel Dunbar · 16 years ago
- 0b87db1 ccc: Translate -O to -O1 for clang, and only pass last -O option. by Daniel Dunbar · 16 years ago
- 684d148 ccc: Forward -femit-all-decls to clang and use an option group to by Daniel Dunbar · 16 years ago
- a46065d ccc: -ObjC and -ObjC++ change default language, but only for "source files". by Daniel Dunbar · 16 years ago
- 2f06372 Use /usr/bin/env to run Python for increased portability. Patch by by Daniel Dunbar · 16 years ago
- 89a2669 Add -fno-blocks support. This fixes block-no-block-def.c. by Mike Stump · 16 years ago
- b84ea0b ccc: Forward -fobjc-nonfragile-abi to clang. by Daniel Dunbar · 16 years ago
- af877a4 ccc: Add -Xclang option, rename -WA, to -Xanalyzer. by Daniel Dunbar · 16 years ago
- 6b4c719 ccc: Mark -combine option as unsupported. by Daniel Dunbar · 16 years ago
- 7299917 ccc: Embrace destiny as a clang compiler driver. by Daniel Dunbar · 16 years ago
- ef993d1 ccc: Honor -ccc-clang for generic GCC toolchain. by Daniel Dunbar · 16 years ago
- f649792 Fix test case (for -### printing version) by Daniel Dunbar · 16 years ago
- 8fd28cd ccc: Support -v; invent a version number for ccc for now, will be by Daniel Dunbar · 16 years ago
- 3da91fe ccc/Darwin/clang: Fix a mistranslation for the llvm-backend; llvm-gcc by Daniel Dunbar · 16 years ago
- 405327e ccc: Normalize machine name to i386 for platforms which report the by Daniel Dunbar · 16 years ago
- 77b23f6 ccc: -o should not be automatically forwarded to generic gcc tools. by Daniel Dunbar · 16 years ago
- 34f60f6 ccc: Recognize -emit-llvm [-S]. by Daniel Dunbar · 16 years ago
- 199faa2 ccc: Finish definition of long argument translations. by Daniel Dunbar · 16 years ago
- 1dcd880 ccc: Another batch of long argument translations. by Daniel Dunbar · 16 years ago
- 9f16bf9 ccc: Implement long options which take joined & separate forms. by Daniel Dunbar · 16 years ago
- 73fb907 ccc: Support long ('--...') flag arguments. by Daniel Dunbar · 16 years ago
- 1fd21e3 ccc: Organize long options together. by Daniel Dunbar · 16 years ago
- de08738 ccc: Add support for several more aliases (--ansi, --assemble, by Daniel Dunbar · 16 years ago
- 1765dcd ccc: Darwin/x86/link: Fix a few incompatibilities with gcc (missed by Daniel Dunbar · 16 years ago
- fc1e8ef ccc: Add support for "alias" options. by Daniel Dunbar · 16 years ago
- 1ddfb12 ccc: Fix typo; isn't dynamic typing fun! by Daniel Dunbar · 16 years ago
- 1e46f55 ccc: Bug fix, driver logic was allowing child jobs to pipe output when by Daniel Dunbar · 16 years ago
- 6d91bdf ccc/clang: Mimic llvm-gcc initialization of LLVM backend based on gcc by Daniel Dunbar · 16 years ago
- a33176f ccc: Handle a few long argument form (--) translations using option by Daniel Dunbar · 16 years ago
- e28f9e9 ccc: Add appropriate file search prefixes when on x86_64 Darwin, and by Daniel Dunbar · 16 years ago
- f677a60 ccc: Implement file & path searching. by Daniel Dunbar · 16 years ago
- e2bc89a ccc: Add --analyze test case. by Daniel Dunbar · 16 years ago
- 90c72cd ccc: Add --analyze driver mode (for running static analyzer). by Daniel Dunbar · 16 years ago
- d9b7a74 ccc: Unbreak -pipe handling broken in previous refactoring. by Daniel Dunbar · 16 years ago
- 2c4ac17 Fix ccclib building when building in a separate build tree. by Mike Stump · 16 years ago
- 31c8081 ccc: Allow downstream tools to be aware of final output name. by Daniel Dunbar · 16 years ago
- 5ee4aa7 ccc: Darwin/x86: Teach compile tool how to build .pch files. xcc is by Daniel Dunbar · 16 years ago
- 4461004 ccc: PCH generation doesn't strip the path when generating a derived by Daniel Dunbar · 16 years ago
- 445c46d ccc: Recognize that -M and -MM only run preprocessor. by Daniel Dunbar · 16 years ago
- 7d49409 ccc: Darwin/x86: Add direct cpp support. by Daniel Dunbar · 16 years ago
- e71495b Makefile isn't executable. by Daniel Dunbar · 16 years ago
- 61cd59b ccc: Add missing file. by Daniel Dunbar · 16 years ago
- b32644f ccc: Add installation of ccc; based on patch from Mike Stump. by Daniel Dunbar · 16 years ago
- 1b39127 ccc: Bug fix, pch generation should not try to output on pipe and -E by Daniel Dunbar · 16 years ago
- 751a962 Fix a tyop by Anders Carlsson · 16 years ago
- 76613bf Make CCC_ECHO output to stderr by Anders Carlsson · 16 years ago
- c33fca9 Fix a runtime error I saw by Anders Carlsson · 16 years ago
- e19ed8e ccc: Support running piped jobs (-pipe now works). by Daniel Dunbar · 16 years ago
- 80e48b7 ccc: Don't be pedantically compatible with -Z options, these are the by Daniel Dunbar · 16 years ago
- a0026f2 ccc: Clean up (user level) error handling. by Daniel Dunbar · 16 years ago
- b7f493e ccc: Fix thinko, add gross but effective test of translation for Darwin/X86/cc1. by Daniel Dunbar · 16 years ago
- 6e524b6 ccc: Darwin/X86: gcc compatibility, only add by Daniel Dunbar · 16 years ago
- 7e18460 ccc: Darwin/X86: Implement remainder of (non -Z...) generic argument by Daniel Dunbar · 16 years ago
- 386a51c ccc: Implement support clang PTH using gcc PCH style interface. by Daniel Dunbar · 16 years ago
- 60b874a ccc: Finish main clang compiler argument translation. by Daniel Dunbar · 16 years ago
- 1497215 ccc: Darwin/Compiler: Improve gcc compat in use of -auxbase-strip. by Daniel Dunbar · 16 years ago
- 786df44 ccc: Implement argument translation for clang. by Daniel Dunbar · 16 years ago
- bdcb725 ccc: Add hello.{cpp,m} tests. - hello.cpp is XFAIL pending g++ emulation. by Daniel Dunbar · 16 years ago
- 4c751dc ccc: Add -ccc-echo special option, and support pulling CCC_CLANG, by Daniel Dunbar · 16 years ago
- 0b1cca9 ccc: Use Clang/Compile for Objective-C files as well. by Daniel Dunbar · 16 years ago
- 7c2f91b ccc: Add dummy Clang/Compile tool and use on Darwin/X86 for C files. by Daniel Dunbar · 16 years ago
- 78477e0 ccc: Darwin/Compile: Define __private_extern__ when building c++. by Daniel Dunbar · 16 years ago
- 25bfe68 ccc: Fix a test case. by Daniel Dunbar · 16 years ago
- 6cb4205 ccc: Darwin: Implement some important general argument translations by Daniel Dunbar · 16 years ago