aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineBlockPlacement.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink an otherwise unused variable's initializer into the asserts thatChandler Carruth2011-10-241-3/+2
* Now that we have comparison on probabilities, add some static functionsChandler Carruth2011-10-231-8/+5
* Remove a commented out line of code that snuck by my auditing.Chandler Carruth2011-10-231-1/+0
* Completely re-write the algorithm behind MachineBlockPlacement based onChandler Carruth2011-10-231-399/+227
* Add loop aligning to MachineBlockPlacement based on review discussion soChandler Carruth2011-10-211-3/+39
* Implement a block placement pass based on the branch probability andChandler Carruth2011-10-211-0/+624