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