summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2025-11-22[clang] Use llvm::equal (NFC) (#169172)Kazu Hirata
2025-11-21[clang][NFC] Inline Frontend/FrontendDiagnostic.h -> Basic/DiagnosticFrontend...Jordan Rupprecht
2025-11-21[Clang] Refactor getOptimizationLevel and getOptimizationLevelSize to non-sta...Jim Lin
2025-11-13[clang] Add a TODO for output paths in invocation path visitation (#167983)Jan Svoboda
2025-11-12[clang] Extract `CompilerInvocation::visitPaths()` (#167420)Jan Svoboda
2025-11-10Reland "[clang] Refactor option-related code from clangDriver into new clangO...Naveen Seth Hanig
2025-11-10Revert "[clang] Refactor option-related code from clangDriver into new clangO...Naveen Seth Hanig
2025-11-10[clang] Refactor option-related code from clangDriver into new clangOptions l...Naveen Seth Hanig
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-10-31[HLSL] Add NativeInt16Type langopt to control whether short type is supported...Sarah Spall
2025-10-25[ADT] Prepare for deprecation of StringSwitch cases with 3+ args. NFC. (#165112)Jakub Kuderski
2025-10-22[Clang] Move AllocToken frontend options to LangOptions (#163635)Marco Elver
2025-10-15[clang][Basic] Add helper APIs to get language version codes from LangOptions...Michael Buch
2025-10-08[Clang] Wire up -fsanitize=alloc-token (#156839)Marco Elver
2025-10-06[llvm] Add subcommand support for OptTable (#155026)Prabhu Rajasekaran
2025-10-06[clang] Move `-fprofile-instrument-use-path=` check to driver (#159667)Jan Svoboda
2025-09-16Reapply "Introduce -fexperimental-loop-fusion to clang and flang (#158844)Madhur Amilkanthwar
2025-09-16Revert "Introduce -fexperimental-loop-fuse to clang and flang (#142686)" (#15...Vitaly Buka
2025-09-15Introduce -fexperimental-loop-fuse to clang and flang (#142686)Sebastian Pop
2025-09-12[RISCV] Enabled debug entry support by default (#157703)Georgiy Samoylov
2025-09-10Reland "[clang] Delay normalization of `-fmodules-cache-path` (#150123)"Jan Svoboda
2025-09-10Revert "[clang] Delay normalization of `-fmodules-cache-path` (#150123)"Jan Svoboda
2025-09-10[clang] Delay normalization of `-fmodules-cache-path` (#150123)Jan Svoboda
2025-09-02[clang] Delay checking of `-fopenmp-host-ir-file-path` (#150124)Jan Svoboda
2025-09-02[clang][analyzer] Delay checking the ctu-dir (#150139)Jan Svoboda
2025-09-02[clang][analyzer] Delay checking the model-path (#150133)Jan Svoboda
2025-09-02[Clang] [C2y] Implement N3355 ‘Named Loops’ (#152870)Sirraide
2025-08-25[HLSL][RootSignature] Introduce `HLSLFrontendAction` to implement `rootsig-de...Finn Plummer
2025-08-14[clang][Obj-C][PAC] Make block descriptor pointer signing configurable (#153700)Oliver Hunt
2025-08-13[clang][Obj-C][PAC] Add support for authenticating block metadata (#152978)Oliver Hunt
2025-08-10Fix MSVC warning in CompilerInvocation.cpp (#152809)Daniel Paoliello
2025-08-07[Clang][NFC] Enumerate Clang ABI versions in a separate header file (#151995)Yanzuo Liu
2025-07-31NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151545)James Y Knight
2025-07-22[clang][timers][stats] Add a flag to enable timers in the stats file (#149946)Alan Zhao
2025-07-17[OpenACC] Update OpenACC macro, remove override macroerichkeane
2025-07-16[clang] Move `ExceptionHandling` from `LangOptions` to `CodeGenOptions` (#148...Jan Svoboda
2025-07-15[clang][modules] Serialize `CodeGenOptions` (#146422)Jan Svoboda
2025-07-14[clang][ObjC][PAC] Add ptrauth protections to objective-c (#147899)Oliver Hunt
2025-07-07[clang] Refactor `CodeGenOptions` to specify compatibility as X macro arg (#1...Jan Svoboda
2025-07-07[clang] Refactor `LangOptions` to specify compatibility as X macro arg (#146766)Jan Svoboda
2025-07-04[Clang] Introduce `--offload-targets` for `-fopenmp-targets` (#146594)Joseph Huber
2025-07-03[AArch64] Add option -msve-streaming-vector-bits= . (#144611)Eli Friedman
2025-07-02clang: Fix parsing of seh exception model (#146643)Matt Arsenault
2025-07-02clang: Forward exception_model flag for bitcode inputs (#146342)Matt Arsenault
2025-06-27[clang] Add flag fallow-runtime-check-skip-hot-cutoff (#145999)Florian Mayer
2025-06-24[HLSL][RootSignature] Add `fdx-rootsignature-version` option to specify root ...Finn Plummer
2025-06-16[clang] Fix -fclang-abi-compat for clang 20 (#144109)Mariya Podchishchaeva
2025-06-13Fix and reapply IR PGO support for Flang (#142892)FYK
2025-05-31[Frontend] Remove unused includes (NFC) (#142256)Kazu Hirata
2025-05-30Revert "Add IR Profile-Guided Optimization (IR PGO) support to the Flang comp...Tarun Prabhu