summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't claim exception related arguments when looking at RTTIModeFilipe Cabecinhas2015-03-201-1/+1
* Simplify boolean expressions in clang with clang-tidyDavid Blaikie2015-03-091-4/+1
* Improve our handling of rtti/sanitize=vptr/sanitize=undefinedFilipe Cabecinhas2015-02-191-3/+36
* Reapply "Change -save-temps to emit unoptimized bitcode files."Bob Wilson2014-12-211-0/+1
* Revert "Change -save-temps to emit unoptimized bitcode files."Reid Kleckner2014-12-181-1/+0
* Change -save-temps to emit unoptimized bitcode files.Bob Wilson2014-12-181-0/+1
* CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & sin...Jonathan Roelofs2014-10-031-2/+20
* Return a StringRef in getDefaultUniversalArchName.Rafael Espindola2014-07-251-1/+1
* MachO: use "arm64" as the triple name in modules.Tim Northover2014-07-241-0/+11
* Implement the -fuse-ld= option.Logan Chien2014-06-261-0/+25
* ARM: Add command line option to select big or little endianChristian Pirker2014-04-101-0/+10
* Driver: add target definition for Windows on ARMSaleem Abdulrasool2014-04-041-0/+3
* Driver: implement addClangWarningOptionsTim Northover2014-03-291-0/+2
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-4/+20
* 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
OpenPOWER on IntegriCloud