aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [RegAlloc] Fix "ran out of regs" with uses in statepointSerguei Katkov2021-03-241-2/+19
* [ARM][RegAlloc] Add t2LoopEndDecDavid Green2020-12-101-0/+8
* [NFC][MC] TargetRegisterInfo::getSubReg is a MCRegister.Mircea Trofin2020-12-021-1/+1
* [NFC][Regalloc] Pass VirtRegMap by reference.Mircea Trofin2020-10-121-31/+27
* [NFC][Regalloc] VirtRegAuxInfo::Hint does not need to be a fieldMircea Trofin2020-10-091-23/+19
* [NFC][Regalloc] Fix coding style in CalcSpillWeightsMircea Trofin2020-10-091-89/+89
* [NFC][regalloc] Make VirtRegAuxInfo part of allocator stateMircea Trofin2020-09-301-10/+4
* [NFC][Regalloc] accessors for 'reg' and 'weight'Mircea Trofin2020-09-161-9/+9
* [CalcSpillWeights] Propagate the fact that a live-interval is not spillableQuentin Colombet2020-07-151-0/+11
* Fix possible assertion when using PBQP with debug infoDanila Malyutin2020-03-181-4/+5
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-1/+1
* Use MCRegister in MCRegisterInfo's interfacesDaniel Sanders2019-08-021-4/+5
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-5/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [TargetRegisterInfo] Remove temporary hook enableMultipleCopyHints()Jonas Paulsson2018-10-051-30/+5
* [RA CopyHints] Fix compile-time regressionJonas Paulsson2018-10-031-2/+4
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-2/+2
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-1/+1
* Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun2017-12-131-1/+1
* [Regalloc] Generate and store multiple regalloc hints.Jonas Paulsson2017-12-051-29/+68
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-2/+2
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* Add logic to greedy reg alloc to avoid bad eviction chainsMarina Yatsina2017-10-221-10/+55
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-09-291-2/+8
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-301-1/+1
* CodeGen: Update LiveIntervalAnalysis API to use MachineInstr&, NFCDuncan P. N. Exon Smith2016-02-271-2/+1
* Remove uses of builtin comma operator.Richard Trieu2016-02-181-4/+8
* [regalloc][WinEH] Do not mark intervals as not spillable if they contain a re...Andrew Kaylor2016-02-081-2/+5
* Trace copies when checking for rematerializability in spill weight calculationRobert Lougher2015-08-101-2/+37
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* [PBQP] Tweak spill costs and coalescing benefitsArnaud A. de Grandmaison2014-11-041-1/+3
* Remove unnecessary TargetMachine.h includes.Eric Christopher2014-10-141-1/+0
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-4/+2
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+5
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* CalcSpillWeights: Hack to prevent x87 nonsenseDuncan P. N. Exon Smith2014-04-211-1/+5
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-2/+2
* Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitableOwen Anderson2014-03-131-2/+4
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* [block-freq] Refactor LiveInterals::getSpillWeight to use the new MachineBloc...Michael Gottesman2013-12-141-1/+1
* CalcSpillWeights: allow overidding the spill weight normalizing functionArnaud A. de Grandmaison2013-11-111-3/+4
* CalcSpillWeights: give a better describing name to calculateSpillWeightsArnaud A. de Grandmaison2013-11-111-3/+3
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-101-22/+5
* Revert "CalculateSpillWeights does not need to be a pass"Arnaud A. de Grandmaison2013-11-081-5/+22
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-081-22/+5
* CalculateSpillWeights cleanup: remove unneeded includesArnaud A. de Grandmaison2013-11-081-2/+0
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-171-5/+8
* typoNadav Rotem2013-04-061-1/+1
* Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen2012-10-151-1/+1