Age | Commit message (Expand) | Author |
2009-05-02 | ccc is dead. | Daniel Dunbar |
2009-03-24 | ccc/Driver: -r option doesn't take an argument. | Daniel Dunbar |
2009-03-23 | ccc: Forward -f[no-]builtin to clang. | Daniel Dunbar |
2009-03-13 | ccc/Driver: Forward -fheinous-gnu-extensions to clang. | Daniel Dunbar |
2009-03-13 | ccc/Driver: Forward -fprint-source-range-info to clang. | Daniel Dunbar |
2009-03-13 | ccc/Driver: Mark {dump{machine,specs,version}, | Daniel Dunbar |
2009-03-12 | ccc: Tweak some group names. | Daniel Dunbar |
2009-03-12 | ccc: Cleanup arguments a bit; we don't need a separate group for | Daniel Dunbar |
2009-03-10 | Forward -ftemplate-depth-<N> to clang's -ftemplate-depth N. | Daniel Dunbar |
2009-03-09 | ccc: Parse -T{bss,data,text}, -iwithsysroot, -specs correctly. | Daniel Dunbar |
2009-03-04 | ccc: Fix passing of -nozero-initialized-in-bss. | Daniel Dunbar |
2009-02-20 | ccc: Basic translation of gcc subtarget feature options to LLVM | Daniel Dunbar |
2009-02-18 | ccc: Forward -ftime-report to clang. | Daniel Dunbar |
2009-02-17 | ccc: Recognize -isystem. | Daniel Dunbar |
2009-02-17 | ccc: Pass -f[no-]math-errno to clang. | Daniel Dunbar |
2009-02-16 | ccc: @<filename> arguments are only treated specially if <filename> | Daniel Dunbar |
2009-02-14 | Add -ffreestanding to suppress the implicit declaration of library builtins l... | Douglas Gregor |
2009-02-09 | ccc: -dM wasn't being passed to Darwin/CC1 correctly. | Daniel Dunbar |
2009-02-06 | ccc: Forward -dM to clang. | Daniel Dunbar |
2009-02-06 | ccc: Give explicit error on @ style argument lists (not yet supported). | Daniel Dunbar |
2009-02-04 | ccc: Forward -femit-all-decls to clang and use an option group to | Daniel Dunbar |
2009-01-30 | Add -fno-blocks support. This fixes block-no-block-def.c. | Mike Stump |
2009-01-30 | ccc: Forward -fobjc-nonfragile-abi to clang. | Daniel Dunbar |
2009-01-30 | ccc: Add -Xclang option, rename -WA, to -Xanalyzer. | Daniel Dunbar |
2009-01-30 | ccc: Mark -combine option as unsupported. | Daniel Dunbar |
2009-01-28 | ccc: Support -v; invent a version number for ccc for now, will be | Daniel Dunbar |
2009-01-26 | ccc: -o should not be automatically forwarded to generic gcc tools. | Daniel Dunbar |
2009-01-26 | ccc: Recognize -emit-llvm [-S]. | Daniel Dunbar |
2009-01-23 | ccc: Finish definition of long argument translations. | Daniel Dunbar |
2009-01-23 | ccc: Another batch of long argument translations. | Daniel Dunbar |
2009-01-23 | ccc: Implement long options which take joined & separate forms. | Daniel Dunbar |
2009-01-23 | ccc: Support long ('--...') flag arguments. | Daniel Dunbar |
2009-01-23 | ccc: Organize long options together. | Daniel Dunbar |
2009-01-23 | ccc: Add support for several more aliases (--ansi, --assemble, | Daniel Dunbar |
2009-01-23 | ccc: Add support for "alias" options. | Daniel Dunbar |
2009-01-22 | ccc/clang: Mimic llvm-gcc initialization of LLVM backend based on gcc | Daniel Dunbar |
2009-01-21 | ccc: Handle a few long argument form (--) translations using option | Daniel Dunbar |
2009-01-21 | ccc: Implement file & path searching. | Daniel Dunbar |
2009-01-21 | ccc: Add --analyze driver mode (for running static analyzer). | Daniel Dunbar |
2009-01-20 | ccc: Recognize that -M and -MM only run preprocessor. | Daniel Dunbar |
2009-01-20 | ccc: Darwin/x86: Add direct cpp support. | Daniel Dunbar |
2009-01-17 | ccc: Don't be pedantically compatible with -Z options, these are the | Daniel Dunbar |
2009-01-16 | ccc: Clean up (user level) error handling. | Daniel Dunbar |
2009-01-16 | ccc: Darwin/X86: gcc compatibility, only add | Daniel Dunbar |
2009-01-16 | ccc: Darwin/X86: Implement remainder of (non -Z...) generic argument | Daniel Dunbar |
2009-01-14 | ccc: Implement support clang PTH using gcc PCH style interface. | Daniel Dunbar |
2009-01-14 | ccc: Finish main clang compiler argument translation. | Daniel Dunbar |
2009-01-14 | ccc: Implement argument translation for clang. | Daniel Dunbar |
2009-01-13 | ccc: Darwin: Implement some important general argument translations | Daniel Dunbar |
2009-01-13 | ccc: Allow internal tool chain specific argument translation. | Daniel Dunbar |