Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-25[MCA] Allow mca::Instruction-s to be recycled and reusedMin-Yih Hsu
2022-06-25[MCA] Introducing incremental SourceMgr and resumable pipelineMin-Yih Hsu
2022-03-14[MCA] Removed unused variable.Patrick Holland
2022-03-14[MCA] Moved six instruction flags from InstrDesc to InstructionBase.Patrick Holland
2022-02-07[llvm] Use = default (NFC)Kazu Hirata
2022-01-12[MCA] Switching from conservatively guessing which instructions arePatrick Holland
2022-01-08[llvm] Remove redundant member initialization (NFC)Kazu Hirata
2022-01-03Revert "[llvm] Remove redundant member initialization (NFC)"Kazu Hirata
2022-01-02[llvm] Remove redundant member initialization (NFC)Kazu Hirata
2021-11-25[LLVM][NFC]Inclusive language: remove occurances of sanity check/test from llvmZarko Todorovski
2021-09-20[MCA] Fix a warningKazu Hirata
2021-09-20[MCA] InstructionTables::execute() - use const-ref iterator in for-range loop...Simon Pilgrim
2021-09-09[APInt] Normalize naming on keep constructors / predicate methods.Chris Lattner
2021-08-26Revert "[MCA][NFC] Remove redundant calls to std::move."Andrea Di Biagio
2021-08-26[MCA][NFC] Remove redundant calls to std::move.Andrea Di Biagio
2021-08-26[MCA][RegisterFile] Consistently update the PRF in the presence of multiple w...Andrea Di Biagio
2021-08-26[X86][MCA] Address the latest issues with MULX reported in PR51495.Andrea Di Biagio
2021-08-25[MCA] Moved View.h and View.cpp from /tools/llvm-mca/ to /lib/MCA/.Patrick Holland
2021-08-20[MCA] Fixing bug that was causing LSUnit not to realize an instruction finish...Patrick Holland
2021-07-29[MCA] Use LSU for the in-order pipelineAndrew Savonichev
2021-06-22[MCA] [In-order pipeline] Fix for 0 latency instruction causing assertion to ...Patrick Holland
2021-06-17[MCA] [RegisterFile] Allow for skipping Defs with RegID of 0 (rather than ass...Patrick Holland
2021-06-16[MCA] Anchoring the vtable of CustomBehaviourMin-Yih Hsu
2021-06-16Reapply "[MCA] Adding the CustomBehaviour class to llvm-mca".Patrick Holland
2021-06-16[MCA][InstrBuilder] Always check for implicit uses of resource units (PR50725).Andrea Di Biagio
2021-06-15Revert "[MCA] Adding the CustomBehaviour class to llvm-mca"Andrea Di Biagio
2021-06-15[MCA] Adding the CustomBehaviour class to llvm-mcaPatrick Holland
2021-06-15[MCA][InstrBuilder] Check for the presence of flag VariadicOpsAreDefs.Andrea Di Biagio
2021-05-31[MCA][NFCI] Minor changes to InstrBuilder and Instruction.Andrea Di Biagio
2021-05-28[MCA] Minor changes to the InOrderIssueStage. NFCAndrea Di Biagio
2021-05-28[MCA] Refactor the InOrderIssueStage stage. NFCIAndrea Di Biagio
2021-05-26[MCA][InOrderIssueStage] Fix LastWriteBackCycle computation.Andrea Di Biagio
2021-05-08[MCA][RegisterFile] Refactor the move elimination logic to address PR50258.Andrea Di Biagio
2021-05-07[MCA][RegisterFile] Fix register class check for move elimination (PR50265)Andrea Di Biagio
2021-04-30[MCA] Fix CarryOver check in the DispatchStage (PR50174).Andrea Di Biagio
2021-04-20[MCA][LSUnit] Fix a potential use after free in the logic that updates memory...Andrea Di Biagio
2021-03-26[MCA] Support carry-over instructions for in-order processorsAndrew Savonichev
2021-03-24[MCA] Fix for uninitialised member in constructor. NFCAndrea Di Biagio
2021-03-24[MCA] Disable RCU for InOrderIssueStageAndrew Savonichev
2021-03-23[MCA] Improved handling of negative read-advance cycles.Andrea Di Biagio
2021-03-18[MCA] Ensure that writes occur in-orderAndrew Savonichev
2021-03-11[MCA] Support in-order CPUs with MicroOpBufferSize=1Jay Foad
2021-03-04[MCA] Add support for in-order CPUsAndrew Savonichev
2021-01-20[llvm] Use llvm::find (NFC)Kazu Hirata
2021-01-07[llvm] Use llvm::append_range (NFC)Kazu Hirata
2020-11-24[llvm-mca] Fix processing thumb instruction setEvgeny Leviant
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille
2020-10-31[MCA][LSUnit] Correctly update the internal group flags on store barrier exec...Andrea Di Biagio
2020-10-19[ARM][SchedModels] Convert IsPredicatedPred to MCSchedPredicateEvgeny Leviant
2020-09-02[APInt] New member function setBitValJay Foad