summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCSchedule.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC][X86] Correctly model additional operand latency caused by transfer delay...Andrea Di Biagio2019-01-231-0/+16
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CodeGen] assume max/default throughput for unspecified instructionsSanjay Patel2018-06-051-7/+19
* [MCSchedule] Add the ability to compute the latency and throughput informatio...Andrea Di Biagio2018-05-311-0/+43
* [MC] Moved all the remaining logic that computed instruction latency and reci...Andrea Di Biagio2018-04-151-15/+36
* [MC] Fix -Wmissing-field-initializer warning after r329067.Andrea Di Biagio2018-04-031-0/+1
* [MC] Move the reciprocal throughput computation from TargetSchedModel to MCSc...Andrea Di Biagio2018-03-131-0/+24
* [MC] Move the instruction latency computation from TargetSchedModel to MCSche...Andrea Di Biagio2018-03-131-0/+17
* Add <type_traits> for is_pod, fixing r241947Duncan P. N. Exon Smith2015-07-101-0/+1
* MC: Remove the copy of MCSchedModel in MCSubtargetInfoDuncan P. N. Exon Smith2015-07-101-0/+33
OpenPOWER on IntegriCloud