Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / CodeGen / ExecutionDepsFix.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-17 Jakob Stoklund OlesenMerge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
2012-10-03 Silviu BarangaFixed a bug in the ExecutionDependencyFix pass that...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2011-12-21 Jakob Stoklund OlesenMove common code into an MRI function.
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-11-23 Jakob Stoklund OlesenFix PR11422.
2011-11-15 Jakob Stoklund OlesenCheck all overlaps when looking for used registers.
2011-11-15 Jakob Stoklund OlesenBreak false dependencies before partial register updates.
2011-11-15 Jakob Stoklund OlesenTrack register ages more accurately.
2011-11-09 Jakob Stoklund OlesenCollapse DomainValues across loop back-edges.
2011-11-09 Jakob Stoklund OlesenLink to the live DomainValue after merging.
2011-11-08 Jakob Stoklund OlesenTrack reference count independently from clear().
2011-11-08 Jakob Stoklund OlesenCall release() directly when cleaning up the remaining...
2011-11-08 Jakob Stoklund OlesenRename all methods to follow style guide.
2011-11-08 Jakob Stoklund OlesenHandle reference counts in one function: release().
2011-11-08 Jakob Stoklund OlesenClear old DomainValue after merging.
2011-11-07 Jakob Stoklund OlesenKill and collapse outstanding DomainValues.
2011-11-07 Jakob Stoklund OlesenUse a reverse post order instead of a DFS order.
2011-11-07 Jakob Stoklund OlesenExtract two methods. No functional change.
2011-11-07 Jakob Stoklund OlesenMBB doesn't need to be a class member.
2011-11-07 Jakob Stoklund OlesenFix pass name after the source was moved.
2011-09-28 Jakob Stoklund OlesenRename class and clean up source.
2011-09-28 Jakob Stoklund OlesenRename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.