summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineBlockPlacement.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-08-241-30/+64
* Add test case for r311511Matthias Braun2017-08-231-1/+2
* Increase tail dup threshold for -O3 from 3 to 4.Richard Smith2017-08-171-1/+1
* BlockPlacement: add a flag to force cold block outlining w/o a profile.Kyle Butt2017-08-041-1/+6
* Revert Revert [MBP] do not rotate loop if it creates extra branchSerguei Katkov2017-07-111-1/+36
* This reverts commit r306272.Serguei Katkov2017-06-261-29/+0
* [MBP] do not rotate loop if it creates extra branchSerguei Katkov2017-06-261-0/+29
* [MachineBlockPlacement] trivial fix in comments, NFCHiroshi Inoue2017-06-161-5/+5
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun2017-05-251-2/+2
* CodeGen: BlockPlacement: Add Message strings to asserts. NFCKyle Butt2017-05-171-16/+29
* CodeGen: BlockPlacement: Increase tail duplication size for O3.Kyle Butt2017-05-151-3/+27
* CodeGen: BlockPlacement: Add comment about DenseMap Safety.Kyle Butt2017-04-121-0/+3
* [MachineBlockPlacment] Add an assert to ensure there is no order dependency o...Benjamin Kramer2017-04-121-3/+7
* [MachineBlockPlacement] Clean up data structures a bit.Benjamin Kramer2017-04-121-21/+17
* CodeGen: BlockPlacement: Clear ComputedEdges between functions.Kyle Butt2017-04-121-2/+5
* CodeGen: BlockPlacement: Don't always tail-duplicate with no other successor.Kyle Butt2017-04-101-5/+1
* CodeGen: BlockPlacement: Minor probability changes.Kyle Butt2017-04-101-24/+32
* Fix trellis layout to avoid mis-identify triangle.Dehao Chen2017-03-231-1/+6
* 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
OpenPOWER on IntegriCloud