summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChain.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Clang gives unintended warning message for 'mthumb' + M-profiles:Alexandros Lamprineas2015-11-051-3/+2
* Revert "[mips] Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-301-0/+1
* [mips] Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-10-291-1/+0
* When running clang with an arm triple such as '--target=thumbv7m-none-eabi'Alexandros Lamprineas2015-10-281-6/+8
* clang driver toolchain refactoringXinliang David Li2015-10-221-4/+30
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+1
* Use Triple.isAndroid() where possible.Evgeniy Stepanov2015-10-081-2/+1
* [VFS] Port driver tool chains to VFS.Benjamin Kramer2015-10-071-3/+1
* Remove support for the mips-mti-linux toolchain.Vasileios Kalintiris2015-10-051-0/+1
* Re-commit "Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-051-1/+0
* Revert "Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-021-0/+1
* Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-10-021-1/+0
* Allow a ToolChain to compute the path of a compiler-rt's component.Vasileios Kalintiris2015-10-011-1/+39
* The Clang gcc-compatible driver (clang/tools/driver/driver.cpp) has someEric Christopher2015-09-251-0/+94
* [ARM] Fix crash "-target arm -mcpu=generic", without "-march="Vladimir Sukharev2015-09-231-2/+1
* Driver: Support cfi-icall on all OSs when targeting x86/x86_64.Peter Collingbourne2015-09-101-3/+7
* CFI: Introduce -fsanitize=cfi-icall flag.Peter Collingbourne2015-09-101-1/+1
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-2/+4
* Update for several APIs in LLVM that now use StringRefs rather thanChandler Carruth2015-08-301-3/+4
* Range-forify a loop, delete trailing whitespace. NFCDouglas Katzman2015-08-061-6/+4
* [ARM] Changes to Arch/CPU handling to help with -Wa,-mfpu etc. (nfc)Renato Golin2015-07-271-3/+8
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+2
* This reverts commit r242058, r242065, r242067.Rafael Espindola2015-07-131-2/+0
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+2
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-191-0/+9
* Allow case-insensitive values for -mcpu for ARMGabor Ballabas2015-06-041-1/+1
* [ARM] Add v8.1a architectureVladimir Sukharev2015-05-141-3/+6
* 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
OpenPOWER on IntegriCloud