summaryrefslogtreecommitdiffstats
path: root/lib/Driver/ToolChains
Commit message (Expand)AuthorAgeFilesLines
* Merging r325651:Simon Dardis2018-04-112-0/+40
* Merging r323360:Hans Wennborg2018-01-301-1/+1
* Merging r323485:Hans Wennborg2018-01-301-0/+31
* [driver][darwin] Take the OS version from -m<os>-version-min argument whenAlex Lorenz2017-12-291-14/+33
* [OPENMP] Initial support for `-fopenmp-simd` option.Alexey Bataev2017-12-291-0/+4
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-284-24/+17
* [scudo] Add -fsanitize=scudo option to FuchsiaPetr Hosek2017-12-211-0/+1
* [darwin][driver] Warn about mismatching -<os>-version-min rather thanAlex Lorenz2017-12-201-4/+21
* [driver][darwin] Set the 'simulator' environment when it's specifiedAlex Lorenz2017-12-191-6/+21
* [driver][darwin] Take the OS version specified in "-target" as the targetAlex Lorenz2017-12-191-47/+69
* [clang] -foptimization-record-file= should imply -fsave-optimization-recordJonas Devlieghere2017-12-191-0/+1
* Rename sparc-myriad-elf triplet to sparc-myriad-rtemsWalter Lee2017-12-191-4/+5
* Teach clang/NetBSD about additional dependencies for sanitizersKamil Rytarowski2017-12-191-0/+6
* [Driver, CodeGen] pass through and apply -fassociative-mathSanjay Patel2017-12-161-0/+3
* [Hexagon] Add front-end support for Hexagon V65Krzysztof Parzyszek2017-12-131-0/+1
* [Driver][CodeGen] Add -mprefer-vector-width driver option and attribute durin...Craig Topper2017-12-111-0/+23
* Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane2017-12-112-14/+0
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-12-112-0/+14
* Fix MSVC 'not all control paths return a value' warningSimon Pilgrim2017-12-101-0/+1
* [driver][darwin] Refactor the target selection code, NFCAlex Lorenz2017-12-092-262/+379
* Hardware-assisted AddressSanitizer (clang part).Evgeniy Stepanov2017-12-092-0/+10
* Don't link NetBSD programs with -ldl in linkXRayRuntimeDepsKamil Rytarowski2017-12-091-1/+2
* Fix a comment in the codeKamil Rytarowski2017-12-081-1/+1
* [driver] Set the 'simulator' environment for Darwin when compiling forAlex Lorenz2017-12-072-8/+3
* [WebAssembly] Pass through --undefined to Wasm LLDSam Clegg2017-12-021-0/+1
* Revert [ARM] disable FPU features when using soft floating point.Keith Walker2017-11-301-15/+5
* [ARM] disable FPU features when using soft floating point.Keith Walker2017-11-301-5/+15
* Reformat switch statement added in r319297, NFCReid Kleckner2017-11-291-12/+12
* [Driver] Turns out the GNU assembler does support falkor/saphira.Chad Rosier2017-11-291-3/+1
* Fix function call to fix buildIsmail Donmez2017-11-291-1/+1
* Follow up of r319317, add the missing header fileSylvestre Ledru2017-11-291-0/+1
* Add the nvidia-cuda-toolkit Debian package path to search pathSylvestre Ledru2017-11-291-0/+5
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-299-19/+67
* Revert "Toolchain: Normalize dwarf, sjlj and seh eh"Martell Malone2017-11-299-66/+20
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-299-20/+66
* [WebAssemby] Enable "-mthread-model single" by default, for now.Dan Gohman2017-11-272-0/+9
* Switch CPU names not recognized by GNU assemblerPirama Arumuga Nainar2017-11-271-10/+21
* Enable additonal features in NetBSDKamil Rytarowski2017-11-261-0/+4
* [Driver] Make the use of relax relocations a per target optionPetr Hosek2017-11-222-1/+2
* Add -finstrument-function-entry-bare flagHans Wennborg2017-11-211-2/+5
* [OpenMP] Consistently use cubin extension for nvlinkJonas Hahnfeld2017-11-213-18/+35
* Revert r318669/318694Erich Keane2017-11-202-15/+0
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-11-202-0/+15
* [ARM] For assembler files recognize -Xassembler or -Wa, -mthumbPeter Smith2017-11-201-1/+1
* [ARM] For assembler files recognize -Xassembler or -Wa, -mthumbPeter Smith2017-11-201-0/+9
* Driver: remove `SupportsObjCGC` (NFC)Saleem Abdulrasool2017-11-196-12/+0
* [Driver] add initial support for alpine linuxMartell Malone2017-11-191-3/+8
* Switch -mcount and -finstrument-functions to emit EnterExitInstrumenter attri...Hans Wennborg2017-11-141-1/+2
* Add CLANG_DEFAULT_OBJCOPY to allow Clang to use llvm-objcopy for dwarf fissionJake Ehrlich2017-11-111-1/+2
* AMDGPU/NFC: Move getAMDGPUTargetFeatures to AMDGPU toolchainKonstantin Zhuravlyov2017-11-103-19/+24