summaryrefslogtreecommitdiff
path: root/clang/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* [gcov] Simplify cc1 options and remove CodeGenOptions EmitCovNotes/EmitCovArcsFangrui Song2023-05-171-4/+0
* Revert "[Driver] Support multi /guard: options"Arthur Eubanks2023-05-172-2/+2
* [CUDA] Relax restrictions on GPU-side variadic functionsArtem Belevich2023-05-171-0/+7
* [Driver][gcov] Derive .gcno .gcda file names from -o and -dumpdirFangrui Song2023-05-171-24/+31
* Revert "[Driver][gcov] Derive .gcno .gcda file names from -o and -dumpdir"Tom Weaver2023-05-171-28/+22
* [Driver][gcov] Derive .gcno .gcda file names from -o and -dumpdirFangrui Song2023-05-171-22/+28
* Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitive (NFC)Kazu Hirata2023-05-164-9/+9
* [Driver] Support multi /guard: optionsPhoebe Wang2023-05-162-2/+2
* Revert "[clang] Show line numbers in diagnostic code snippets"Timm Bäder2023-05-161-3/+0
* [clang] Show line numbers in diagnostic code snippetsTimm Bäder2023-05-161-0/+3
* [Clang][LoongArch] Pass the -mabi and -target-abi options to as and cc1as res...Weining Lu2023-05-163-0/+23
* [XCOFF][DWARF] XCOFF64 should be able to select the dwarf format in intergrat...esmeyi2023-05-161-2/+2
* Enable frame pointer for all non-leaf functions on riscv64 AndroidAdityaK2023-05-151-4/+16
* Add C++26 compile flags.Erich Keane2023-05-152-2/+4
* [AIX][clang] Storage Locations for Constant PointersQiongsi Wu2023-05-153-0/+44
* [AMDGPU] Emit predefined macro `__AMDGCN_CUMODE__`Yaxun (Sam) Liu2023-05-127-13/+52
* [Driver] -ftime-trace: derive trace file names from -o and -dumpdirFangrui Song2023-05-122-3/+38
* [Clang] Respect `-L` options when compiling directly for AMDGPUJoseph Huber2023-05-111-1/+3
* Add support of the next Ubuntu (Ubuntu 23.10 - Mantic Minotaur)Sylvestre Ledru2023-05-101-0/+1
* [Driver] Add -dumpdir and change -gsplit-dwarf .dwo names for linkingFangrui Song2023-05-093-15/+33
* [HIP] Detect HIP for Ubuntu, Mint, Gentoo, etc.Cordell Bloor2023-05-091-8/+4
* [AIX][Clang][K] Create `-K` Option for AIX.Michael Francis2023-05-081-0/+5
* [Clang] Change default triple to LLVM_HOST_TRIPLE for the CUDA toolchainJoseph Huber2023-05-081-2/+1
* [clang] Use -std=c++23 instead of -std=c++2bMark de Wever2023-05-042-4/+7
* [NVPTX] Add NVPTXCtorDtorLoweringPass to handle global ctors / dtorsJoseph Huber2023-05-042-5/+25
* [clang][Driver] Fix crash with unsupported architectures in MinGW and CrossWi...KOMATA Manabu2023-05-012-2/+3
* [RISCV] Merge RISCV::parseCPUKind and RISCV::checkCPUKind.Craig Topper2023-05-012-5/+4
* Reland [clang] Canonicalize system headers in dependency file when -canonical...Arthur Eubanks2023-05-011-0/+3
* Revert "[clang] Canonicalize system headers in dependency file when -canonica...Arthur Eubanks2023-05-011-3/+0
* [clang] Canonicalize system headers in dependency file when -canonical-prefixesArthur Eubanks2023-05-011-0/+3
* Revert "[RISCV] Move RISCV::RVVBitsPerBlock from TargetParser to Support/RISC...Craig Topper2023-04-291-0/+1
* [RISCV] Move RISCV::RVVBitsPerBlock from TargetParser to Support/RISCVISAInfo.h.Craig Topper2023-04-291-1/+0
* [Driver] Pass --target2= to linker from baremetal toolchainMikhail Maltsev2023-04-281-0/+6
* Revert "[flang][driver] Allow main program to be in an archive"Andrzej Warzynski2023-04-281-8/+0
* [flang][driver] Allow main program to be in an archiveShao-Ce SUN2023-04-281-0/+8
* [clang][driver] Enable MisExpect diagnostics flag outside of CC1Paul Kirth2023-04-271-0/+7
* [KMSAN] Enable on SystemZIlya Leoshkevich2023-04-271-1/+1
* [RISCV][Driver] Allow the use of CPUs with a different XLEN than the triple.Kito Cheng2023-04-271-2/+4
* [Clang][AIX] Add back error for -fprofile-sample-generate/use on AIXZarko Todorovski2023-04-261-0/+6
* [MachO] Disable atexit()-based lowering when LTO'ing kernel/kext codeJulian Lettner2023-04-251-0/+7
* [Driver] Remove no-op -frewrite-map-file=Fangrui Song2023-04-242-13/+0
* [Driver] Simplify handling of -mabi=vec-default -mabi=vec-extabiFangrui Song2023-04-242-20/+30
* -Wframe-larger-than=: improve error with an invalid argumentFangrui Song2023-04-241-7/+6
* [clang] Remove workaround for old LLVM_ENABLE_PROJECTS=libcxx buildLouis Dionne2023-04-241-7/+0
* [M68k] Add basic Clang support for M68881/2Min-Yih Hsu2023-04-242-30/+26
* [Flang][OpenMP][Driver][MLIR] Port fopenmp-host-ir-file-path flag and add MLI...Andrew Gozillon2023-04-241-9/+23
* [Clang] Accept and forward `-fconvergent-functions` in the driverJoseph Huber2023-04-241-0/+2
* [Clang][Driver] Handle LoongArch multiarch tuplesWANG Xuerui2023-04-242-1/+55
* Remove ExplicitEmulatedTLS and simplify -femulated-tls handlingFangrui Song2023-04-232-7/+8
* [Driver][NFC] Simplify code.Jianjian GUAN2023-04-231-6/+5