summaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChain.cpp
Commit message (Expand)AuthorAge
* Implement the -fuse-ld= option.Logan Chien2014-06-26
* ARM: Add command line option to select big or little endianChristian Pirker2014-04-10
* Driver: add target definition for Windows on ARMSaleem Abdulrasool2014-04-04
* Driver: implement addClangWarningOptionsTim Northover2014-03-29
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* Fix an logic error in the clang driver preventing crtfastmath.o from linking ...Benjamin Kramer2014-03-25
* clang: add -f{no-,}integrate-as as consistent parametersSaleem Abdulrasool2014-02-23
* Move -verify-pch to use VerifyJobActionBen Langmuir2014-02-06
* Remove an unnecessary special case to check for a few Darwin-specific options.Bob Wilson2014-01-16
* MachO: use *-*-*-macho for MachO embedded targets.Tim Northover2014-01-16
* Fix indentation from r197490 plus some typosAlp Toker2013-12-17
* LIBRARY_PATH environment variable should only be supported on a native compiler.Richard Barton2013-12-17
* Refactor duplicate functionsBernard Ogden2013-12-12
* Make thumb the default instruction set for v7m and v7emBernard Ogden2013-12-12
* Fix -mthumb resetting of target cpuBernard Ogden2013-12-12
* Added support for mcpu kraitAna Pazos2013-12-06
* For NetBSD, use arm1176jzf-s as default CPU for ARMv6.Joerg Sonnenberger2013-12-05
* X86: Make specifying avx2 simpler on Darwin with '-arch'Jim Grosbach2013-11-16
* This reverts commit r194330, r194329 and r194328.Rafael Espindola2013-11-09
* Add support for -fuse-ld=.David Chisnall2013-11-09
* SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.Peter Collingbourne2013-11-01
* Teach clang driver about Cortex-A53 and Cortex-A57.Bernard Ogden2013-10-24
* Add more Cortex CPUs and testsRenato Golin2013-09-13
* ARM: default to arm1176jzf-s for hard-float platforms.Tim Northover2013-08-20
* Move SanitizerArgs to the clang DriverAlexey Samsonov2013-08-19
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* Add support for passing '-target armv8' through the Driver.Joey Gouly2013-06-26
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-14
* Teach clang about the armv4/armv4t distinctionTim Northover2013-06-13
* Supports Sourcery CodeBench Mips toolchain directories tree.Simon Atanasyan2013-04-20
* Reject -no-integrated-as on windows.Rafael Espindola2013-03-24
* Avoid warnings from compilers that think you can drop off the end of a fully ...Benjamin Kramer2013-03-21
* Remove the Tools DensMap from the toolchain.Rafael Espindola2013-03-20
* Finish refactoring the tool selection logic.Rafael Espindola2013-03-19
* Centralize the logic for using the integrated assembler.Rafael Espindola2013-03-18
* Centralize the recording of which tools have been constructed.Rafael Espindola2013-03-18
* Pass an ArgList to every toolchain constructor. Remove the useIntegratedAsRafael Espindola2013-03-18
* Refactor a bit of duplicated code to useIntegratedAs.Rafael Espindola2013-03-18
* Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors.Bob Wilson2013-03-04
* Tidy up lists of Cortex-A series processors, adding entries for A7.Bob Wilson2013-03-04
* Fix confused use of llvm::StringSwitch for armv7r architecture.Bob Wilson2013-03-04
* Adding armv7l default to cortex-a8Renato Golin2013-02-05
* Add ARM cortex-r5 subtarget as available mcpuQuentin Colombet2012-12-21
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Fix the '-fuse-init-array' option to actually be an option.Chandler Carruth2012-11-21
* Driver/Darwin: The -arch argument values aren't exactly the arch names from aDaniel Dunbar2012-11-08
* Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith2012-11-01
* Driver: Link crtfastmath.o if it's available and -ffast-math is specified.Benjamin Kramer2012-10-04
* Remove useless parameter "WantFile" from Driver::GetProgramPath().Simon Atanasyan2012-10-03
* Add armv7s and some other arm variants supported by Mach-O files.Bob Wilson2012-09-29