aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChains.h
AgeCommit message (Expand)Author
2014-02-24Define an Emscripten toolchain.Dan Gohman
2013-04-30Add support for -stdlib=libc++ in the NetBSD toolchain.Joerg Sonnenberger
2013-04-20Supports Sourcery CodeBench Mips toolchain directories tree.Simon Atanasyan
2013-04-09If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne
2013-03-20Remove the Tools DensMap from the toolchain.Rafael Espindola
2013-03-19Finish refactoring the tool selection logic.Rafael Espindola
2013-03-18Centralize the recording of which tools have been constructed.Rafael Espindola
2013-03-18Use early returns when checking if we already constructed a tool and whenRafael Espindola
2013-03-18Remove unused argument.Rafael Espindola
2013-03-18Pass an ArgList to every toolchain constructor. Remove the useIntegratedAsRafael Espindola
2013-03-18Remove unused argument.Rafael Espindola
2013-03-06Driver: add support for new style multiarch in Ubuntu 13.04Dmitri Gribenko
2013-03-03Default to enabling default-synthesized ivars on all platformsDavid Chisnall
2013-01-31Add support for AArch64 target.Tim Northover
2012-12-13Initial support for FreeBSD on ARM.Rafael Espindola
2012-12-06Hexagon TC: Reimplement Link::ConstructJob to callMatthew Curtis
2012-12-06Hexagon TC: Move getHexagonTargetCPU from Tools.cpp toMatthew Curtis
2012-12-06Hexagon TC: Update toolchain to add appropriate includeMatthew Curtis
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-27Remove an extra semicolon.Chad Rosier
2012-11-21Fix the '-fuse-init-array' option to actually be an option.Chandler Carruth
2012-11-21[Sanitizer] force linking with static sanitizer runtimes on Darwin even if th...Alexey Samsonov
2012-11-19Completely re-work how the Clang driver interprets PIC and PIE options.Chandler Carruth
2012-11-15block extended signatur option. Change previous optionFariborz Jahanian
2012-11-09Remove old driver code to grab the iOS simulator version from the -D option.Bob Wilson
2012-11-08Remove more code related to invoking llvm-gcc. <rdar://problem/11991320>Bob Wilson
2012-10-21Add support of MIPS n32 ABI to the Clang driver. The fix builds correct libra...Simon Atanasyan
2012-09-23Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit.Rafael Espindola
2012-08-21Screw around with ObjCRuntime some more, changing theJohn McCall
2012-08-08clang support for Bitrig (an OpenBSD fork); patch by David Hill.Eli Friedman
2012-08-03Make property synthesis the default on Windows.Fariborz Jahanian
2012-07-04Hoist the logic for selecting the Objective-C dispatch method into the runtimeDavid Chisnall
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-06-19Add a -fuse-init-array option to cc1 and map to the UseInitArray targetRafael Espindola
2012-05-09Move the iOSVersionMin string to a header so as to avoid a dangling pointer.Chad Rosier
2012-05-03Rip out old code for finding libraries in GCC's directories.Bob Wilson
2012-05-02Driver: Turn the default value for -fmath-errno into a proper target hook and...Benjamin Kramer
2012-04-09Make a modern Objective-C runtime the default target for *BSD. Don't yet cha...David Chisnall
2012-03-10Use VersionTuple to manage macosx versions in the driver. No functionality ch...Benjamin Kramer
2012-03-06Enable default @synthesize by default.Ted Kremenek
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek
2012-02-29[driver] Emit an error when trying to use ARC on macosx earlier than 10.6Argyrios Kyrtzidis
2012-02-27Re-enable the Darwin ARM integrated assembler.Jim Grosbach
2012-02-25Temporarily revert r151288:Chad Rosier
2012-02-23ARM: enable the integrated assembler by default for Darwin.Jim Grosbach
2012-02-19Implement a -gcc-toolchain command line option that does the same asRafael Espindola
2012-02-15First pass at Solaris toolchain support. This version compiles and links helloDavid Chisnall
2012-02-11Begin refactoring to use the newly added triple predicates forChandler Carruth
2012-01-31Revert r149083 which is not the direction we're going in the ClangChandler Carruth
2012-01-26Keep track of the original target the user specified beforeJoerg Sonnenberger