summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocBase.cpp
AgeCommit message (Expand)Author
2017-12-13Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun
2017-12-01Mark all library options as hidden.Zachary Turner
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-09-13[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2017-07-24RA: Replace asserts related to empty live intervalsMatt Arsenault
2017-07-21RA: Remove assert on empty live intervalsMatt Arsenault
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-11-18Timer: Track name and description.Matthias Braun
2016-08-24Create subranges for new intervals resulting from live interval splittingKrzysztof Parzyszek
2016-04-18[NFC] Header cleanupMehdi Amini
2016-04-13Recommit r265547, and r265610,r265639,r265657 on top of it, plusWei Mi
2016-04-08Revert r265547 "Recommit r265309 after fixed an invalid memory reference bug ...Hans Wennborg
2016-04-06Recommit r265309 after fixed an invalid memory reference bug happenedWei Mi
2016-04-04Revert r265309 and r265312 because they caused some errors I need to investig...Wei Mi
2016-04-04Replace analyzeSiblingValues with new algorithm to fix its compileWei Mi
2015-03-23Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer
2015-01-08[RegAllocGreedy] Introduce a late pass to repair broken hints.Quentin Colombet
2014-11-17Move register class name strings to a single array in MCRegisterInfo to reduc...Craig Topper
2014-10-14Remove unnecessary TargetMachine.h includes.Eric Christopher
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-03-13Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitableOwen Anderson
2014-02-22Fix typoManman Ren
2013-11-22DEBUG shouldEvict decisionsAndrew Trick
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-18Revert r194865 and r194874.Alexey Samsonov
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-10-10Print register in LiveInterval::print()Matthias Braun
2013-10-05Emit a better error when running out of registers on inline asm.Benjamin Kramer
2013-08-14Track new virtual registers by register number.Mark Lacey
2013-07-17Make constant string pointer into an array to remove a pointer lookup for eve...Craig Topper
2012-11-28Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen
2012-11-28Revert r168630, r168631, and r168633 as these are causing nightly test failures.Chad Rosier
2012-11-26Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,Chad Rosier
2012-06-20Remove LiveIntervalUnions from RegAllocBase.Jakob Stoklund Olesen
2012-06-20Convert RABasic to using LiveRegMatrix interference checking.Jakob Stoklund Olesen
2012-06-20Avoid iterating with LiveIntervals::iterator.Jakob Stoklund Olesen
2012-06-09Also compute MBB live-in lists in the new rewriter pass.Jakob Stoklund Olesen
2012-06-05Move LiveUnionArray into LiveIntervalUnion.hJakob Stoklund Olesen
2012-06-05Don't print register names in LiveIntervalUnion::print().Jakob Stoklund Olesen
2012-06-05Simplify LiveInterval::print().Jakob Stoklund Olesen
2012-06-01Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen
2012-05-12Don't look for empty live ranges in the unions.Jakob Stoklund Olesen
2012-04-02Moved LiveRangeEdit.h so that it can be called from other parts of the backen...Pete Cooper
2012-03-04Use uint16_t to store register overlaps to reduce static data.Craig Topper
2012-01-11Sink spillInterferences into RABasic.Jakob Stoklund Olesen
2012-01-11Move RegAllocBase into its own cpp file separate from RABasic.Jakob Stoklund Olesen