summaryrefslogtreecommitdiff
path: root/polly/lib/CodeGen/PerfMonitor.cpp
AgeCommit message (Expand)Author
2024-10-11[NFC] Rename `Intrinsic::getDeclaration` to `getOrInsertDeclaration` (#111752)Rahul Joshi
2024-06-29[IRBuilder] Don't include Module.h (NFC) (#97159)Nikita Popov
2023-11-27[mlir,polly] Replace uses of IRBuilder::getInt8PtrTy with getPtrTy. NFCFangrui Song
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2022-01-09Use true/false instead of 1/0 (NFC)Kazu Hirata
2021-03-11[OpaquePtrs] Remove some uses of type-less CreateLoad APIs (NFC)Nikita Popov
2020-03-09[Polly] Replace use of std::stringstream. NFC.Michael Kruse
2019-12-12[IR] Include target specific intrinsic headersHeejin Ahn
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-11 [PerfMonitor] Fix rdtscp callsitesTobias Grosser
2017-06-08Fix a lot of typos. NFC.Michael Kruse
2017-06-06[CodeGen] Remove extra ';'. NFC.Michael Kruse
2017-06-02[CodeGen] Track trip counts per-scop for performance measurement.Siddharth Bhat
2017-06-02[CodeGen] Print performance counter information in CSV.Siddharth Bhat
2017-06-02[NFC] [CodeGen] Bail out of per-scop performance reporting if not supported.Siddharth Bhat
2017-06-02[CodeGen] Extend Performance Counter to track per-scop information.Siddharth Bhat
2017-05-10Fix formatting in PollyTobias Grosser
2017-05-10Update Polly for LLVM API change r302571 that removed varargs functionsChandler Carruth
2017-04-03[PerfMonitor] Use Intrinsics::getDeclarationTobias Grosser
2017-04-03[CodeGen] Add Performance MonitorTobias Grosser