summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Multilib selection machineryJonathan Roelofs2014-02-121-162/+375
* Revert 201202Jonathan Roelofs2014-02-121-375/+162
* Add Multilib selection machineryJonathan Roelofs2014-02-121-162/+375
* Test commit -- Remove an extra newline from Toolchains.cppJonathan Roelofs2014-02-111-1/+0
* Move -verify-pch to use VerifyJobActionBen Langmuir2014-02-061-1/+1
* Handle O32/N64 ABIs for NetBSD/MIPS64. From Matt Thomas.Joerg Sonnenberger2014-02-021-0/+7
* Replace hasMipsN32ABIArg with hasMipsABIArg in preparation of o32/n64Joerg Sonnenberger2014-02-021-6/+6
* Handle compat support for EABI/old APCS compatibility on NetBSD/ARM.Joerg Sonnenberger2014-02-021-1/+20
* Fix an assertion failure when building for the iOS simulator. rdar://15959009Bob Wilson2014-02-011-1/+1
* [Mips] Add support for mips64el-linux-android triple.Simon Atanasyan2014-01-251-1/+2
* Improve x86 android support, add x86_64 android targetAlexey Bataev2014-01-231-1/+2
* Teach Clang to look in its installation libdir for libraries (such asChandler Carruth2014-01-211-0/+20
* Macho-embedded: rename compiler-rt support from Darwin-embeddedTim Northover2014-01-211-1/+1
* Stop linking with crt1.o etc. for the iOS simulator. <rdar://problem/11800973>Bob Wilson2014-01-211-6/+3
* Make the Linux support for finding libc++ somewhat less braindead.Chandler Carruth2014-01-201-6/+22
* Use switch statements in preparation for adding more architectures.Joerg Sonnenberger2014-01-181-1/+6
* MachO: use *-*-*-macho for MachO embedded targets.Tim Northover2014-01-161-67/+202
* Remove support for armv7f slice. <rdar://problem/12478440>Bob Wilson2014-01-151-5/+1
* Rename target i386-linux-android to i686-linux-androidAlexey Bataev2014-01-131-1/+1
* Enable -fuse-init-array for all AArch64 ELF targets by default, not just linux.Kristof Beyls2014-01-101-13/+15
* Locate GCC installations on SPARC systems.Jakob Stoklund Olesen2014-01-101-0/+28
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Driver: Accept -fprofile-instr-use and -fprofile-instr-generateJustin Bogner2014-01-061-0/+1
* Darwin-embedded: find correct libclang_rt for embedded targets.Tim Northover2013-12-121-37/+71
* Turning IAS on by default on ARM/ThumbRenato Golin2013-12-111-1/+4
* Added support for mcpu kraitAna Pazos2013-12-061-1/+1
* Move the body of GCCInstallationDetector ctor into an init() functionRoman Divacky2013-12-061-5/+6
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-2/+2
* [Mips] Add support for nan2008 libraries and headers look up for CodeSimon Atanasyan2013-11-261-0/+2
* [Mips] Do not detect a used MIPS toolchain. Build a path suffix for FSFSimon Atanasyan2013-11-261-50/+47
* [Mips] Call findMIPSABIDirSuffix() for MIPS targets only.Simon Atanasyan2013-11-261-4/+2
* Make the integrated assembler the default for cygwin/mingw too.Rafael Espindola2013-11-251-0/+5
* remove gcc::PrecompileRafael Espindola2013-11-241-4/+0
* Remove the Darwin_Generic_GCC toolchain.Rafael Espindola2013-11-241-6/+0
* Don't use the gcc driver for assembling.Rafael Espindola2013-11-231-1/+1
* [Mips] Take in account the -mfp64 command line option when build pathsSimon Atanasyan2013-11-201-2/+12
* X86: Make specifying avx2 simpler on Darwin with '-arch'Jim Grosbach2013-11-161-0/+4
* [ASan] Link with libclang_rt.asan_iossim_dynamic.dylib when targeting the iOS...Alexander Potapenko2013-11-151-2/+11
* Add gold plugin support to the FreeBSD link driver.Roman Divacky2013-11-101-0/+4
* Commit the changes to make libc++ the default on FreeBSD >= 10, rather thanDavid Chisnall2013-11-091-0/+37
* Ubuntu has published its Saucy release. 'Trusty Tahr' dev has just started. A...Sylvestre Ledru2013-11-071-1/+3
* Default to use libc++ on OS X 10.9+ and iOS 7+.Bob Wilson2013-11-021-0/+6
* SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.Peter Collingbourne2013-11-011-2/+4
* Teach the driver to not try to use 'lib32' multilib spellings on ARMChandler Carruth2013-10-291-6/+19
* Doh, got this turned around. This is in fact the consistent ordering.Chandler Carruth2013-10-291-4/+0
* Clean up the deeply misleading name of the "MultiLibSuffix". This isChandler Carruth2013-10-291-36/+31
* Cleanup comments and braces. No functionality changed, just trying toChandler Carruth2013-10-291-4/+15
* Revert "Support cross linking to arm on ubuntu."Rafael Espindola2013-10-281-23/+11
* Support cross linking to arm on ubuntu.Rafael Espindola2013-10-281-11/+23
* Just detect a distro as being fedora or not.Rafael Espindola2013-10-251-18/+4
OpenPOWER on IntegriCloud