summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChain.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud