aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-mca/CodeRegion.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-22[llvm-mca][RISCV] Fix llvm-mca RISCVInstrument memory leakMichael Maitland1-5/+6
2022-11-18[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate reports on RISCVMichael Maitland1-19/+77
2022-11-15Revert "[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate repor...Michael Maitland1-77/+19
2022-11-15[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate reports on RISCVMichael Maitland1-19/+77
2022-11-15Revert "[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate repor...Michael Maitland1-77/+19
2022-11-15[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate reports on RISCVMichael Maitland1-19/+77
2021-01-14[llvm] Remove redundant return and continue statements (NFC)Kazu Hirata1-1/+0
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-3/+3
2019-05-09[MCA] Add support for nested and overlapping region markersAndrea Di Biagio1-25/+71
2019-05-08[MCA] Don't add a name to the default code region.Andrea Di Biagio1-1/+1
2019-05-08[MCA] Slightly refactor CodeRegion.h. NFCIAndrea Di Biagio1-9/+14
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-30[llvm-mca] Move namespace mca inside llvm::Fangrui Song1-0/+2
2018-10-22[llvm-mca] Remove a couple of using directives and a bunch of redundant names...Andrea Di Biagio1-9/+8
2018-10-22[llvm-mca] Use llvm::ArrayRef in class SourceMgr. NFCIAndrea Di Biagio1-3/+3
2018-04-09[llvm-mca] Add the ability to mark regions of code for analysis (PR36875)Andrea Di Biagio1-0/+66