summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the Tools DensMap from the toolchain.Rafael Espindola2013-03-201-21/+53
* Finish refactoring the tool selection logic.Rafael Espindola2013-03-191-1/+0
* Centralize the recording of which tools have been constructed.Rafael Espindola2013-03-181-24/+14
* Use early returns when checking if we already constructed a tool and whenRafael Espindola2013-03-181-2/+0
* Remove unused argument.Rafael Espindola2013-03-181-14/+14
* Pass an ArgList to every toolchain constructor. Remove the useIntegratedAsRafael Espindola2013-03-181-4/+5
* Remove unused argument.Rafael Espindola2013-03-181-28/+14
* Driver: add support for new style multiarch in Ubuntu 13.04Dmitri Gribenko2013-03-061-0/+5
* Default to enabling default-synthesized ivars on all platformsDavid Chisnall2013-03-031-8/+0
* Add support for AArch64 target.Tim Northover2013-01-311-1/+2
* Initial support for FreeBSD on ARM.Rafael Espindola2012-12-131-0/+1
* Hexagon TC: Reimplement Link::ConstructJob to callMatthew Curtis2012-12-061-0/+1
* Hexagon TC: Move getHexagonTargetCPU from Tools.cpp toMatthew Curtis2012-12-061-0/+2
* Hexagon TC: Update toolchain to add appropriate includeMatthew Curtis2012-12-061-15/+23
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-4/+2
* Remove an extra semicolon.Chad Rosier2012-11-271-1/+1
* Fix the '-fuse-init-array' option to actually be an option.Chandler Carruth2012-11-211-1/+2
* [Sanitizer] force linking with static sanitizer runtimes on Darwin even if th...Alexey Samsonov2012-11-211-3/+4
* Completely re-work how the Clang driver interprets PIC and PIE options.Chandler Carruth2012-11-191-11/+11
* block extended signatur option. Change previous optionFariborz Jahanian2012-11-151-0/+4
* Remove old driver code to grab the iOS simulator version from the -D option.Bob Wilson2012-11-091-8/+1
* Remove more code related to invoking llvm-gcc. <rdar://problem/11991320>Bob Wilson2012-11-081-3/+0
* Add support of MIPS n32 ABI to the Clang driver. The fix builds correct libra...Simon Atanasyan2012-10-211-0/+1
* Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit.Rafael Espindola2012-09-231-2/+0
* Screw around with ObjCRuntime some more, changing theJohn McCall2012-08-211-1/+1
* clang support for Bitrig (an OpenBSD fork); patch by David Hill.Eli Friedman2012-08-081-0/+20
* Make property synthesis the default on Windows.Fariborz Jahanian2012-08-031-0/+4
* Hoist the logic for selecting the Objective-C dispatch method into the runtimeDavid Chisnall2012-07-041-29/+0
* Restructure how the driver communicates information about theJohn McCall2012-06-201-21/+8
* Add a -fuse-init-array option to cc1 and map to the UseInitArray targetRafael Espindola2012-06-191-1/+2
* Move the iOSVersionMin string to a header so as to avoid a dangling pointer.Chad Rosier2012-05-091-0/+4
* Rip out old code for finding libraries in GCC's directories.Bob Wilson2012-05-031-11/+0
* Driver: Turn the default value for -fmath-errno into a proper target hook and...Benjamin Kramer2012-05-021-1/+10
* Make a modern Objective-C runtime the default target for *BSD. Don't yet cha...David Chisnall2012-04-091-0/+30
* Use VersionTuple to manage macosx versions in the driver. No functionality ch...Benjamin Kramer2012-03-101-22/+8
* Enable default @synthesize by default.Ted Kremenek2012-03-061-1/+1
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+7
* [driver] Emit an error when trying to use ARC on macosx earlier than 10.6Argyrios Kyrtzidis2012-02-291-0/+2
* Re-enable the Darwin ARM integrated assembler.Jim Grosbach2012-02-271-3/+2
* Temporarily revert r151288:Chad Rosier2012-02-251-2/+3
* ARM: enable the integrated assembler by default for Darwin.Jim Grosbach2012-02-231-3/+2
* Implement a -gcc-toolchain command line option that does the same asRafael Espindola2012-02-191-14/+15
* First pass at Solaris toolchain support. This version compiles and links helloDavid Chisnall2012-02-151-0/+11
* Begin refactoring to use the newly added triple predicates forChandler Carruth2012-02-111-6/+3
* Revert r149083 which is not the direction we're going in the ClangChandler Carruth2012-01-311-32/+17
* Keep track of the original target the user specified beforeJoerg Sonnenberger2012-01-261-17/+32
* Remove the 'ToolTriple' concept from the NetBSD toolchain along with myChandler Carruth2012-01-251-4/+1
* Switch the ToolChain types to all store a Driver reference rather thanChandler Carruth2012-01-251-17/+17
* Make a major refactoring to how the GCC installation detection works.Chandler Carruth2012-01-251-7/+16
* Address one part of the FIXME I introduced my switching the tripleChandler Carruth2012-01-241-2/+2
OpenPOWER on IntegriCloud