summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChain.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix an logic error in the clang driver preventing crtfastmath.o from linking ...Benjamin Kramer2014-03-251-10/+13
* clang: add -f{no-,}integrate-as as consistent parametersSaleem Abdulrasool2014-02-231-2/+2
* Move -verify-pch to use VerifyJobActionBen Langmuir2014-02-061-1/+2
* Remove an unnecessary special case to check for a few Darwin-specific options.Bob Wilson2014-01-161-7/+0
* MachO: use *-*-*-macho for MachO embedded targets.Tim Northover2014-01-161-3/+3
* Fix indentation from r197490 plus some typosAlp Toker2013-12-171-8/+7
* LIBRARY_PATH environment variable should only be supported on a native compiler.Richard Barton2013-12-171-0/+14
* Refactor duplicate functionsBernard Ogden2013-12-121-114/+3
* Make thumb the default instruction set for v7m and v7emBernard Ogden2013-12-121-1/+2
* Fix -mthumb resetting of target cpuBernard Ogden2013-12-121-1/+15
* Added support for mcpu kraitAna Pazos2013-12-061-1/+1
* For NetBSD, use arm1176jzf-s as default CPU for ARMv6.Joerg Sonnenberger2013-12-051-0/+5
* X86: Make specifying avx2 simpler on Darwin with '-arch'Jim Grosbach2013-11-161-1/+15
* This reverts commit r194330, r194329 and r194328.Rafael Espindola2013-11-091-22/+0
* Add support for -fuse-ld=.David Chisnall2013-11-091-0/+22
* SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.Peter Collingbourne2013-11-011-1/+4
* Teach clang driver about Cortex-A53 and Cortex-A57.Bernard Ogden2013-10-241-1/+1
* Add more Cortex CPUs and testsRenato Golin2013-09-131-2/+2
* ARM: default to arm1176jzf-s for hard-float platforms.Tim Northover2013-08-201-2/+10
* Move SanitizerArgs to the clang DriverAlexey Samsonov2013-08-191-0/+4
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-0/+2
* Add support for passing '-target armv8' through the Driver.Joey Gouly2013-06-261-0/+2
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-4/+5
* Teach clang about the armv4/armv4t distinctionTim Northover2013-06-131-2/+5
* Supports Sourcery CodeBench Mips toolchain directories tree.Simon Atanasyan2013-04-201-0/+8
* Reject -no-integrated-as on windows.Rafael Espindola2013-03-241-4/+4
* Avoid warnings from compilers that think you can drop off the end of a fully ...Benjamin Kramer2013-03-211-0/+2
* Remove the Tools DensMap from the toolchain.Rafael Espindola2013-03-201-25/+45
* Finish refactoring the tool selection logic.Rafael Espindola2013-03-191-0/+20
* Centralize the logic for using the integrated assembler.Rafael Espindola2013-03-181-0/+2
* Centralize the recording of which tools have been constructed.Rafael Espindola2013-03-181-0/+24
* Pass an ArgList to every toolchain constructor. Remove the useIntegratedAsRafael Espindola2013-03-181-3/+4
* Refactor a bit of duplicated code to useIntegratedAs.Rafael Espindola2013-03-181-0/+6
* Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors.Bob Wilson2013-03-041-4/+6
* Tidy up lists of Cortex-A series processors, adding entries for A7.Bob Wilson2013-03-041-1/+3
* Fix confused use of llvm::StringSwitch for armv7r architecture.Bob Wilson2013-03-041-1/+1
* Adding armv7l default to cortex-a8Renato Golin2013-02-051-0/+1
* Add ARM cortex-r5 subtarget as available mcpuQuentin Colombet2012-12-211-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+1
* Fix the '-fuse-init-array' option to actually be an option.Chandler Carruth2012-11-211-1/+2
* Driver/Darwin: The -arch argument values aren't exactly the arch names from aDaniel Dunbar2012-11-081-0/+15
* Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith2012-11-011-4/+4
* Driver: Link crtfastmath.o if it's available and -ffast-math is specified.Benjamin Kramer2012-10-041-0/+22
* Remove useless parameter "WantFile" from Driver::GetProgramPath().Simon Atanasyan2012-10-031-2/+2
* Add armv7s and some other arm variants supported by Mach-O files.Bob Wilson2012-09-291-1/+5
* Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit.Rafael Espindola2012-09-231-0/+4
* This patch introduces A15 as a target in Clang.Silviu Baranga2012-09-131-1/+1
* Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall2012-07-031-1/+1
* Restructure how the driver communicates information about theJohn McCall2012-06-201-20/+4
* Add a -fuse-init-array option to cc1 and map to the UseInitArray targetRafael Espindola2012-06-191-0/+3
OpenPOWER on IntegriCloud