aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChains.h
AgeCommit message (Expand)Author
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
2012-01-25Remove the 'ToolTriple' concept from the NetBSD toolchain along with myChandler Carruth
2012-01-25Switch the ToolChain types to all store a Driver reference rather thanChandler Carruth
2012-01-25Make a major refactoring to how the GCC installation detection works.Chandler Carruth
2012-01-24Address one part of the FIXME I introduced my switching the tripleChandler Carruth
2012-01-24At least within these classes, consistently spell 'GCC' as 'GCC'.Chandler Carruth
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-17Split the Windows toolchain definition into its own file. This isChandler Carruth
2011-12-14Enable stack protectors by default for iOS. <rdar://problem/8836680>Bob Wilson
2011-12-12Hexagon backend supportTony Linthicum
2011-12-08Misc Minix-specific changes to clang:Eli Friedman
2011-12-07Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allowDaniel Dunbar
2011-11-09Fix an issue that Duncan discovered on a specific (no longer current)Chandler Carruth
2011-11-06Begin lifting some of the one-off checking logic into generic helperChandler Carruth
2011-11-06Move the GCC installation detection logic down into the Generic_GCCChandler Carruth
2011-11-06The version objects need to actually store the version strings; theyChandler Carruth
2011-11-06Lift the GCCVersion type into the header file and start persisting it inChandler Carruth
2011-11-06Switch some of these interfaces from std::string to StringRef and Twine.Chandler Carruth
2011-11-05Remove a pointless member. I have no idea why I made this not a localChandler Carruth
2011-11-05Move the GCC installation detection helper a member of the LinuxChandler Carruth
2011-11-05Move the Linux header searching from the Frontend to the Driver. This isChandler Carruth
2011-11-04Begin the migration of header search logic to the driver, starting withChandler Carruth
2011-10-07Clang driver changes for iOS 5.0 and OS X Lion support.Bob Wilson
2011-09-20For i386 kext fallback to llvm-gcc, search paths for several Darwin versions.Bob Wilson