aboutsummaryrefslogtreecommitdiff
path: root/tools/ccc/ccclib/Tools.py
AgeCommit message (Expand)Author
2009-01-17ccc: Support running piped jobs (-pipe now works).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: Darwin/Compiler: Improve gcc compat in use of -auxbase-strip.Daniel Dunbar
2009-01-14ccc: Implement argument translation for clang.Daniel Dunbar
2009-01-14ccc: Add dummy Clang/Compile tool and use on Darwin/X86 for C files.Daniel Dunbar
2009-01-14ccc: Darwin/Compile: Define __private_extern__ when building c++.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
2009-01-13ccc: Darwin/Link also runs dsymutil in one very particular situation.Daniel Dunbar
2009-01-13ccc: Bug fix and gcc compatibility tweak.Daniel Dunbar
2009-01-13ccc: Add option groups.Daniel Dunbar
2009-01-13ccc: Darwin/CC1: Hardcode (for now) some -m options to match gcc.Daniel Dunbar
2009-01-13ccc: Darwin/CC1: Be bug compatible with gcc in a corner case.Daniel Dunbar
2009-01-12ccc: Bug fix, output can be NULL.Daniel Dunbar
2009-01-12ccc: Even more Darwin/cc1 argument translation support.Daniel Dunbar
2009-01-12ccc: (Darwin) More argument translation for Darwin/Compile tool.Daniel Dunbar
2009-01-12ccc: (Darwin) More argument translation for Darwin/Compile tool.Daniel Dunbar
2009-01-12ccc: (Darwin) Start implementing argument translation forDaniel Dunbar
2009-01-12ccc: (Darwin) Move path resolution into ToolChain.Daniel Dunbar
2009-01-12ccc: Implement the rest of Darwin/Assembler argument translation.Daniel Dunbar
2009-01-12ccc: Implement macosx-version-min conditions (including a bug fix).Daniel Dunbar
2009-01-12ccc: Generalize Darwin/Link tool based on Darwin version.Daniel Dunbar
2009-01-12ccc: Support arguments which behave like linker inputs.Daniel Dunbar
2009-01-12ccc: (Darwin) Pass -ObjC to linker if -ObjC, -ObjC++ or -fobjc isDaniel Dunbar
2009-01-11ccc: Add fairly complete argument translation for Darwin link step.Daniel Dunbar
2009-01-10ccc: Add generic assembler & linker tools which effectively shell outDaniel Dunbar
2009-01-09ccc: Get host information via Driver methods.Daniel Dunbar
2009-01-07ccc: Make proper synthetic arguments in places we have to constructDaniel Dunbar
2009-01-07ccc: Change Command to take list of strings for argv instead of ArgDaniel Dunbar
2009-01-07ccc: Refactor so that all accesses to actual input strings go throughDaniel Dunbar
2009-01-06ccc: Track last actual argument instance for each option & changeDaniel Dunbar
2009-01-05Add prototype ccc rewrite.Daniel Dunbar