aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/RegAllocFast.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-01[NFC] Fixes -Wrange-loop-analysis warningsMark de Wever1-1/+1
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-10-30RegAllocFast: Use RegisterMatt Arsenault1-69/+69
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders1-15/+15
2019-08-02Use MCRegister in MCRegisterInfo's interfacesDaniel Sanders1-1/+1
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders1-43/+42
2019-05-27RegAllocFast: Set MayLiveAcrossBlocks when allocating usesMatt Arsenault1-1/+27
2019-05-16RegAllocFast: Improve hinting heuristicMatt Arsenault1-7/+84
2019-05-08[RegAllocFast] Scan physcial reg definitions before assigning virtual reg def...Quentin Colombet1-4/+16
2019-05-03Reapply r359906, "RegAllocFast: Add heuristic to detect values not live-out o...Matt Arsenault1-4/+41
2019-05-03Revert r359906, "RegAllocFast: Add heuristic to detect values not live-out of...Nico Weber1-41/+4
2019-05-03RegAllocFast: Add heuristic to detect values not live-out of a blockMatt Arsenault1-4/+41
2019-03-19RegAllocFast: Do not allocate registers for undef usesMatt Arsenault1-0/+48
2019-03-19RegAllocFast: Remove early selection loop, the spill calculation will report ...Matt Arsenault1-9/+1
2019-03-17RegAllocFast: Add hint to debug printingMatt Arsenault1-1/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-10RegAllocFast: Further cleanups; NFCMatthias Braun1-210/+217
2018-11-07RegAllocFast: Leave unassigned virtreg entries in mapMatthias Braun1-93/+74
2018-11-07RegAllocFast: Further cleanups; NFCMatthias Braun1-31/+35
2018-11-07RegAllocFast: Refactor PhysRegState usage; NFCMatthias Braun1-10/+18
2018-11-07RegAllocFast: Factor spill/reload creation into their own functions; NFCMatthias Braun1-32/+50
2018-11-07RegAllocFast: Cleanups; NFCMatthias Braun1-16/+13
2018-11-07RegAllocFast: Rename statistic from NumCopies to NumCoalescedMatthias Braun1-2/+2
2018-07-16[CodeGen] Fix inconsistent declaration parameter nameFangrui Song1-2/+2
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-47/+48
2018-05-09[DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen1-0/+3
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-2/+2
2018-02-23[MachineOperand][Target] MachineOperand::isRenamable semantics changesGeoff Berry1-2/+2
2018-01-29[RAFast] Don't dereference MBB::endQuentin Colombet1-5/+6
2017-12-13Remove redundant includes from lib/CodeGen.Michael Zolotukhin1-1/+0
2017-12-12[MachineOperand][MIR] Add isRenamable to MachineOperand.Geoff Berry1-0/+2
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih1-2/+2
2017-11-30[CodeGen] Always use `printReg` to print registers in both MIR and debugFrancis Visoiu Mistrih1-1/+1
2017-11-28[CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih1-15/+15
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-3/+3
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie1-1/+1
2017-09-15[DebugInfo] Add missing DW_OP_deref when an NRVO pointer is spilledReid Kleckner1-47/+31
2017-09-13[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko1-20/+40
2017-09-09RegAllocFast: Fix warning; NFCMatthias Braun1-2/+1
2017-09-09RegAllocFast: Cleanup; NFCMatthias Braun1-299/+296
2017-09-09RegAllocFast: Move vector to class level to avoid reallocation; NFCMatthias Braun1-2/+5
2017-09-09RegAllocFast: Remove write-only set; NFCMatthias Braun1-10/+0
2017-07-28Remove the unused DBG_VALUE offset parameter from RegAllocFast (NFC)Adrian Prantl1-2/+4
2017-07-07[RegAllocFast] Don't insert kill flags of super-register for partial killQuentin Colombet1-2/+9
2017-07-07[RegAllocFast] Add the proper initialize method to use the .mir infrastructureQuentin Colombet1-0/+2
2017-04-24Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek1-2/+3
2017-04-18PR32382: Fix emitting complex DWARF expressions.Adrian Prantl1-13/+1
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini1-3/+1
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun1-1/+1
2016-08-23MachineFunction: Introduce NoPHIs propertyMatthias Braun1-2/+5