summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename DefaultHostTriple into DefaultTargetTripleSebastian Pop2012-01-131-6/+6
* Remove --hash-style from link command on Android.Evgeniy Stepanov2012-01-131-1/+4
* Revert changes to lib/Driver in r147917; I didn't mean to commit this.Eli Friedman2012-01-111-20/+19
* Start refactoring code for capturing variables and 'this' so that it is share...Eli Friedman2012-01-111-19/+20
* Add support for the androideabi environment to our triple support, andChandler Carruth2012-01-101-1/+4
* Handle a /etc/debian_version with a version number instead of a codename.Rafael Espindola2011-12-281-2/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Split the Windows toolchain definition into its own file. This isChandler Carruth2011-12-171-363/+4
* Hexagon backend supportTony Linthicum2011-12-121-0/+67
* Fix the --hash-style option when the target is MIPS as it isChandler Carruth2011-12-091-7/+18
* Misc Minix-specific changes to clang:Eli Friedman2011-12-081-3/+1
* Allow clang to find gcc libs on suse ppc64Hal Finkel2011-12-081-1/+14
* Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allowDaniel Dunbar2011-12-071-0/+10
* Fix multilib library paths on ppc64 Linux. Patch by Michael Kostylev. PR11472.Eli Friedman2011-12-071-2/+9
* [asan] Mac: do not link dynamic libs with the asan-rt, use -undefined dynamic...Kostya Serebryany2011-12-061-1/+4
* Driver/Darwin: Add ASAN runtime library link support.Daniel Dunbar2011-12-011-0/+16
* A couple driver fixes for PPC Linux. Patches by Michael Kostylev. PR11444/P...Eli Friedman2011-11-281-1/+2
* clang/Darwin: Use the compiler-rt provided profile library.Daniel Dunbar2011-11-171-0/+13
* Search for libstdc++.dylib in llvm-gcc's files on darwin10. rdar://10419079Bob Wilson2011-11-111-0/+5
* Add Linux multiarch include directories for mips/mipsel. Patch from Simon At...Eli Friedman2011-11-111-0/+10
* Fix an issue that Duncan discovered on a specific (no longer current)Chandler Carruth2011-11-091-8/+6
* Misc fixes for clang driver on Mips Linux. Patch by Simon Atanasyan.Eli Friedman2011-11-081-0/+24
* Add a default system include of '/include'. This isn't particularlyChandler Carruth2011-11-081-0/+5
* Rip out one of the features I added for the driver-include-management.Chandler Carruth2011-11-071-8/+2
* Fix Linux libc++ usage. Somehow this slipped through during the port.Chandler Carruth2011-11-071-0/+8
* Begin lifting some of the one-off checking logic into generic helperChandler Carruth2011-11-061-5/+3
* Move the GCC installation detection logic down into the Generic_GCCChandler Carruth2011-11-061-238/+239
* Remove an old OpenSUSE hack that is no longer needed -- it is exactlyChandler Carruth2011-11-061-5/+0
* Remove the HasMultilib check. It was essentially useless. The driver nowChandler Carruth2011-11-061-43/+25
* The version objects need to actually store the version strings; theyChandler Carruth2011-11-061-4/+4
* Throw the switch and move all Linux header search over to the GCCChandler Carruth2011-11-061-334/+48
* Add a missing triple spotted by inspecting and testing of the includeChandler Carruth2011-11-061-1/+2
* Lift the GCCVersion type into the header file and start persisting it inChandler Carruth2011-11-061-81/+55
* Switch some of these interfaces from std::string to StringRef and Twine.Chandler Carruth2011-11-061-5/+4
* Take a better approach to detecting and selecting multiarch includeChandler Carruth2011-11-061-14/+35
* Revert r143864, as the problem I was actually looking at can be solvedChandler Carruth2011-11-061-12/+0
* Start pruning down the set of flags passed to CC1 for header search.Chandler Carruth2011-11-061-0/+12
* Enhance the GCC version parsing and comparison logic to handle some moreChandler Carruth2011-11-051-18/+62
* Remove a pointless member. I have no idea why I made this not a localChandler Carruth2011-11-051-2/+2
* Remove a no-longer needed helper function. Thanks for implementing thisChandler Carruth2011-11-051-12/+4
* Move the GCC installation detection helper a member of the LinuxChandler Carruth2011-11-051-236/+203
* Remove support for Gentoo subversion-ebuild installed llvm-gcc libstdc++Chandler Carruth2011-11-051-9/+0
* Move the Linux header searching from the Frontend to the Driver. This isChandler Carruth2011-11-051-19/+456
* Try to reduce the nastiness that creeps in through Windows.h a bit.Benjamin Kramer2011-11-051-3/+3
* Fix a significant oversight in my move of MSVC includes to the driver:Chandler Carruth2011-11-051-0/+15
* Add two flags to the CC1 layer that I was hoping to avoid. We need toChandler Carruth2011-11-051-2/+2
* Fix MSVC build.Michael J. Spencer2011-11-051-2/+4
* Begin the migration of header search logic to the driver, starting withChandler Carruth2011-11-041-0/+269
* Simplify the set of directories we look for on multiarch systems.Chandler Carruth2011-10-311-8/+2
* Fix part of PR11223 and probably a few dups as well. This teaches theChandler Carruth2011-10-311-4/+42
OpenPOWER on IntegriCloud