summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MIRSampleProfile.cpp
AgeCommit message (Expand)Author
2025-01-08[LLVM] Fix various cl::desc typos and whitespace issues (NFC) (#121955)Ryan Mansfield
2024-08-06[CodeGen] Use optimized domtree for MachineFunction (#102107)Alexis Engelke
2024-08-06[CodeGen] Use SmallVector for MBB preds/succs (#101948)Alexis Engelke
2024-07-12[CodeGen][NewPM] Port `machine-block-freq` to new pass manager (#98317)paperchalice
2024-07-09[CodeGen][NewPM] Port `machine-loops` to new pass manager (#97793)paperchalice
2024-06-12[CodeGen][NewPM] Split `MachinePostDominators` into a concrete analysis resul...paperchalice
2024-06-11[CodeGen][NewPM] Split `MachineDominatorTree` into a concrete analysis result...paperchalice
2024-05-07[Analysis, CodeGen, DebugInfo] Use StringRef::operator== instead of StringRef...Kazu Hirata
2023-10-10Move global namespace cl::opt inside llvm:: or internalize themFangrui Song
2023-06-06[profi][NFC] Get rid of afdo_detail::TypeMapAmir Ayupov
2023-05-10[FS-AFDO] Do not load non-FS profile in MIR loader.Hongtao Yu
2023-05-10[FS-AFDO] Load pseudo probe profile on MIRHongtao Yu
2023-04-17remove useless call in MIRSampleProfile.cppWang, Xin10
2023-03-09[FSAFDO] Improve FS discriminator encodingRong Xu
2023-02-01[NFC][Profile] Access profile through VirtualFileSystemSteven Wu
2022-03-16Cleanup codegen includesserge-sans-paille
2022-03-10Revert "Cleanup codegen includes"Nico Weber
2022-03-10Cleanup codegen includesserge-sans-paille
2021-11-23[SampleFDO] Recompute BFI if the sample loader changes BPIRong Xu
2021-11-09[llvm] Use MachineBasicBlock::{successors,predecessors} (NFC)Kazu Hirata
2021-08-19Move function definition out-of-line to fix the modularized build (NFC)Adrian Prantl
2021-08-18[SampleFDO] Flow Sensitive Sample FDO (FSAFDO) profile loaderRong Xu