summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocFast.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* RegAllocFast: Use RegisterMatt Arsenault2019-10-301-69/+69
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-15/+15
* Use MCRegister in MCRegisterInfo's interfacesDaniel Sanders2019-08-021-1/+1
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-43/+42
* RegAllocFast: Set MayLiveAcrossBlocks when allocating usesMatt Arsenault2019-05-271-1/+27
* RegAllocFast: Improve hinting heuristicMatt Arsenault2019-05-161-7/+84
* [RegAllocFast] Scan physcial reg definitions before assigning virtual reg def...Quentin Colombet2019-05-081-4/+16
* Reapply r359906, "RegAllocFast: Add heuristic to detect values not live-out o...Matt Arsenault2019-05-031-4/+41
* Revert r359906, "RegAllocFast: Add heuristic to detect values not live-out of...Nico Weber2019-05-031-41/+4
* RegAllocFast: Add heuristic to detect values not live-out of a blockMatt Arsenault2019-05-031-4/+41
* RegAllocFast: Do not allocate registers for undef usesMatt Arsenault2019-03-191-0/+48
* RegAllocFast: Remove early selection loop, the spill calculation will report ...Matt Arsenault2019-03-191-9/+1
* RegAllocFast: Add hint to debug printingMatt Arsenault2019-03-171-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* RegAllocFast: Further cleanups; NFCMatthias Braun2018-11-101-210/+217
* RegAllocFast: Leave unassigned virtreg entries in mapMatthias Braun2018-11-071-93/+74
* RegAllocFast: Further cleanups; NFCMatthias Braun2018-11-071-31/+35
* RegAllocFast: Refactor PhysRegState usage; NFCMatthias Braun2018-11-071-10/+18
* RegAllocFast: Factor spill/reload creation into their own functions; NFCMatthias Braun2018-11-071-32/+50
* RegAllocFast: Cleanups; NFCMatthias Braun2018-11-071-16/+13
* RegAllocFast: Rename statistic from NumCopies to NumCoalescedMatthias Braun2018-11-071-2/+2
* [CodeGen] Fix inconsistent declaration parameter nameFangrui Song2018-07-161-2/+2
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-47/+48
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-0/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-2/+2
* [MachineOperand][Target] MachineOperand::isRenamable semantics changesGeoff Berry2018-02-231-2/+2
* [RAFast] Don't dereference MBB::endQuentin Colombet2018-01-291-5/+6
* Remove redundant includes from lib/CodeGen.Michael Zolotukhin2017-12-131-1/+0
* [MachineOperand][MIR] Add isRenamable to MachineOperand.Geoff Berry2017-12-121-0/+2
* [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih2017-12-071-2/+2
* [CodeGen] Always use `printReg` to print registers in both MIR and debugFrancis Visoiu Mistrih2017-11-301-1/+1
* [CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih2017-11-281-15/+15
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-3/+3
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* [DebugInfo] Add missing DW_OP_deref when an NRVO pointer is spilledReid Kleckner2017-09-151-47/+31
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-09-131-20/+40
* RegAllocFast: Fix warning; NFCMatthias Braun2017-09-091-2/+1
* RegAllocFast: Cleanup; NFCMatthias Braun2017-09-091-299/+296
* RegAllocFast: Move vector to class level to avoid reallocation; NFCMatthias Braun2017-09-091-2/+5
* RegAllocFast: Remove write-only set; NFCMatthias Braun2017-09-091-10/+0
* Remove the unused DBG_VALUE offset parameter from RegAllocFast (NFC)Adrian Prantl2017-07-281-2/+4
* [RegAllocFast] Don't insert kill flags of super-register for partial killQuentin Colombet2017-07-071-2/+9
* [RegAllocFast] Add the proper initialize method to use the .mir infrastructureQuentin Colombet2017-07-071-0/+2
* Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-2/+3
* PR32382: Fix emitting complex DWARF expressions.Adrian Prantl2017-04-181-13/+1
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-3/+1
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-1/+1
* MachineFunction: Introduce NoPHIs propertyMatthias Braun2016-08-231-2/+5
OpenPOWER on IntegriCloud