aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CalcSpillWeights.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-11-16Remove unused LoopInfo from InlineSpiller and SpillPlacement (NFC) (#71874)Matthias Braun1-3/+2
2023-11-03[CalcSpillWeights] don't mark live intervals with spillable inlineasm ops as ...Nick Desaulniers1-1/+12
2023-08-12[llvm] Remove SmallSet from MachineInstr.hElliot Goodrich1-0/+1
2023-07-31Reapply "[CodeGen]Allow targets to use target specific COPY instructions for ...Matt Arsenault1-3/+12
2023-07-26Revert "[CodeGen]Allow targets to use target specific COPY instructions for l...Vitaly Buka1-12/+3
2023-07-07[CodeGen]Allow targets to use target specific COPY instructions for live rang...Yashwant Singh1-3/+12
2023-03-22[CodeGen] Fix type of MachineRegisterInfo::RegAllocHints. NFC.Jay Foad1-1/+1
2023-02-07[CodeGen] Define and use MachineOperand::getOperandNoJay Foad1-1/+1
2023-01-13[CodeGen] Remove uses of Register::isPhysicalRegister/isVirtualRegister. NFCCraig Topper1-2/+2
2022-09-12RegAlloc: Use SmallSet instead of std::setMatt Arsenault1-1/+1
2022-07-18CodeGen: Remove AliasAnalysis from regallocMatt Arsenault1-1/+1
2022-07-17[CodeGen] Qualify auto variables in for loops (NFC)Kazu Hirata1-1/+1
2022-06-13[CodeGen] Remove futureWeight (NFC)Kazu Hirata1-5/+0
2022-01-04[NFC] Expose isRematerializable and copyHint from CalcSpillWeightsMircea Trofin1-6/+7
2021-12-20[NFC] Fix clang-tidy issues in CalcSpillWeights.cppMircea Trofin1-11/+11
2021-03-24[RegAlloc] Fix "ran out of regs" with uses in statepointSerguei Katkov1-2/+19
2020-12-10[ARM][RegAlloc] Add t2LoopEndDecDavid Green1-0/+8
2020-12-02[NFC][MC] TargetRegisterInfo::getSubReg is a MCRegister.Mircea Trofin1-1/+1
2020-10-12[NFC][Regalloc] Pass VirtRegMap by reference.Mircea Trofin1-31/+27
2020-10-09[NFC][Regalloc] VirtRegAuxInfo::Hint does not need to be a fieldMircea Trofin1-23/+19
2020-10-09[NFC][Regalloc] Fix coding style in CalcSpillWeightsMircea Trofin1-89/+89
2020-09-30[NFC][regalloc] Make VirtRegAuxInfo part of allocator stateMircea Trofin1-10/+4
2020-09-16[NFC][Regalloc] accessors for 'reg' and 'weight'Mircea Trofin1-9/+9
2020-07-15[CalcSpillWeights] Propagate the fact that a live-interval is not spillableQuentin Colombet1-0/+11
2020-03-18Fix possible assertion when using PBQP with debug infoDanila Malyutin1-4/+5
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders1-1/+1
2019-08-02Use MCRegister in MCRegisterInfo's interfacesDaniel Sanders1-4/+5
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders1-5/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-05[TargetRegisterInfo] Remove temporary hook enableMultipleCopyHints()Jonas Paulsson1-30/+5
2018-10-03[RA CopyHints] Fix compile-time regressionJonas Paulsson1-2/+4
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-2/+2
2018-05-09[DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen1-1/+1
2017-12-13Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun1-1/+1
2017-12-05[Regalloc] Generate and store multiple regalloc hints.Jonas Paulsson1-29/+68
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-2/+2
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie1-1/+1
2017-10-22Add logic to greedy reg alloc to avoid bad eviction chainsMarina Yatsina1-10/+55
2017-09-29[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko1-2/+8
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2016-06-30CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith1-1/+1
2016-02-27CodeGen: Update LiveIntervalAnalysis API to use MachineInstr&, NFCDuncan P. N. Exon Smith1-2/+1
2016-02-18Remove uses of builtin comma operator.Richard Trieu1-4/+8
2016-02-08[regalloc][WinEH] Do not mark intervals as not spillable if they contain a re...Andrew Kaylor1-2/+5
2015-08-10Trace copies when checking for rematerializability in spill weight calculationRobert Lougher1-2/+37
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie1-1/+1
2014-11-04[PBQP] Tweak spill costs and coalescing benefitsArnaud A. de Grandmaison1-1/+3
2014-10-14Remove unnecessary TargetMachine.h includes.Eric Christopher1-1/+0
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-4/+2
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-2/+5