summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MCA/InstrBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MCA] Fix a spelling mistake in a comment. NFCGreg Bedwell2019-10-271-1/+1
* [MCA] consistently use MCPhysReg instead of unsigned as register type. NFCIAndrea Di Biagio2019-08-221-6/+4
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* [MCA] Slightly refactor the logic in ResourceManager. NFCIAndrea Di Biagio2019-08-151-18/+12
* [MCA] Ignore invalid processor resource writes of zero cycles. NFCIAndrea Di Biagio2019-06-141-2/+14
* [MCA] Remove dead assignment. NFCAndrea Di Biagio2019-05-081-1/+0
* [MCA] Correctly update the UsedResourceGroups mask in the InstrBuilder.Andrea Di Biagio2019-03-261-0/+1
* [MCA] Store a bitmask of used groups in the instruction descriptor.Andrea Di Biagio2019-02-131-4/+11
* [MC][X86] Correctly model additional operand latency caused by transfer delay...Andrea Di Biagio2019-01-231-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MCA] Fix wrong definition of ResourceUnitMask in DefaultResourceStrategy.Andrea Di Biagio2019-01-101-5/+7
* [llvm-mca] Display masks in hexEvandro Menezes2019-01-091-2/+3
* [llvm-mca] Improve debugging (NFC)Evandro Menezes2019-01-081-0/+3
* [MCA] Improved handling of in-order issue/dispatch resources.Andrea Di Biagio2019-01-041-1/+11
* [MCA] Add support for BeginGroup/EndGroup.Andrea Di Biagio2018-12-171-0/+2
* [MCA] Don't assume that createMCInstrAnalysis() always returns a valid pointer.Andrea Di Biagio2018-12-171-8/+13
* [llvm-mca] Move llvm-mca library to llvm/lib/MCA.Clement Courbet2018-12-171-0/+675
OpenPOWER on IntegriCloud