summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineBlockPlacement.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [MachineBlockPlacement] Don't make blocks "uneditable"Sanjoy Das2016-12-151-0/+22
* Make block placement deterministicRong Xu2016-11-161-3/+3
* Move the initialization of PreferredLoopExit into runOnMachineFunction to be ...Eric Christopher2016-11-011-1/+5
* Fix uninitialized access in MachineBlockPlacement.Sam McCall2016-11-011-0/+1
* CodeGen: Handle missed case of block removal during BlockPlacement.Kyle Butt2016-10-271-4/+10
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-111-27/+278
* Revert "Codegen: Tail-duplicate during placement."Daniel Jasper2016-10-111-279/+27
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-111-27/+279
* Revert "Codegen: Tail-duplicate during placement."Kyle Butt2016-10-081-279/+27
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-071-27/+279
* Revert "Codegen: Tail-duplicate during placement."Kyle Butt2016-10-051-279/+27
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-041-27/+279
* Revert "Codegen: Tail-duplicate during placement."Kyle Butt2016-10-041-274/+27
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-041-27/+274
* Finish renaming remaining analyzeBranch functionsMatt Arsenault2016-09-141-2/+2
* Make analyzeBranch family of instruction names consistentMatt Arsenault2016-09-141-1/+1
* 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
OpenPOWER on IntegriCloud