summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* [X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable2020-06-241-1/+7
* Revert "[X86] Add a Pass that builds a Condensed CFG for Load Value Injection...Craig Topper2020-06-241-7/+1
* [X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable2020-06-241-1/+7
* [X86] Add Indirect Thunk Support to X86 to mitigate Load Value Injection (LVI)Scott Constable2020-06-241-0/+17
* [Driver] Support -fsanitize=shadow-call-stack and cfi-icall on aarch64_beFangrui Song2020-06-241-6/+3
* [Driver] Support -fsanitize=shadow-call-stack on aarch64_beFangrui Song2020-06-241-2/+1
* [profile] Don't crash when forking in several threadsCalixte Denizet2020-05-071-0/+1
* [Clang] Fix Hurd toolchain test on a two-stage build with ThinLTOAlexandre Ganea2020-04-296-14/+35
* [CUDA] Warn about unsupported CUDA SDK version only if it's used.Artem Belevich2020-03-232-13/+25
* [driver][darwin] Don't use -platform_version flag by default (PR44813)Hans Wennborg2020-02-271-1/+1
* [remark][diagnostics] [codegen] Fix PR44896Rong Xu2020-02-261-1/+9
* Restore functionality of --sysroot on FreeBSD after b18cb9c47Dimitry Andric2020-02-192-6/+15
* [Clang] Limit -fintegrated-cc1 to only one TUAlexandre Ganea2020-02-133-3/+23
* Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid cras...Alexandre Ganea2020-02-102-2/+16
* [CUDA] Assume the latest known CUDA version if we've found an unknown one.Artem Belevich2020-01-291-28/+15
* [Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p...Fangrui Song2020-01-241-4/+7
* [PATCH] Reland [Clang] Un-break scan-build after integrated-cc1 changeAlexandre Ganea2020-01-222-2/+2
* [HIP] use GetProgramPath for executable discoveryHolger Wünsche2020-01-221-15/+8
* Revert "[OPENMP]Do not use RTTI by default for NVPTX devices."Alexey Bataev2020-01-171-2/+1
* Replace CLANG_SPAWN_CC1 env var with a driver mode flagNico Weber2020-01-161-0/+4
* Revert "[RISCV] Add Clang frontend support for Bitmanip extension"Scott Egerton2020-01-151-3/+0
* [Driver][X86] Add -malign-branch* and -mbranches-within-32B-boundariesFangrui Song2020-01-141-2/+55
* [OPENMP]Do not use RTTI by default for NVPTX devices.Alexey Bataev2020-01-141-1/+2
* [RISCV] Add Clang frontend support for Bitmanip extensionScott Egerton2020-01-141-0/+3
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-141-3/+3
* [DebugInfo] Add another level to DebugInfoKind called ConstructorAmy Huang2020-01-131-0/+3
* [Clang] Always set -z now linker option on FuchsiaPetr Hosek2020-01-131-0/+3
* [Clang][Driver] Re-use the calling process instead of creating a new process ...Alexandre Ganea2020-01-132-33/+79
* 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][PowerPC] Move powerpcspe logic from cc1 to DriverFangrui Song2020-01-101-0/+3
* [Driver][CodeGen] Add -fpatchable-function-entry=N[,0]Fangrui Song2020-01-102-0/+25
* [ARM][MVE] MVE-I should not be disabled by -mfpu=noneMomchil Velikov2020-01-091-20/+23
* AArch64: add missing Apple CPU names and use them by default.Tim Northover2020-01-081-4/+5
* [PowerPC] Default ppc64 linux-gnu/freebsd to -fno-PICFangrui Song2020-01-071-3/+0
* [PowerPC][Triple] Use elfv2 on freebsd>=13 and linux-muslFangrui Song2020-01-071-2/+7
* [HIP] Add option --gpu-max-threads-per-block=nYaxun (Sam) Liu2020-01-071-0/+8
* [NFC] Use isX86() instead of getArch()Jim Lin2020-01-073-15/+7
* Add Triple::isX86()Fangrui Song2020-01-062-5/+4
* [NFC] Test commit, revert whitespace changestevewan2020-01-061-1/+0
* [NFC] Test commit, whitespace changestevewan2020-01-061-0/+1
* [Gnu toolchain] Look at standard GCC paths for libstdcxx by defaultKristina Brooks2020-01-056-86/+121
* [SystemZ] Don't allow CL option -mpacked-stack with -mbackchain.Jonas Paulsson2020-01-031-3/+13
* [NFC] Move OptionUtils from Basic to DriverYaxun (Sam) Liu2019-12-232-0/+48
* [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
* Avoid unsupported LLD optionsSid Manning2019-12-201-3/+8
* [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
OpenPOWER on IntegriCloud