summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/RegAllocFast.cpp
AgeCommit message (Expand)Author
2020-06-10RegAllocFast: Avoid unused method warning in release buildsMatt Arsenault
2020-06-04RegAllocFast: Remove dead codeMatt Arsenault
2020-06-03RegAllocFast: Record internal state based on register unitsMatt Arsenault
2020-04-02[Alignment][NFC] Use more Align versions of various functionsGuillaume Chatelet
2020-01-01[NFC] Fixes -Wrange-loop-analysis warningsMark de Wever
2019-11-13Sink all InitializePasses.h includesReid Kleckner
2019-10-30RegAllocFast: Use RegisterMatt Arsenault
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders
2019-08-02Use MCRegister in MCRegisterInfo's interfacesDaniel Sanders
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders
2019-05-27RegAllocFast: Set MayLiveAcrossBlocks when allocating usesMatt Arsenault
2019-05-16RegAllocFast: Improve hinting heuristicMatt Arsenault
2019-05-08[RegAllocFast] Scan physcial reg definitions before assigning virtual reg def...Quentin Colombet
2019-05-03Reapply r359906, "RegAllocFast: Add heuristic to detect values not live-out o...Matt Arsenault
2019-05-03Revert r359906, "RegAllocFast: Add heuristic to detect values not live-out of...Nico Weber
2019-05-03RegAllocFast: Add heuristic to detect values not live-out of a blockMatt Arsenault
2019-03-19RegAllocFast: Do not allocate registers for undef usesMatt Arsenault
2019-03-19RegAllocFast: Remove early selection loop, the spill calculation will report ...Matt Arsenault
2019-03-17RegAllocFast: Add hint to debug printingMatt Arsenault
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-10RegAllocFast: Further cleanups; NFCMatthias Braun
2018-11-07RegAllocFast: Leave unassigned virtreg entries in mapMatthias Braun
2018-11-07RegAllocFast: Further cleanups; NFCMatthias Braun
2018-11-07RegAllocFast: Refactor PhysRegState usage; NFCMatthias Braun
2018-11-07RegAllocFast: Factor spill/reload creation into their own functions; NFCMatthias Braun
2018-11-07RegAllocFast: Cleanups; NFCMatthias Braun
2018-11-07RegAllocFast: Rename statistic from NumCopies to NumCoalescedMatthias Braun
2018-07-16[CodeGen] Fix inconsistent declaration parameter nameFangrui Song
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-09[DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-02-23[MachineOperand][Target] MachineOperand::isRenamable semantics changesGeoff Berry
2018-01-29[RAFast] Don't dereference MBB::endQuentin Colombet
2017-12-13Remove redundant includes from lib/CodeGen.Michael Zolotukhin
2017-12-12[MachineOperand][MIR] Add isRenamable to MachineOperand.Geoff Berry
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih
2017-11-30[CodeGen] Always use `printReg` to print registers in both MIR and debugFrancis Visoiu Mistrih
2017-11-28[CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-09-15[DebugInfo] Add missing DW_OP_deref when an NRVO pointer is spilledReid Kleckner
2017-09-13[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2017-09-09RegAllocFast: Fix warning; NFCMatthias Braun
2017-09-09RegAllocFast: Cleanup; NFCMatthias Braun
2017-09-09RegAllocFast: Move vector to class level to avoid reallocation; NFCMatthias Braun
2017-09-09RegAllocFast: Remove write-only set; NFCMatthias Braun
2017-07-28Remove the unused DBG_VALUE offset parameter from RegAllocFast (NFC)Adrian Prantl
2017-07-07[RegAllocFast] Don't insert kill flags of super-register for partial killQuentin Colombet
2017-07-07[RegAllocFast] Add the proper initialize method to use the .mir infrastructureQuentin Colombet
2017-04-24Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek