summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support ARM hard float (arm-linux-gnueabihf).Jiangning Liu2012-07-311-5/+24
* Force the OS X version to 10.6 for old-style simulator builds.Bob Wilson2012-07-191-0/+5
* [driver] Fix so that clang can find correct path prefix for libc object filesChad Rosier2012-07-111-0/+5
* Adjust this code so that it strictly honorsJohn McCall2012-06-211-4/+6
* Restructure how the driver communicates information about theJohn McCall2012-06-201-59/+28
* Add a -fuse-init-array option to cc1 and map to the UseInitArray targetRafael Espindola2012-06-191-1/+7
* [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
OpenPOWER on IntegriCloud