summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/LSUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-mca] Introduce the llvm-mca library and organize the directory accordin...Matt Davis2018-08-271-157/+0
* [llvm-mca] Make the LSUnit a HardwareUnit, and allow derived classes to imple...Andrea Di Biagio2018-08-201-11/+20
* [MCA] Avoid an InstrDesc copy in mca::LSUnit::reserve.Dean Michael Berris2018-07-261-1/+1
* [llvm-mca] Removed wrong NDEBUG guards introduced by my last commit.Andrea Di Biagio2018-06-261-2/+0
* [llvm-mca] Remove unused header files and correctly guard some include header...Andrea Di Biagio2018-06-261-0/+3
* [llvm-mca] Fixed a bug in the logic that checks if a memory operation is read...Andrea Di Biagio2018-06-131-8/+12
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-8/+8
* [llvm-mca] Avoid exposing index values in the MCA interfaces.Matt Davis2018-05-071-3/+7
* [llvm-mca] run clang-format on all files.Andrea Di Biagio2018-03-241-2/+3
* [llvm-mca] Minor refactoring. NFCIAndrea Di Biagio2018-03-221-0/+23
* [llvm-mca] LLVM Machine Code Analyzer.Andrea Di Biagio2018-03-081-0/+115
OpenPOWER on IntegriCloud