summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
* [driver] Make the driver to link the simulator arclite lib when passing -mios...Argyrios Kyrtzidis2011-10-181-3/+5
* Revert r142311, -mios-simulator-version-min does not work correctly.Argyrios Kyrtzidis2011-10-181-0/+51
* Remove the hack where we sniff the __IPHONE_OS_VERSION_MIN_REQUIRED define.Argyrios Kyrtzidis2011-10-171-51/+0
* Fix a silly bug introduced in r142133.Chandler Carruth2011-10-161-2/+2
* Clean up some cruft in the library path searching logic by makingChandler Carruth2011-10-161-27/+34
* Fix the CXX_INCLUDE_ROOT case that was out of date with ScanLibDirForGCCTriple.Rafael Espindola2011-10-141-1/+1
* Use Triple.isOSDarwin() instead of comparing against Triple::Darwin.Bob Wilson2011-10-141-1/+1
* Add triple for RHEL 5 to the libpath collecting logic.Benjamin Kramer2011-10-131-0/+1
* Partially revert r141374: allow use of libc++ prior to Mac OS X 10.7.Bob Wilson2011-10-101-5/+0
* Fix "Uninitialized" warnings.NAKAMURA Takumi2011-10-081-3/+3
* WhitespaceNAKAMURA Takumi2011-10-081-1/+1
* Clang driver changes for iOS 5.0 and OS X Lion support.Bob Wilson2011-10-071-3/+34
* Use StringSwitch. Thanks for Chandler for the suggestion.Bob Wilson2011-10-071-41/+20
* Rearrange for readability. No functional change.Bob Wilson2011-10-061-3/+4
* Add a missing check for cortex-a9.Bob Wilson2011-10-061-1/+2
* Use the InstalledDir correctly, and test it correctly as well. =/ ShouldChandler Carruth2011-10-051-1/+1
* Teach Clang to cope with GCC installations that have unusual patchChandler Carruth2011-10-051-3/+5
* Implement the feature I was originally driving toward when I startedChandler Carruth2011-10-051-0/+1
* Hoist the other messy part out of an inner loop and into a helperChandler Carruth2011-10-041-43/+45
* Hoist the first chunk of this into a helper function. No functionalityChandler Carruth2011-10-041-55/+68
* Fix Windows+MinGW which introduces noise into path separators.Chandler Carruth2011-10-041-1/+5
* Now that multiple prefixes are much cheaper to search for GCCChandler Carruth2011-10-041-0/+1
* Rework the search for a GCC installation still further. This combinesChandler Carruth2011-10-041-50/+85
* Add a comment explaining that I have a better plan for implementing theChandler Carruth2011-10-041-0/+2
* Invert the loop for detecting installed GCC trees. This make the loopChandler Carruth2011-10-041-36/+19
* Fuse the two halves of the GCC installation detection. This isChandler Carruth2011-10-041-54/+74
* Factor the data apart from the logic of locating various GCCChandler Carruth2011-10-041-45/+63
* Refactor the detection of a GCC installation into a helper class. ThisChandler Carruth2011-10-031-157/+191
* Enable generic multilib support on 32bit hosts. Previously this was onlyChandler Carruth2011-10-031-13/+5
* Teach the logic for locating an installed GCC about the system root.Chandler Carruth2011-10-031-6/+12
* Add initial support for applying the sysroot to library search paths.Chandler Carruth2011-10-031-5/+6
* Rework the selection of builtin library search paths on Linux toChandler Carruth2011-10-031-33/+44
* Simplify this through the power of the ternary operator.Chandler Carruth2011-10-021-18/+4
* Consolidate the currently bizarre 32/64 multilib selection logic a bit.Chandler Carruth2011-10-021-19/+19
* Revert r140604: "Let -B work for ld paths on Linux."Chandler Carruth2011-10-011-2/+2
* Driver: use correct search paths for multilibPeter Collingbourne2011-09-291-2/+2
* Driver: Fix two bad typos that were breaking the buildbots.Benjamin Kramer2011-09-281-1/+1
* [driver] If no OSX or iOS target has been specified and we're compiling for Chad Rosier2011-09-281-0/+6
* Check for GCC paths that have the target triple in them. This is required fo...David Chisnall2011-09-271-20/+30
* Let -B work for ld paths on Linux.David Chisnall2011-09-271-2/+2
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-5/+5
* For i386 kext fallback to llvm-gcc, search paths for several Darwin versions.Bob Wilson2011-09-201-5/+11
* [driver] Default to arm mode when using the integrated assembler.Chad Rosier2011-09-201-4/+6
* Fix search paths for Ubuntu 11.04 x86. Patch by Stepan Dyatkovskiy.Eli Friedman2011-09-161-0/+11
* Treat the weak export of block runtime symbols as a deployment-targetJohn McCall2011-09-091-0/+8
* Fix PR10744 by adding the toolchain path to the regular program pathRafael Espindola2011-09-011-5/+6
* Add 4.4.6 to GccVersions[] in lib/Driver/ToolChains.cpp.Hans Wennborg2011-09-011-1/+1
* [driver] If no -miphoneos-version-min is specified on the command line *and*Chad Rosier2011-08-311-35/+31
* Some minor updates to the Linux search path handling for Slackware. Patch by...Eli Friedman2011-08-291-1/+1
* Take 2: Actually fix spacing.Chad Rosier2011-08-261-3/+2
OpenPOWER on IntegriCloud