aboutsummaryrefslogtreecommitdiff
path: root/tools/ccc/ccclib/Tools.py
AgeCommit message (Expand)Author
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