aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.h
AgeCommit message (Expand)Author
2009-09-10ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=.Daniel Dunbar
2009-09-09Move Clang X86 cpu/feature argument translation into AddX86TargetArgs.Daniel Dunbar
2009-09-09Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch t...Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-04Rename Darwin_X86 toolchain to just Darwin, this can support all platforms.Daniel Dunbar
2009-09-04Remove unused argument.Daniel Dunbar
2009-08-22Second half of, clang, AuroraUX toolchain support.Edward O'Callaghan
2009-06-29OpenBSD support.Daniel Dunbar
2009-05-02DragonFly ToolChain definition for driver.Daniel Dunbar
2009-04-18Preliminary PCH support in the driverDouglas Gregor
2009-04-08Driver: Split out CPP specific options for clang so that we don't endDaniel Dunbar
2009-04-01Driver: Add freebsd::LinkDaniel Dunbar
2009-03-31Driver: Call 'as' directly on FreeBSD.Daniel Dunbar
2009-03-30Improve dependency file support.Daniel Dunbar
2009-03-29Driver: Finish porting Darwin::Preprocess and Compile port (stillDaniel Dunbar
2009-03-29Driver: Start porting Darwin::Preprocess and Compile implementationsDaniel Dunbar
2009-03-26Driver: Add darwin::Link tool.Daniel Dunbar
2009-03-20Driver: Add and use darwin::Assemble tool.Daniel Dunbar
2009-03-20Driver: Add darwin::Lipo tool.Daniel Dunbar
2009-03-18Driver: Lift out common GCC tool and implement generic GCC toolDaniel Dunbar
2009-03-18Driver: ConstructJob also needs to know the destination (where to putDaniel Dunbar
2009-03-18Driver: Add a dash of const.Daniel Dunbar
2009-03-18Driver: Stub out Tool::ConstructJob.Daniel Dunbar
2009-03-17Driver: Add name to Tool (for testing/debugging) and move GCC_* toolsDaniel Dunbar
2009-03-17Driver: GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace.Daniel Dunbar
2009-03-17Driver: Stub out generic GCC tool selection (missed a file)Daniel Dunbar