summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SimpleRegisterCoalescing.h
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor code. Remove duplicated functions that basically do the same thing asEvan Cheng2008-03-051-4/+0
* No need for coalescer to update kills. Only copies are coalesced and those in...Evan Cheng2008-02-291-8/+0
* Refactor some code; check if commuteInstruction is able to commute the instru...Evan Cheng2008-02-161-0/+5
* - Removing the infamous r2rMap_ and rep() method. Now the coalescer will updateEvan Cheng2008-02-151-51/+26
* Initial support for copy elimination by commuting its definition MI.Evan Cheng2008-02-131-1/+8
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-2/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Add explicit keywords, and fix a minor typo that they uncovered.Dan Gohman2007-12-141-2/+3
* Switch over to MachineLoopInfo.Evan Cheng2007-12-111-2/+2
* First step towards moving the coalescer to priority_queue based machinery.Evan Cheng2007-11-061-16/+70
* Move SimpleRegisterCoalescing.h to lib/CodeGen since there is now a commonEvan Cheng2007-11-051-0/+184
OpenPOWER on IntegriCloud