summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineBlockPlacement.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg2015-12-011-30/+41
* Fix a bug in MachineBlockPlacement that may cause assertion failure during Br...Cong Hou2015-12-011-3/+7
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-41/+26
* Improving edge probabilities computation when choosing the best successor in ...Cong Hou2015-11-181-13/+43
* In MachineBlockPlacement, filter cold blocks off the loop chain when profile ...Cong Hou2015-11-021-2/+46
* Enhance loop rotation with existence of profile data in MachineBlockPlacement...Cong Hou2015-10-191-3/+184
* CodeGen: Remove implicit iterator conversions from MBB.cppDuncan P. N. Exon Smith2015-10-091-8/+8
* Fix a spelling error in the description of a statistic. NFCCraig Topper2015-09-161-1/+1
* [WinEH] Add some support for code generating catchpadReid Kleckner2015-08-271-1/+1
* Revert r244154 which causes some build failure. See https://llvm.org/bugs/sho...Cong Hou2015-08-061-4/+6
* Record whether the weights on out-edges from a MBB are normalized.Cong Hou2015-08-051-6/+4
* wrap OptSize and MinSize attributes for easier and consistent access (NFCI)Sanjay Patel2015-08-041-0/+1
* Test commit.Cong Hou2015-07-151-1/+0
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-3/+3
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-3/+3
* [MBP] Spell the conditions the same way through out this if statement.Chandler Carruth2015-04-151-1/+1
* [MBP] Sink a comment into the if block to which it pertains. This makesChandler Carruth2015-04-151-1/+1
* [MBP] Fix a really misleading typo in a comment.Chandler Carruth2015-04-151-1/+1
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* [MBP] Don't outline short optional branchesDaniel Jasper2015-03-201-2/+25
OpenPOWER on IntegriCloud