aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-mca/CodeRegion.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-06[llvm-mca][RISCV] vsetivli and vsetvli act as instrumentsMichael Maitland1-4/+12
2023-05-22[llvm-mca][RISCV] Fix llvm-mca RISCVInstrument memory leakMichael Maitland1-7/+10
2023-03-14[llvm] Use *{Set,Map}::contains (NFC)Kazu Hirata1-1/+1
2022-11-18[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate reports on RISCVMichael Maitland1-9/+74
2022-11-15Revert "[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate repor...Michael Maitland1-74/+9
2022-11-15[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate reports on RISCVMichael Maitland1-9/+74
2022-11-15Revert "[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate repor...Michael Maitland1-74/+9
2022-11-15[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate reports on RISCVMichael Maitland1-9/+74
2022-01-08[llvm] Remove redundant member initialization (NFC)Kazu Hirata1-1/+1
2022-01-03Revert "[llvm] Remove redundant member initialization (NFC)"Kazu Hirata1-1/+1
2022-01-01[llvm] Remove redundant member initialization (NFC)Kazu Hirata1-1/+1
2021-05-31[MCA][NFCI] Minor changes to InstrBuilder and Instruction.Andrea Di Biagio1-1/+1
2020-02-29Avoid including FileSystem.h from MemoryBuffer.hReid Kleckner1-0/+2
2019-05-09[MCA] Add support for nested and overlapping region markersAndrea Di Biagio1-1/+7
2019-05-08[MCA] Don't add a name to the default code region.Andrea Di Biagio1-2/+2
2019-05-08[MCA] Slightly refactor CodeRegion.h. NFCIAndrea Di Biagio1-15/+8
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-07[llvm-mca] Move the AssembleInput logic into its own class.Matt Davis1-0/+1
2018-10-30[llvm-mca] Move namespace mca inside llvm::Fangrui Song1-0/+2
2018-10-22[llvm-mca] Use llvm::ArrayRef in class SourceMgr. NFCIAndrea Di Biagio1-14/+10
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
2018-04-09[llvm-mca] Add the ability to mark regions of code for analysis (PR36875)Andrea Di Biagio1-0/+131