aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ExecutionDepsFix.cpp
AgeCommit message (Expand)Author
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-17Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().Jakob Stoklund Olesen
2012-10-03Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...Silviu Baranga
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-06-01Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen
2012-03-04Use uint16_t to store register overlaps to reduce static data.Craig Topper
2011-12-21Move common code into an MRI function.Jakob Stoklund Olesen
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-11-23Fix PR11422.Jakob Stoklund Olesen
2011-11-15Check all overlaps when looking for used registers.Jakob Stoklund Olesen
2011-11-15Break false dependencies before partial register updates.Jakob Stoklund Olesen
2011-11-15Track register ages more accurately.Jakob Stoklund Olesen
2011-11-09Collapse DomainValues across loop back-edges.Jakob Stoklund Olesen
2011-11-09Link to the live DomainValue after merging.Jakob Stoklund Olesen
2011-11-08Track reference count independently from clear().Jakob Stoklund Olesen
2011-11-08Call release() directly when cleaning up the remaining DomainValues.Jakob Stoklund Olesen
2011-11-08Rename all methods to follow style guide.Jakob Stoklund Olesen
2011-11-08Handle reference counts in one function: release().Jakob Stoklund Olesen
2011-11-08Clear old DomainValue after merging.Jakob Stoklund Olesen
2011-11-07Kill and collapse outstanding DomainValues.Jakob Stoklund Olesen
2011-11-07Use a reverse post order instead of a DFS order.Jakob Stoklund Olesen
2011-11-07Extract two methods. No functional change.Jakob Stoklund Olesen
2011-11-07MBB doesn't need to be a class member.Jakob Stoklund Olesen
2011-11-07Fix pass name after the source was moved.Jakob Stoklund Olesen
2011-09-28Rename class and clean up source.Jakob Stoklund Olesen
2011-09-28Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.Jakob Stoklund Olesen