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