summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud