aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/BackendUtil.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-10-22[Clang] Move AllocToken frontend options to LangOptions (#163635)Marco Elver1-3/+6
2025-10-22[clang] Remove rest TargetOptions::UnsafeFPMath use (#164525)paperchalice1-6/+0
2025-10-15[Clang][LTO] Fix use of funified-lto and save-temps flags together (#162763)Alexey Bader1-1/+2
2025-10-11[clang] Introduce CallGraphSection codegen option (#117037)Prabhu Rajasekaran1-0/+1
2025-10-08[Clang] Wire up -fsanitize=alloc-token (#156839)Marco Elver1-0/+20
2025-09-29[llvm][clang] Use the VFS in `GCOVProfilerPass` (#161260)Jan Svoboda1-2/+3
2025-09-26[clang] Load `-fembed-offload-object=` through the VFS (#160906)Jan Svoboda1-2/+2
2025-09-25[clang] Load `-fbasic-block-sections=list=` through the VFS (#160785)Jan Svoboda1-1/+2
2025-09-25[llvm] Add `vfs::FileSystem` to `PassBuilder` (#160188)Jan Svoboda1-17/+16
2025-09-22[Remarks] Restructure bitstream remarks to be fully standalone (#156715)Tobias Stadler1-0/+5
2025-09-18[llvm][clang] Pass VFS to `llvm::cl` command line handling (#159174)Jan Svoboda1-5/+7
2025-09-16Reapply "Introduce -fexperimental-loop-fusion to clang and flang (#158844)Madhur Amilkanthwar1-0/+2
2025-09-16Revert "Introduce -fexperimental-loop-fuse to clang and flang (#142686)" (#15...Vitaly Buka1-2/+0
2025-09-15Introduce -fexperimental-loop-fuse to clang and flang (#142686)Sebastian Pop1-0/+2
2025-08-29[IR][CodeGen] Remove "approx-func-fp-math" attribute (#155740)paperchalice1-1/+0
2025-07-26[ObjCARC] Completely remove ObjCARCAPElimPass (#150717)AZero131-6/+0
2025-07-16[clang] Move `ExceptionHandling` from `LangOptions` to `CodeGenOptions` (#148...Jan Svoboda1-4/+4
2025-07-02[Clang][DLCov][NFCish] Fix debugloc coverage tracking macro in Clang (#146521)Stephen Tozer1-1/+2
2025-06-27[clang] Add flag fallow-runtime-check-skip-hot-cutoff (#145999)Florian Mayer1-4/+8
2025-06-24[llvm] fix extern cl::opt definitions for DLL export (#145374)Andrew Rogers1-3/+3
2025-06-13Fix and reapply IR PGO support for Flang (#142892)FYK1-8/+1
2025-06-06Avoid Assertion Failure Using -fcs-profile-generate with distributed thin-lto...Nuri Amari1-1/+1
2025-06-05[MemProf] Split MemProfiler into Instrumentation and Use. (#142811)Snehasish Kumar1-1/+2
2025-05-30Revert "Add IR Profile-Guided Optimization (IR PGO) support to the Flang comp...Tarun Prabhu1-18/+24
2025-05-30Add IR Profile-Guided Optimization (IR PGO) support to the Flang compiler (#1...FYK1-24/+18
2025-05-25[CodeGen] Remove unused includes (NFC) (#141418)Kazu Hirata1-1/+0
2025-05-07[sancov] Introduce optional callback for stack-depth tracking (#138323)Kees Cook1-0/+1
2025-04-30Reapply "[DLCov] Implement DebugLoc coverage tracking (#107279)"Stephen Tozer1-0/+16
2025-04-29[clang] Merge gtest binaries into AllClangUnitTests (#134196)Reid Kleckner1-2/+3
2025-04-25Revert "[DLCov] Implement DebugLoc coverage tracking (#107279)"Stephen Tozer1-16/+0
2025-04-24[DLCov] Implement DebugLoc coverage tracking (#107279)Stephen Tozer1-0/+16
2025-04-15[HIP][HIPSTDPAR][NFC] Re-order & adapt `hipstdpar` specific passes (#134753)Alex Voicu1-4/+4
2025-03-12[TargetRegistry] Accept Triple in createTargetMachine() (NFC) (#130940)Nikita Popov1-1/+1
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov1-1/+1
2025-02-08[profile] Add a clang option -fprofile-continuous that enables continuous ins...Wael Yehia1-21/+27
2025-02-07[Clang][Driver] Add an option to control loop-interchange (#125830)Sjoerd Meijer1-0/+2
2025-01-30Reapply "[ubsan] Connect -fsanitize-skip-hot-cutoff to LowerAllowCheckPass<cu...Thurston Dang1-7/+16
2025-01-29Revert "[ubsan] Connect -fsanitize-skip-hot-cutoff to LowerAllowCheckPass<cut...Thurston Dang1-9/+1
2025-01-29[ubsan] Connect -fsanitize-skip-hot-cutoff to LowerAllowCheckPass<cutoffs> (#...Thurston Dang1-1/+9
2025-01-22[clang][modules] Partially revert 48d0eb518 to fix -gmodules output (#124003)Ben Langmuir1-6/+7
2025-01-22Reapply "[sanitizer][NFCI] Add Options parameter to LowerAllowCheckPass" (#12...Thurston Dang1-4/+5
2025-01-14[NFC][BoundsChecking] Address #122576 review comments (#122773)Vitaly Buka1-1/+2
2025-01-13Revert "[sanitizer][NFCI] Add Options parameter to LowerAllowCheckPass" (#122...Thurston Dang1-5/+4
2025-01-13[sanitizer][NFCI] Add Options parameter to LowerAllowCheckPass (#122765)Thurston Dang1-4/+5
2025-01-13[ubsan] Pass fsanitize-skip-hot-cutoff into -fsanitize=bounds (#122576)Vitaly Buka1-0/+12
2025-01-10-ftime-report: reorganize timersFangrui Song1-4/+15
2025-01-09[CodeGen] Restore CodeGenerationTimeFangrui Song1-0/+1
2025-01-09[CodeGen] Simplify EmitAssemblyHelper and emitBackendOutputFangrui Song1-39/+36
2025-01-09[nfc][BoundsChecking] Rename BoundsCheckingOptions into Options (#122359)Vitaly Buka1-1/+1
2025-01-09[nfc][BoundsChecking] Refactor BoundsCheckingOptions (#122346)Vitaly Buka1-20/+15