summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineBlockPlacement.cpp
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: BlockPlacement: Reduce TriangleChainCount to 2Kyle Butt2017-03-161-1/+1
* CodeGen: BlockPlacement: Precompute layout for chains of triangles.Kyle Butt2017-03-031-0/+134
* CodeGen: MachineBlockPlacement: Remove the unused outlining heuristic.Kyle Butt2017-03-021-98/+1
* CodeGen: MachineBlockPlacement: Rename member to more general name. NFC.Kyle Butt2017-02-231-13/+11
* Codegen: Make chains from trellis-shaped CFGsKyle Butt2017-02-151-17/+293
* include function name in dot filenameXinliang David Li2017-02-151-1/+1
* [CodeGen]: BlockPlacement: Skip extraneous logging.Kyle Butt2017-02-041-3/+3
* [CodeGen]: BlockPlacement: Apply const liberally. NFCKyle Butt2017-02-041-94/+103
* [PGO] internal option cleanupsXinliang David Li2017-02-021-0/+6
* [PGO] make graph view internal options available for all buildsXinliang David Li2017-02-021-4/+0
* CodeGen: Allow small copyable blocks to "break" the CFG.Kyle Butt2017-01-311-35/+327
* Add support to dump dot graph block layout after MBPXinliang David Li2017-01-291-0/+14
* Revert "CodeGen: Allow small copyable blocks to "break" the CFG."Kyle Butt2017-01-111-52/+7
* CodeGen: Allow small copyable blocks to "break" the CFG.Kyle Butt2017-01-101-7/+52
* Trying to fix NDEBUG build after r289764Hal Finkel2016-12-151-0/+2
* [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
OpenPOWER on IntegriCloud