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