aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/RegAllocBase.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-28Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen1-2/+2
2012-11-28Revert r168630, r168631, and r168633 as these are causing nightly test failures.Chad Rosier1-0/+1
2012-11-26Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,Chad Rosier1-1/+0
2012-06-20Remove LiveIntervalUnions from RegAllocBase.Jakob Stoklund Olesen1-107/+6
2012-06-20Convert RABasic to using LiveRegMatrix interference checking.Jakob Stoklund Olesen1-0/+13
2012-06-20Avoid iterating with LiveIntervals::iterator.Jakob Stoklund Olesen1-19/+25
2012-06-09Also compute MBB live-in lists in the new rewriter pass.Jakob Stoklund Olesen1-38/+0
2012-06-05Move LiveUnionArray into LiveIntervalUnion.hJakob Stoklund Olesen1-26/+8
2012-06-05Don't print register names in LiveIntervalUnion::print().Jakob Stoklund Olesen1-1/+1
2012-06-05Simplify LiveInterval::print().Jakob Stoklund Olesen1-1/+1
2012-06-01Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen1-3/+3
2012-05-12Don't look for empty live ranges in the unions.Jakob Stoklund Olesen1-1/+4
2012-04-02Moved LiveRangeEdit.h so that it can be called from other parts of the backen...Pete Cooper1-1/+1
2012-03-04Use uint16_t to store register overlaps to reduce static data.Craig Topper1-1/+1
2012-01-11Sink spillInterferences into RABasic.Jakob Stoklund Olesen1-54/+0