summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/Clang.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [OpenMP][Clang] Support for target math functionsGheorghe-Teodor Bercea2019-05-081-0/+18
* Revert "[OpenMP][Clang] Support for target math functions"Jonas Devlieghere2019-05-071-15/+0
* [OpenMP][Clang] Support for target math functionsGheorghe-Teodor Bercea2019-05-061-0/+15
* Enable frame pointer elimination for OpenBSD on powerpc.Brad Smith2019-04-191-0/+1
* [Driver] Simplify -g level computation and its interaction with -gsplit-dwarfFangrui Song2019-04-171-34/+19
* DebugInfo: Default to standalone debug when tuning for LLDBDavid Blaikie2019-04-161-3/+4
* [c++20] Enable driver and frontend support for building and usingRichard Smith2019-04-141-5/+10
* Enable frame pointer elimination for OpenBSD on x86 and mips64.Brad Smith2019-04-121-0/+12
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-311-3/+1
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-301-0/+1
* [Driver] Default Android toolchains to noexecstack.Dan Albert2019-03-281-1/+4
* [Driver] Allow -gsplit-dwarf on ELF OSes other than Linux and FuchsiaFangrui Song2019-03-281-5/+4
* Revert the r348352 "[clang] - Simplify tools::SplitDebugName."George Rimar2019-03-271-2/+2
* [RISCV] Pass -target-abi to -cc1asRoger Ferrer Ibanez2019-03-261-0/+14
* [Driver] Pass -malign-double from the driver to the cc1 command lineCraig Topper2019-03-211-0/+1
* Reland "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-121-0/+8
* Revert "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-121-8/+0
* [Remarks] Add -foptimization-record-passes to filter remark emissionFrancis Visoiu Mistrih2019-03-121-0/+8
* Order File Instrumentation: add clang support for -forder-file-instrumentationManman Ren2019-03-041-0/+11
* [PGO] Clang part of change for context-sensitive PGO (part1)Rong Xu2019-03-041-3/+33
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* [WebAssembly] Remove uses of ThreadModelThomas Lively2019-02-281-1/+1
* [OPENMP][NVPTX]Use faster teams reduction algorithm.Alexey Bataev2019-02-201-0/+2
* [ARM] Add pre-defined macros for ROPI and RWPIOliver Stannard2019-02-181-0/+7
* [WebAssembly] Make thread-related options consistentHeejin Ahn2019-02-111-1/+1
* Do not use frame pointer by default for MSP430Anton Korobeynikov2019-02-051-0/+1
* [NewPM] Add support for new-PM plugins to clangPhilip Pfaffe2019-02-021-0/+7
* [CUDA] Propagate detected version of CUDA to cc1Artem Belevich2019-01-311-2/+14
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips] Add '-mrelax-pic-calls', '-mno-relax-pic-calls'Vladimir Stefanovic2019-01-181-0/+8
* [MSP430] Provide a toolchain descriptionAnton Korobeynikov2019-01-151-0/+3
* [LTO] Add option to enable LTOUnit splitting, and disable unless neededTeresa Johnson2019-01-111-0/+11
* [OpenMP] Add flag for preventing the extension to 64 bits for the collapse lo...Gheorghe-Teodor Bercea2019-01-091-0/+4
* [Driver] Default to -fno-addrsig on Android.Dan Albert2019-01-081-0/+1
* [Driver] Disable -faddrsig on Gentoo by defaultMichal Gorny2018-12-231-0/+2
* [driver] [analyzer] Fix --analyze -Xanalyzer after r349863.Artem Dergachev2018-12-211-2/+13
* Revert "Revert "[driver] [analyzer] Fix a backward compatibility issue after ...George Karpenkov2018-12-211-3/+7
* Revert "[driver] [analyzer] Fix a backward compatibility issue after r348038."Artem Dergachev2018-12-201-10/+3
* [driver] [analyzer] Fix a backward compatibility issue after r348038.Artem Dergachev2018-12-201-3/+10
* Replace getOS() == llvm::Triple::*BSD with isOS*BSD() [NFCI]Michal Gorny2018-12-201-5/+5
* Disable -faddsig by default for PS4 target.Douglas Yung2018-12-191-0/+1
* [Driver] Disable -faddrsig by default on NetBSDMichal Gorny2018-12-191-1/+2
* [Driver][PS4] Do not implicitly link against asan or ubsan if -nostdlib or -n...Pierre Gousseau2018-12-181-1/+2
* Automatic variable initializationJF Bastien2018-12-181-0/+45
* [darwin][arm64] use the "cyclone" CPU for Darwin even when `-arch`Alex Lorenz2018-12-171-1/+1
* Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder2018-12-141-7/+22
* [Driver] Add support for -fembed-bitcode for assembly fileSteven Wu2018-12-121-0/+5
* [CUDA][OPENMP][NVPTX]Improve logic of the debug info support.Alexey Bataev2018-12-121-0/+3
* Convert some ObjC msgSends to runtime calls.Pete Cooper2018-12-081-0/+12
* Allow forwarding -fdebug-compilation-dir to cc1asNico Weber2018-12-061-0/+3
OpenPOWER on IntegriCloud