summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/CodeRegion.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-3/+3
* [MCA] Add support for nested and overlapping region markersAndrea Di Biagio2019-05-091-25/+71
* [MCA] Don't add a name to the default code region.Andrea Di Biagio2019-05-081-1/+1
* [MCA] Slightly refactor CodeRegion.h. NFCIAndrea Di Biagio2019-05-081-9/+14
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-mca] Move namespace mca inside llvm::Fangrui Song2018-10-301-0/+2
* [llvm-mca] Remove a couple of using directives and a bunch of redundant names...Andrea Di Biagio2018-10-221-9/+8
* [llvm-mca] Use llvm::ArrayRef in class SourceMgr. NFCIAndrea Di Biagio2018-10-221-3/+3
* [llvm-mca] Add the ability to mark regions of code for analysis (PR36875)Andrea Di Biagio2018-04-091-0/+66
OpenPOWER on IntegriCloud