aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-09-16Reapply "Introduce -fexperimental-loop-fusion to clang and flang (#158844)Madhur Amilkanthwar1-0/+5
2025-09-16Revert "Introduce -fexperimental-loop-fuse to clang and flang (#142686)" (#15...Vitaly Buka1-5/+0
2025-09-15Introduce -fexperimental-loop-fuse to clang and flang (#142686)Sebastian Pop1-0/+5
2025-09-12[RISCV] Enabled debug entry support by default (#157703)Georgiy Samoylov1-3/+4
2025-09-10Reland "[clang] Delay normalization of `-fmodules-cache-path` (#150123)"Jan Svoboda1-18/+2
2025-09-10Revert "[clang] Delay normalization of `-fmodules-cache-path` (#150123)"Jan Svoboda1-2/+18
2025-09-10[clang] Delay normalization of `-fmodules-cache-path` (#150123)Jan Svoboda1-18/+2
2025-09-02[clang] Delay checking of `-fopenmp-host-ir-file-path` (#150124)Jan Svoboda1-12/+0
2025-09-02[clang][analyzer] Delay checking the ctu-dir (#150139)Jan Svoboda1-4/+0
2025-09-02[clang][analyzer] Delay checking the model-path (#150133)Jan Svoboda1-5/+0
2025-09-02[Clang] [C2y] Implement N3355 ‘Named Loops’ (#152870)Sirraide1-0/+3
2025-08-25[HLSL][RootSignature] Introduce `HLSLFrontendAction` to implement `rootsig-de...Finn Plummer1-0/+4
2025-08-14[clang][Obj-C][PAC] Make block descriptor pointer signing configurable (#153700)Oliver Hunt1-3/+8
2025-08-13[clang][Obj-C][PAC] Add support for authenticating block metadata (#152978)Oliver Hunt1-1/+10
2025-08-10Fix MSVC warning in CompilerInvocation.cpp (#152809)Daniel Paoliello1-2/+2
2025-08-07[Clang][NFC] Enumerate Clang ABI versions in a separate header file (#151995)Yanzuo Liu1-64/+21
2025-07-31NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151545)James Y Knight1-2/+2
2025-07-22[clang][timers][stats] Add a flag to enable timers in the stats file (#149946)Alan Zhao1-3/+3
2025-07-17[OpenACC] Update OpenACC macro, remove override macroerichkeane1-10/+2
2025-07-16[clang] Move `ExceptionHandling` from `LangOptions` to `CodeGenOptions` (#148...Jan Svoboda1-42/+3
2025-07-15[clang][modules] Serialize `CodeGenOptions` (#146422)Jan Svoboda1-19/+18
2025-07-14[clang][ObjC][PAC] Add ptrauth protections to objective-c (#147899)Oliver Hunt1-0/+34
2025-07-07[clang] Refactor `CodeGenOptions` to specify compatibility as X macro arg (#1...Jan Svoboda1-7/+11
2025-07-07[clang] Refactor `LangOptions` to specify compatibility as X macro arg (#146766)Jan Svoboda1-5/+8
2025-07-04[Clang] Introduce `--offload-targets` for `-fopenmp-targets` (#146594)Joseph Huber1-3/+3
2025-07-03[AArch64] Add option -msve-streaming-vector-bits= . (#144611)Eli Friedman1-0/+5
2025-07-02clang: Fix parsing of seh exception model (#146643)Matt Arsenault1-4/+5
2025-07-02clang: Forward exception_model flag for bitcode inputs (#146342)Matt Arsenault1-0/+38
2025-06-27[clang] Add flag fallow-runtime-check-skip-hot-cutoff (#145999)Florian Mayer1-0/+17
2025-06-24[HLSL][RootSignature] Add `fdx-rootsignature-version` option to specify root ...Finn Plummer1-0/+4
2025-06-16[clang] Fix -fclang-abi-compat for clang 20 (#144109)Mariya Podchishchaeva1-0/+2
2025-06-13Fix and reapply IR PGO support for Flang (#142892)FYK1-3/+3
2025-05-31[Frontend] Remove unused includes (NFC) (#142256)Kazu Hirata1-7/+0
2025-05-30Revert "Add IR Profile-Guided Optimization (IR PGO) support to the Flang comp...Tarun Prabhu1-3/+3
2025-05-30Add IR Profile-Guided Optimization (IR PGO) support to the Flang compiler (#1...FYK1-3/+3
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda1-20/+7
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata1-7/+20
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda1-20/+7
2025-05-16[Frontend] Avoid creating a temporary instance of std::string (NFC) (#140326)Kazu Hirata1-2/+1
2025-05-15[clang] Enforce 1-based indexing for command line source locations (#139457)Naveen Seth Hanig1-2/+4
2025-05-08[clang][Darwin] Remove legacy framework search path logic in the frontend (#1...Ian Anderson1-0/+4
2025-05-07[sanitizer] Add plumbing for -fsanitize-annotate-debug-info and partly replac...Thurston Dang1-0/+9
2025-04-30[clang] Implement JSON formatted -ftime-report (#137737)Alan Zhao1-3/+10
2025-04-28[clang] Make the `AnalyzerOptions` reference count non-intrusive (#137680)Jan Svoboda1-2/+2
2025-04-23[Clang] Fix crash when -header-include-filtering is not specified (#136232)Bob Wilson1-7/+19
2025-04-19[clang] Use llvm::append_range (NFC) (#136448)Kazu Hirata1-1/+1
2025-04-08[OpenACC][CIR] Basic infrastructure for OpenACC lowering (#134717)Erich Keane1-0/+49
2025-03-28[clang][flang][Triple][llvm] Add isOffload function to LangOpts and isGPU fun...Nick Sarnie1-2/+1
2025-03-21[clang] NFCI: Mutate `HeaderSearchOptions` earlier (#130823)Jan Svoboda1-0/+8
2025-03-19[CIR] Upstream cir-canonicalize pass (#131891)Andy Kaylor1-0/+8