summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [driver] When creating the compiler invocation out of command-lineArgyrios Kyrtzidis2012-05-211-7/+11
* add embedded linux variants that occur in the fieldGabor Greif2012-05-151-2/+4
* Roll logic into a single if statement, per David's suggestion.Chad Rosier2012-05-091-3/+2
* Use the triple directly, rather then getTriple().Chad Rosier2012-05-091-1/+1
* Now the proper fix for r156497. Sorry for the churn.Chad Rosier2012-05-091-4/+5
* Move the iOSVersionMin string to a header so as to avoid a dangling pointer.Chad Rosier2012-05-091-1/+0
* [driver] Use the iOS target triple to infer the deployment target.Chad Rosier2012-05-091-2/+8
* Rip out old code for finding libraries in GCC's directories.Bob Wilson2012-05-031-70/+0
* Add support for openSUSE 12.2, from Ismail Donmez!Douglas Gregor2012-04-301-1/+3
* [driver] Don't try to set the deployment target when there is no boundChad Rosier2012-04-271-1/+2
* Revert 155679; Not a typo.Chad Rosier2012-04-271-1/+1
* Typo.Chad Rosier2012-04-271-1/+1
* MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el.Simon Atanasyan2012-04-261-1/+36
* fix GCC version comparison wrt. equal patch suffices (and squash two typos)Gabor Greif2012-04-181-2/+3
* fix a typoGabor Greif2012-04-171-1/+1
* Fix using Clang as a cross compiler installed on a host machine and notChandler Carruth2012-04-061-6/+19
* Use VersionTuple to manage macosx versions in the driver. No functionality ch...Benjamin Kramer2012-03-101-7/+3
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-0/+2
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+5
* [driver] Emit an error when trying to use ARC on macosx earlier than 10.6Argyrios Kyrtzidis2012-02-291-0/+4
* A follow-up to r151482 which added support for powerpc and powerpc64Chandler Carruth2012-02-261-0/+10
* Add support for PPC and PPC64 multiarch toolchains on Debain.Chandler Carruth2012-02-261-0/+9
* Implement a -gcc-toolchain command line option that does the same asRafael Espindola2012-02-191-24/+35
* First pass at Solaris toolchain support. This version compiles and links helloDavid Chisnall2012-02-151-0/+35
* include clang's config.h unconditionally (v2)Dylan Noblesmith2012-02-141-5/+1
* Delete a simplistic helper function now that llvm::Triple can provideChandler Carruth2012-02-131-13/+3
* Begin refactoring to use the newly added triple predicates forChandler Carruth2012-02-111-6/+1
* - Turn the other distribution checks into range compares.Benjamin Kramer2012-02-061-18/+14
* Consolidate the ubuntu detection logic a bit, add an entry for Ubuntu 12.04 a...Benjamin Kramer2012-02-061-28/+20
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola2012-02-031-48/+13
* back out r149504Dylan Noblesmith2012-02-021-1/+5
* include clang's config.h unconditionallyDylan Noblesmith2012-02-011-5/+1
* Use new Triple::getMacOSXVersion function.Bob Wilson2012-01-311-31/+6
* Fix more fallout from the introduction of "macosx" and "ios" triples.Bob Wilson2012-01-311-10/+37
* Revert r149083 which is not the direction we're going in the ClangChandler Carruth2012-01-311-36/+24
* Remove the ToolTriple logic in NetBSD, which was completely broken byJoerg Sonnenberger2012-01-261-2/+2
* Remove obviously incorrect branch.Joerg Sonnenberger2012-01-261-2/+1
* Keep track of the original target the user specified beforeJoerg Sonnenberger2012-01-261-24/+36
* Revert r148249: "Make the auto-detection hack for the iOS simulator set the t...Bob Wilson2012-01-261-25/+22
* Reintroduce r148981 with significantly improved regression test. Now itChandler Carruth2012-01-261-3/+3
* Revert r148981 because it fails test/Driver/freebsd.cArgyrios Kyrtzidis2012-01-251-3/+3
* Try to unbreak the FreeBSD toolchain's detection of 32-bit targetsChandler Carruth2012-01-251-3/+3
* The Linux pattern of adding all the search paths that exist doesn't seemChandler Carruth2012-01-251-12/+12
* Remove the 'ToolTriple' concept from the NetBSD toolchain along with myChandler Carruth2012-01-251-14/+13
* Switch the ToolChain types to all store a Driver reference rather thanChandler Carruth2012-01-251-25/+24
* Have FreeBSD use even more of the same smarts as Linux is now using forChandler Carruth2012-01-251-6/+6
* Switch FreeBSD to just include both '/usr/lib32' and '/usr/lib' in theChandler Carruth2012-01-251-16/+7
* Switch the Linux C++ standard library header search logic over to useChandler Carruth2012-01-251-15/+8
OpenPOWER on IntegriCloud