summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineBlockPlacement.cpp
Commit message (Expand)AuthorAgeFilesLines
* Branch Folding: Accept explicit threshold for tail merge size.Kyle Butt2016-08-181-1/+3
* [MBP] do not reorder and move up loop latch blockSjoerd Meijer2016-08-161-0/+10
* Use the range variant of remove_if instead of unpacking begin/endDavid Majnemer2016-08-121-4/+4
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-3/+2
* Codegen: MachineBlockPlacement Improve probability layout.Kyle Butt2016-07-291-15/+45
* [MBP] Added some more debug messages and some clean ups /NFCSjoerd Meijer2016-07-271-11/+31
* [MBP] Clean up of the comments, and a first attempt to better describe a partSjoerd Meijer2016-07-151-28/+49
* Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar2016-07-151-6/+6
* [MBP] method interface cleanupXinliang David Li2016-07-011-25/+20
* Codegen: [MBP] Add messages to asserts. NFCKyle Butt2016-06-281-3/+4
* [MBP] show function name in debug dumpXinliang David Li2016-06-241-0/+1
* Codegen: [MBP] Add assert strings. NFCKyle Butt2016-06-171-2/+2
* [MBP] add comments and bug fixXinliang David Li2016-06-151-3/+13
* Set machine block placement hot prob threshold for both static and runtime pr...Dehao Chen2016-06-141-8/+16
* [MBP] Interface cleanups /NFCXinliang David Li2016-06-131-59/+61
* [MBP] Code cleanup #3 /NFCXinliang David Li2016-06-131-43/+137
* [MBP] Code cleanup /NFCXinliang David Li2016-06-121-43/+73
* [MBP] Code cleanup /NFCXinliang David Li2016-06-111-30/+59
* Reapply "[MBP] Reduce code size by running tail merging in MBP.""Haicheng Wu2016-06-091-3/+36
* Revive http://reviews.llvm.org/D12778 to handle forward-hot-prob and backward...Dehao Chen2016-06-081-3/+10
* Revert "[MBP] Reduce code size by running tail merging in MBP."Haicheng Wu2016-06-071-36/+3
* [MBP] Reduce code size by running tail merging in MBP.Haicheng Wu2016-06-061-3/+36
* Replace hard coded probability threshold with parameter /NFCXinliang David Li2016-06-031-1/+3
* [MBP] Factor out the optimizations on branch conditions and unanalyzable bran...Haicheng Wu2016-05-241-44/+49
* [MBP] Remove a redundant skipFunction(). NFC.Haicheng Wu2016-05-181-3/+0
* Fix option description /NFCXinliang David Li2016-05-121-2/+2
* [Layout] Add a new option (NFC)Xinliang David Li2016-05-121-1/+7
* Add opt-bisect support to additional passes that can be skippedAndrew Kaylor2016-05-031-0/+3
* [MachineBlockPlacement] Let the target optimize the branches at the end.Quentin Colombet2016-05-021-0/+13
* [MBP] Use Function::optForSize() instead of checking OptimizeForSize directly.Haicheng Wu2016-04-291-2/+1
* [MBP] Split placement and alignment into two functions. NFC.Haicheng Wu2016-04-291-0/+5
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-1/+1
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-1/+1
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-1/+1
* Do not select EhPad BB in MachineBlockPlacement when there is regular BB to s...Amaury Sechet2016-04-071-12/+66
* [BlockPlacement] Remove an unnecessary continueAmaury Sechet2016-04-071-1/+0
* [MBP] Remove an unused function parameterAmaury Sechet2016-04-071-5/+3
* Revert "[BlockPlacement] Remove an unnecessary continue" and "[MBP] Remove an...Amaury Sechet2016-04-071-3/+6
* [MBP] Remove an unused function parameterHaicheng Wu2016-04-061-5/+3
* [BlockPlacement] Remove an unnecessary continueHaicheng Wu2016-04-051-1/+0
* Factor out MachineBlockPlacement::fillWorkLists. NFCAmaury Sechet2016-03-141-36/+39
* Minor code cleanup. NFC.Junmo Park2016-03-111-1/+1
* [MBP] Renaming a confusing variable and add clarifying commentsPhilip Reames2016-03-031-19/+24
* [MBP] Avoid placing random blocks between loop preheader and headerPhilip Reames2016-03-031-1/+2
* [MBP] Remove overly verbose debug outputPhilip Reames2016-03-021-5/+2
* [MBP] Adjust debug output to be more focused and approachablePhilip Reames2016-03-021-18/+9
* Partially revert "Add command line options to force function/loop alignments."Chad Rosier2016-01-211-10/+0
* [BlockPlacement] Add option to align all non-fall-through blocks.Geoff Berry2016-01-211-0/+16
* Add command line options to force function/loop alignments.Chad Rosier2015-12-291-0/+10
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-41/+30
OpenPOWER on IntegriCloud