Remove a redundant assertion in MachineBasicBlock.cpp. NFC.
[oota-llvm.git] / lib / CodeGen / RegisterCoalescer.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-09-20 Sanjay Patelmop up: "Don’t duplicate function or class name at...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-16 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2012-09-06 Jakob Stoklund OlesenAllow overlaps between virtreg and physreg live ranges.
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-05-15 Jakob Stoklund OlesenExtend the CoalescerPair interface to handle symmetric...
2012-03-13 Lang HamesFixed typo in comment.
2012-02-17 Jim GrosbachTidy up.
2011-08-09 Jakob Stoklund OlesenRename member variables to follow coding standards.
2011-08-09 Jakob Stoklund OlesenMove the RegisterCoalescer private to its implementatio...
2011-07-26 Jakob Stoklund OlesenEliminate copies of undefined values during coalescing.
2011-06-30 Rafael EspindolaRemove dead code.
2011-06-29 Rafael Espindolamake compose and isMoveInstr static functions.
2011-06-26 Rafael EspindolaRemove unused methods.
2011-06-26 Rafael EspindolaThere is only one register coalescer. Merge it into...
2011-06-26 Rafael Espindolamerge SimpleRegisterCoalescing.h into RegisterCoalescer.h.
2011-06-26 Rafael EspindolaMove RegisterCoalescer.h to lib/CodeGen.