summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Pass llvm::Triple objects by const reference.Benjamin Kramer2014-03-041-1/+1
* [Mips] Check all MIPS toolchains to find the one that best meets commandSimon Atanasyan2014-03-041-18/+33
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-251-1/+6
* Respect ToolChain::isPIEDefault() in constructing link job on Linux and FreeBSD.Alexey Samsonov2014-02-251-4/+8
* Fix typosAlp Toker2014-02-251-11/+11
* Fix an assertion failure when invoking dsymutil.Bob Wilson2014-02-211-2/+5
* Fix typo.Rafael Espindola2014-02-201-1/+1
* Only print the selected multilib when something is actually found on the host.Yunzhong Gao2014-02-191-2/+6
* Add FreeBSD ARM EABI hard-float supportRenato Golin2014-02-191-0/+1
* Darwin: remove buggy assertionTim Northover2014-02-171-2/+0
* 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
OpenPOWER on IntegriCloud