- 5e187a1 ccc: Give all tools access to the toolchain they are in. 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
- d563e52 ccc: Pass -{MM,MMD,MF,MP,MT} to clang. Error on -{M,MM,MG,MQ} which 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
- 41577f1 ccc: Pass -P to clang. 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
- 8425a0f ccc: Forward -dM to clang. by Daniel Dunbar · 17 years ago
- c1212a3 ccc: Translate -O to -O1 for clang, and only pass last -O option. by Daniel Dunbar · 17 years ago
- 33244aa ccc: Forward -femit-all-decls to clang and use an option group to by Daniel Dunbar · 17 years ago
- b55cc63 Add -fno-blocks support. This fixes block-no-block-def.c. by Mike Stump · 17 years ago
- ba362f6 ccc: Forward -fobjc-nonfragile-abi to clang. by Daniel Dunbar · 17 years ago
- 6949ce4 ccc: Add -Xclang option, rename -WA, to -Xanalyzer. by Daniel Dunbar · 17 years ago
- 350b5d4 ccc: Embrace destiny as a clang compiler driver. by Daniel Dunbar · 17 years ago
- 2d43e3b ccc: Honor -ccc-clang for generic GCC toolchain. by Daniel Dunbar · 17 years ago
- 6262cc4 ccc/Darwin/clang: Fix a mistranslation for the llvm-backend; llvm-gcc by Daniel Dunbar · 17 years ago
- b2f3795 ccc: Recognize -emit-llvm [-S]. by Daniel Dunbar · 17 years ago
- d9fb972 ccc: Finish definition of long argument translations. by Daniel Dunbar · 17 years ago
- f86fa32 ccc: Support long ('--...') flag arguments. by Daniel Dunbar · 17 years ago
- b644be3 ccc: Darwin/x86/link: Fix a few incompatibilities with gcc (missed by Daniel Dunbar · 17 years ago
- 2910dfa ccc: Fix typo; isn't dynamic typing fun! by Daniel Dunbar · 17 years ago
- 1e1d2c6 ccc/clang: Mimic llvm-gcc initialization of LLVM backend based on gcc by Daniel Dunbar · 17 years ago
- 7023082 ccc: Add appropriate file search prefixes when on x86_64 Darwin, and by Daniel Dunbar · 17 years ago
- 768be1c ccc: Implement file & path searching. by Daniel Dunbar · 17 years ago
- de388a5 ccc: Add --analyze driver mode (for running static analyzer). by Daniel Dunbar · 17 years ago
- 7c58496 ccc: Allow downstream tools to be aware of final output name. by Daniel Dunbar · 17 years ago
- 4e3d762 ccc: Darwin/x86: Teach compile tool how to build .pch files. xcc is by Daniel Dunbar · 17 years ago
- fce72bc ccc: Recognize that -M and -MM only run preprocessor. by Daniel Dunbar · 17 years ago
- 06172d6 ccc: Darwin/x86: Add direct cpp support. by Daniel Dunbar · 17 years ago
- 6f26dc9 Fix a tyop by Anders Carlsson · 17 years ago
- 7d791fd ccc: Support running piped jobs (-pipe now works). by Daniel Dunbar · 17 years ago
- 470104e ccc: Don't be pedantically compatible with -Z options, these are the by Daniel Dunbar · 17 years ago
- 9471345 ccc: Clean up (user level) error handling. by Daniel Dunbar · 17 years ago
- 105132e ccc: Darwin/X86: gcc compatibility, only add by Daniel Dunbar · 17 years ago
- 9c3ea76 ccc: Darwin/X86: Implement remainder of (non -Z...) generic argument by Daniel Dunbar · 17 years ago
- 89db21f ccc: Implement support clang PTH using gcc PCH style interface. by Daniel Dunbar · 17 years ago
- 3cde325 ccc: Finish main clang compiler argument translation. by Daniel Dunbar · 17 years ago
- 82fbac5 ccc: Darwin/Compiler: Improve gcc compat in use of -auxbase-strip. by Daniel Dunbar · 17 years ago
- bfcbc90 ccc: Implement argument translation for clang. by Daniel Dunbar · 17 years ago
- 33a5d61 ccc: Add dummy Clang/Compile tool and use on Darwin/X86 for C files. by Daniel Dunbar · 17 years ago
- edd1e2a ccc: Darwin/Compile: Define __private_extern__ when building c++. by Daniel Dunbar · 17 years ago
- 25d4a8f ccc: Darwin: Implement some important general argument translations by Daniel Dunbar · 17 years ago
- 11672ec ccc: Allow internal tool chain specific argument translation. by Daniel Dunbar · 17 years ago
- 841ceea ccc: Darwin/Link also runs dsymutil in one very particular situation. by Daniel Dunbar · 17 years ago
- 7629053 ccc: Bug fix and gcc compatibility tweak. by Daniel Dunbar · 17 years ago
- 8bf90fd ccc: Add option groups. by Daniel Dunbar · 17 years ago
- 11505a9 ccc: Darwin/CC1: Hardcode (for now) some -m options to match gcc. by Daniel Dunbar · 17 years ago
- 93a08e6 ccc: Darwin/CC1: Be bug compatible with gcc in a corner case. by Daniel Dunbar · 17 years ago
- 1e0ead4 ccc: Bug fix, output can be NULL. by Daniel Dunbar · 17 years ago
- b37c965 ccc: Even more Darwin/cc1 argument translation support. by Daniel Dunbar · 17 years ago
- dff9f50 ccc: (Darwin) More argument translation for Darwin/Compile tool. by Daniel Dunbar · 17 years ago
- 816dd50 ccc: (Darwin) More argument translation for Darwin/Compile tool. by Daniel Dunbar · 17 years ago
- 6325fcf ccc: (Darwin) Start implementing argument translation for Darwin/Compile tool. by Daniel Dunbar · 17 years ago
- 9cb2253 ccc: (Darwin) Move path resolution into ToolChain. by Daniel Dunbar · 17 years ago
- 996ce96 ccc: Implement the rest of Darwin/Assembler argument translation. by Daniel Dunbar · 17 years ago
- 4a0ba1a ccc: Implement macosx-version-min conditions (including a bug fix). by Daniel Dunbar · 17 years ago
- 9c257c3 ccc: Generalize Darwin/Link tool based on Darwin version. by Daniel Dunbar · 17 years ago
- 2ec55bc ccc: Support arguments which behave like linker inputs. by Daniel Dunbar · 17 years ago
- ee8cc26 ccc: (Darwin) Pass -ObjC to linker if -ObjC, -ObjC++ or -fobjc is present. by Daniel Dunbar · 17 years ago
- 9c199a0 ccc: Add fairly complete argument translation for Darwin link step. by Daniel Dunbar · 17 years ago
- a9ad2bc ccc: Add generic assembler & linker tools which effectively shell out to gcc. by Daniel Dunbar · 17 years ago
- a75ea3d ccc: Get host information via Driver methods. by Daniel Dunbar · 17 years ago
- 39cbfaa ccc: Make proper synthetic arguments in places we have to construct by Daniel Dunbar · 17 years ago
- db43990 ccc: Change Command to take list of strings for argv instead of Arg by Daniel Dunbar · 17 years ago
- fb2c5c4 ccc: Refactor so that all accesses to actual input strings go through by Daniel Dunbar · 17 years ago
- ba6e323 ccc: Track last actual argument instance for each option & change by Daniel Dunbar · 17 years ago
- a567751 Add prototype ccc rewrite. by Daniel Dunbar · 17 years ago