summaryrefslogtreecommitdiffstats
path: root/lib/Driver/ToolChains.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* At least within these classes, consistently spell 'GCC' as 'GCC'.Chandler Carruth2012-01-241-6/+6
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-1/+2
* Split the Windows toolchain definition into its own file. This isChandler Carruth2011-12-171-0/+5
* Enable stack protectors by default for iOS. <rdar://problem/8836680>Bob Wilson2011-12-141-1/+1
* Hexagon backend supportTony Linthicum2011-12-121-1/+17
* Misc Minix-specific changes to clang:Eli Friedman2011-12-081-1/+1
* Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allowDaniel Dunbar2011-12-071-0/+3
* Fix an issue that Duncan discovered on a specific (no longer current)Chandler Carruth2011-11-091-1/+2
* Begin lifting some of the one-off checking logic into generic helperChandler Carruth2011-11-061-0/+15
* Move the GCC installation detection logic down into the Generic_GCCChandler Carruth2011-11-061-79/+79
* The version objects need to actually store the version strings; theyChandler Carruth2011-11-061-2/+2
* Lift the GCCVersion type into the header file and start persisting it inChandler Carruth2011-11-061-3/+38
* Switch some of these interfaces from std::string to StringRef and Twine.Chandler Carruth2011-11-061-3/+3
* Remove a pointless member. I have no idea why I made this not a localChandler Carruth2011-11-051-2/+0
* Move the GCC installation detection helper a member of the LinuxChandler Carruth2011-11-051-0/+46
* Move the Linux header searching from the Frontend to the Driver. This isChandler Carruth2011-11-051-0/+5
* Begin the migration of header search logic to the driver, starting withChandler Carruth2011-11-041-0/+6
* Clang driver changes for iOS 5.0 and OS X Lion support.Bob Wilson2011-10-071-0/+6
* For i386 kext fallback to llvm-gcc, search paths for several Darwin versions.Bob Wilson2011-09-201-0/+3
* [driver] Default to arm mode when using the integrated assembler.Chad Rosier2011-09-201-2/+4
* Treat the weak export of block runtime symbols as a deployment-targetJohn McCall2011-09-091-0/+1
* default property synthesis is off by defaultFariborz Jahanian2011-09-011-1/+1
* objective-c: Make auto synthesis of properties the default.Fariborz Jahanian2011-09-011-1/+1
* enable -fstack-protector on 10.5 for usermode binaries by default.Nico Weber2011-08-231-3/+6
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-1/+1
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-1/+3
* Build and use libcompiler_rt whenever possible.Eric Christopher2011-06-221-2/+4
* Automatic Reference Counting.John McCall2011-06-151-0/+18
* Make the triple an explicit argument of FindTargetProgramPath.Joerg Sonnenberger2011-05-161-1/+4
* Driver/Darwin: Change Darwin toolchain to explicitly track is-ios-sim bit, andDaniel Dunbar2011-04-301-11/+13
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
* Driver/Darwin: Tweak link logic for simulator.Daniel Dunbar2011-03-311-0/+10
* Driver: Give SelectTool access to the action inputs.Daniel Dunbar2011-03-181-11/+22