aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/RegAllocBase.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-11[CodeGen] Do not pass MF into MachineRegisterInfo methods. NFC. (#84770)Jay Foad1-1/+1
2023-01-13[CodeGen] Remove uses of Register::isPhysicalRegister/isVirtualRegister. NFCCraig Topper1-1/+1
2022-07-17[CodeGen] Qualify auto variables in for loops (NFC)Kazu Hirata1-1/+1
2022-04-13RegAlloc: Fix remaining virtual registers after allocation failureMatt Arsenault1-4/+1
2022-02-03[nfc][regalloc] const LiveIntervals within the allocatorMircea Trofin1-2/+2
2021-07-13RegAlloc: Allow targets to split register allocationMatt Arsenault1-0/+18
2021-05-21AMDGPU/GlobalISel: Add subtarget to a testMatt Arsenault1-3/+2
2021-01-31RegAlloc: Fix assert if all registers in class reservedMatt Arsenault1-4/+8
2020-11-03[NFC] Use [MC]Register in register allocationGaurav Jain1-2/+2
2020-10-12[NFC][MC] Use MCRegister in LiveRangeMatrixMircea Trofin1-1/+1
2020-09-16[NFC][Regalloc] accessors for 'reg' and 'weight'Mircea Trofin1-13/+15
2020-07-24Revert rG5dd566b7c7b78bd- "PassManager.h - remove unnecessary Function.h/Modu...Simon Pilgrim1-1/+0
2020-07-24PassManager.h - remove unnecessary Function.h/Module.h includes. NFCI.Simon Pilgrim1-0/+1
2020-06-30RegAlloc: Start using RegisterMatt Arsenault1-1/+1
2020-03-09Move Spiller.h from lib/ directory path to include/CodeGen. NFCMarcello Maggioni1-1/+1
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders1-2/+2
2019-05-15RegAlloc: try to fail more gracefully when out of registersNicolai Haehnle1-6/+10
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-6/+6
2017-12-13Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun1-1/+1
2017-12-01Mark all library options as hidden.Zachary Turner1-2/+2
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-1/+1
2017-09-13[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko1-3/+8
2017-07-24RA: Replace asserts related to empty live intervalsMatt Arsenault1-3/+5
2017-07-21RA: Remove assert on empty live intervalsMatt Arsenault1-1/+0
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-3/+2
2016-11-18Timer: Track name and description.Matthias Braun1-2/+4
2016-08-24Create subranges for new intervals resulting from live interval splittingKrzysztof Parzyszek1-0/+1
2016-04-18[NFC] Header cleanupMehdi Amini1-3/+0
2016-04-13Recommit r265547, and r265610,r265639,r265657 on top of it, plusWei Mi1-0/+9
2016-04-08Revert r265547 "Recommit r265309 after fixed an invalid memory reference bug ...Hans Wennborg1-9/+0
2016-04-06Recommit r265309 after fixed an invalid memory reference bug happenedWei Mi1-0/+9
2016-04-04Revert r265309 and r265312 because they caused some errors I need to investig...Wei Mi1-9/+0
2016-04-04Replace analyzeSiblingValues with new algorithm to fix its compileWei Mi1-0/+9
2015-03-23Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer1-0/+1
2015-01-08[RegAllocGreedy] Introduce a late pass to repair broken hints.Quentin Colombet1-0/+2
2014-11-17Move register class name strings to a single array in MCRegisterInfo to reduc...Craig Topper1-1/+1
2014-10-14Remove unnecessary TargetMachine.h includes.Eric Christopher1-1/+0
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-1/+1
2014-03-13Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitableOwen Anderson1-4/+9
2014-02-22Fix typoManman Ren1-1/+1
2013-11-22DEBUG shouldEvict decisionsAndrew Trick1-2/+2
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-0/+3
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-3/+0
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-0/+3
2013-10-10Print register in LiveInterval::print()Matthias Braun1-1/+1
2013-10-05Emit a better error when running out of registers on inline asm.Benjamin Kramer1-3/+2
2013-08-14Track new virtual registers by register number.Mark Lacey1-2/+2
2013-07-17Make constant string pointer into an array to remove a pointer lookup for eve...Craig Topper1-1/+1