summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/PerfMonitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* [IR] Include target specific intrinsic headersHeejin Ahn2019-12-121-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PerfMonitor] Fix rdtscp callsitesTobias Grosser2018-09-111-15/+9
* Fix a lot of typos. NFC.Michael Kruse2017-06-081-1/+1
* [CodeGen] Remove extra ';'. NFC.Michael Kruse2017-06-061-1/+1
* [CodeGen] Track trip counts per-scop for performance measurement.Siddharth Bhat2017-06-021-6/+20
* [CodeGen] Print performance counter information in CSV.Siddharth Bhat2017-06-021-3/+13
* [NFC] [CodeGen] Bail out of per-scop performance reporting if not supported.Siddharth Bhat2017-06-021-0/+8
* [CodeGen] Extend Performance Counter to track per-scop information.Siddharth Bhat2017-06-021-27/+74
* Fix formatting in PollyTobias Grosser2017-05-101-3/+3
* Update Polly for LLVM API change r302571 that removed varargs functionsChandler Carruth2017-05-101-2/+2
* [PerfMonitor] Use Intrinsics::getDeclarationTobias Grosser2017-04-031-11/+2
* [CodeGen] Add Performance MonitorTobias Grosser2017-04-031-0/+235
OpenPOWER on IntegriCloud