OSDN Git Service

[llvm-readobj] Allow --hex-dump/--string-dump to dump multiple sections
[android-x86/external-llvm.git] / tools / llvm-mca / CodeRegion.cpp
2019-05-09 Andrea Di Biagio[MCA] Add support for nested and overlapping region...
2019-05-08 Andrea Di Biagio[MCA] Don't add a name to the default code region.
2019-05-08 Andrea Di Biagio[MCA] Slightly refactor CodeRegion.h. NFCI
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-10-30 Fangrui Song[llvm-mca] Move namespace mca inside llvm::
2018-10-22 Andrea Di Biagio[llvm-mca] Remove a couple of using directives and...
2018-10-22 Andrea Di Biagio[llvm-mca] Use llvm::ArrayRef in class SourceMgr. NFCI
2018-04-09 Andrea Di Biagio[llvm-mca] Add the ability to mark regions of code...