summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/Clang.cpp
Commit message (Expand)AuthorAgeFilesLines
* [remark][diagnostics] [codegen] Fix PR44896Rong Xu2020-02-261-1/+9
* [Clang] Limit -fintegrated-cc1 to only one TUAlexandre Ganea2020-02-131-1/+1
* Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid cras...Alexandre Ganea2020-02-101-0/+5
* [Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p...Fangrui Song2020-01-241-4/+7
* [Driver][X86] Add -malign-branch* and -mbranches-within-32B-boundariesFangrui Song2020-01-141-2/+55
* [DebugInfo] Add another level to DebugInfoKind called ConstructorAmy Huang2020-01-131-0/+3
* [Clang][Driver] Re-use the calling process instead of creating a new process ...Alexandre Ganea2020-01-131-0/+4
* This option allows selecting the TLS size in the local exec TLS model,KAWASHIMA Takahiro2020-01-131-0/+13
* driver: Allow -fdebug-compilation-dir=foo in joined form.Nico Weber2020-01-101-0/+6
* [Driver][CodeGen] Add -fpatchable-function-entry=N[,0]Fangrui Song2020-01-101-0/+18
* [PowerPC][Triple] Use elfv2 on freebsd>=13 and linux-muslFangrui Song2020-01-071-2/+7
* [NFC] Use isX86() instead of getArch()Jim Lin2020-01-071-6/+3
* [SystemZ] Don't allow CL option -mpacked-stack with -mbackchain.Jonas Paulsson2020-01-031-3/+13
* [Driver] Allow -mnop-mcount for SystemZ and -mfentry for X86 and SystemZFangrui Song2019-12-221-9/+18
* [Driver] Verify -mrecord-mcount in Driver, instead of CodeGen after D71627Fangrui Song2019-12-211-2/+9
* [analyzer] Add Fuchsia Handle checkerGabor Horvath2019-12-201-0/+2
* [analyzer] Add a syntactic security check for ObjC NSCoder API.Artem Dergachev2019-12-191-1/+4
* [Clang FE, SystemZ] Recognize -mrecord-mcount CL option.Jonas Paulsson2019-12-191-0/+3
* Re-land "Add an -fno-temp-file flag for compilation"Hans Wennborg2019-12-191-0/+1
* [clang] Remove -Wexperimental-float-control.Jordan Rupprecht2019-12-181-8/+0
* [Remarks][Driver] Place temporary remark files next to temporary object filesFrancis Visoiu Mistrih2019-12-181-11/+18
* [Remarks][Driver][NFC] Make shouldEmitRemarks more available in the DriverFrancis Visoiu Mistrih2019-12-181-25/+2
* Revert "Add an -fno-temp-file flag for compilation"Mitch Phillips2019-12-181-1/+0
* Add an -fno-temp-file flag for compilationHans Wennborg2019-12-181-0/+1
* [Clang FE, SystemZ] Recognize -mpacked-stack CL optionJonas Paulsson2019-12-171-0/+2
* [Driver] Default to -momit-leaf-frame-pointer for AArch64Fangrui Song2019-12-131-3/+3
* Default to -fuse-init-arrayFangrui Song2019-12-121-1/+1
* [Remarks][Driver] Ask for line tables when remarks are enabledFrancis Visoiu Mistrih2019-12-111-0/+5
* [OpenMP] Use the OpenMP-IR-BuilderJohannes Doerfert2019-12-111-0/+1
* [DWARF5][SplitDwarf] Set default state for -fsplit-dwarf-inlining to be false.Alexey Lapshin2019-12-111-1/+1
* [Remarks][Driver] Error on -foptimization-record-file with multiple -arch opt...Francis Visoiu Mistrih2019-12-091-79/+128
* [clang][IFS] Allow 2 output files when using -o and -c with clang IFS stubs.Puyan Lotfi2019-12-091-2/+10
* clang/AMDGPU: Fix default for frame-pointer attributeMatt Arsenault2019-12-071-0/+2
* Also check /Fo when deciding on the .gcna / .gcda filename (PR44208)Hans Wennborg2019-12-051-1/+3
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-051-9/+196
* Revert " Reapply af57dbf12e54 "Add support for options -frounding-math...Melanie Blower2019-12-041-196/+9
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-041-9/+196
* [Clang] Bypass distro detection on non-Linux hostsAlexandre Ganea2019-11-281-1/+1
* [ConstExprPreter] Removed the flag forcing the use of the interpreterNandor Licker2019-11-271-3/+0
* Initial implementation of -fmacro-prefix-map and -ffile-prefix-mapDan McGregor2019-11-261-2/+21
* Reland: [Remarks][Driver] Use different remark files when targeting multiple ...Francis Visoiu Mistrih2019-11-181-0/+19
* Revert "[Remarks][Driver] Use different remark files when targeting multiple ...Reid Kleckner2019-11-181-18/+0
* Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ...Eric Christopher2019-11-181-194/+9
* [Remarks][Driver] Use different remark files when targeting multiple architec...Francis Visoiu Mistrih2019-11-181-0/+18
* Implement target(branch-protection) attribute for AArch64Momchil Velikov2019-11-151-53/+10
* AArch64: add arm64_32 support to Clang.Tim Northover2019-11-121-3/+8
* Revert cdcf58e5af0 "[RISCV] enable LTO support, pass some options to linker."Hans Wennborg2019-11-111-0/+89
* [clang] Add -fdebug-default-version for specifying the default DWARF versionDavid Blaikie2019-11-071-1/+12
* Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ff...Melanie Blower2019-11-071-9/+194
* [Clang FE] Recognize -mnop-mcount CL option (SystemZ only).Jonas Paulsson2019-11-051-0/+3
OpenPOWER on IntegriCloud