summaryrefslogtreecommitdiffstats
path: root/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* 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-144-17/+19
* Rename -Wc++0x-compat, -Wc++0x-extensions and -Wc++0x-narrowing from c++0x toRichard Smith2011-10-131-1/+3
* Add triple for RHEL 5 to the libpath collecting logic.Benjamin Kramer2011-10-131-0/+1
* The Objective-C rewriter uses the fragile ABI, always.Douglas Gregor2011-10-121-1/+3
* Driver: Add support for a new -nostdlibinc option.Daniel Dunbar2011-10-111-0/+2
* Frontend: Replace -nostdinc by -nostdsysteminc (which is just system includeDaniel Dunbar2011-10-111-3/+8
* Link in Scrt1.o instead of crt1.o when -pie is specified.Roman Divacky2011-10-101-2/+4
* Partially revert r141374: allow use of libc++ prior to Mac OS X 10.7.Bob Wilson2011-10-101-5/+0
* OpenCL: add driver/frontend support for precompiled headersPeter Collingbourne2011-10-091-0/+1
* Fix "Uninitialized" warnings.NAKAMURA Takumi2011-10-081-3/+3
* WhitespaceNAKAMURA Takumi2011-10-081-1/+1
* [arcmt] Ignore linking errors when doing ARC migration, rdar://10247606Argyrios Kyrtzidis2011-10-071-0/+12
* Clang driver changes for iOS 5.0 and OS X Lion support.Bob Wilson2011-10-072-3/+40
* More cleanup using StringSwitch.Chad Rosier2011-10-071-65/+35
* Use StringSwitch. Thanks for Chandler for the suggestion.Bob Wilson2011-10-071-41/+20
* Use strpbrk(3) instead of open coding it.Benjamin Kramer2011-10-061-8/+1
* Remove DISABLE_ARM_DARWIN_USE_MOVT ifdefs. Radar 9456730.Bob Wilson2011-10-061-8/+0
* 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
* Add -Wlanguage-extension-token option for ext_token_used warning.Ivan Krasin2011-10-061-0/+1
* Driver & AST: Implement support for -fpack-struct and -fpack-struct= commandDaniel Dunbar2011-10-051-0/+12
* [driver] For consistency, handle all shell special characters handled by theChad Rosier2011-10-051-1/+1
* [driver] The -v option doesn't quoted the command line arguments for historicalChad Rosier2011-10-051-1/+8
* 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
* [driver] Improve r141053 by only emitting the warning if the original inputChad Rosier2011-10-041-15/+1
* 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
* Rip out flags for controlling C++ "production mode" separately.Bob Wilson2011-10-041-4/+1
* Factor the data apart from the logic of locating various GCCChandler Carruth2011-10-041-45/+63
* [driver] Improve r141053 by only emitting the warning if the original inputChad Rosier2011-10-041-2/+12
* [driver] Emit a warning if the user has requested debug information and we'reChad Rosier2011-10-041-1/+5
* 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
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-3/+3
* Revert r140604: "Let -B work for ld paths on Linux."Chandler Carruth2011-10-011-2/+2
* Revert my --working-directory option, which wasn't well thought through.Daniel Dunbar2011-09-301-8/+0