index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
MachineBlockPlacement.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-08-24
1
-30
/
+64
*
Add test case for r311511
Matthias Braun
2017-08-23
1
-1
/
+2
*
Increase tail dup threshold for -O3 from 3 to 4.
Richard Smith
2017-08-17
1
-1
/
+1
*
BlockPlacement: add a flag to force cold block outlining w/o a profile.
Kyle Butt
2017-08-04
1
-1
/
+6
*
Revert Revert [MBP] do not rotate loop if it creates extra branch
Serguei Katkov
2017-07-11
1
-1
/
+36
*
This reverts commit r306272.
Serguei Katkov
2017-06-26
1
-29
/
+0
*
[MBP] do not rotate loop if it creates extra branch
Serguei Katkov
2017-06-26
1
-0
/
+29
*
[MachineBlockPlacement] trivial fix in comments, NFC
Hiroshi Inoue
2017-06-16
1
-5
/
+5
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-2
/
+2
*
CodeGen: BlockPlacement: Add Message strings to asserts. NFC
Kyle Butt
2017-05-17
1
-16
/
+29
*
CodeGen: BlockPlacement: Increase tail duplication size for O3.
Kyle Butt
2017-05-15
1
-3
/
+27
*
CodeGen: BlockPlacement: Add comment about DenseMap Safety.
Kyle Butt
2017-04-12
1
-0
/
+3
*
[MachineBlockPlacment] Add an assert to ensure there is no order dependency o...
Benjamin Kramer
2017-04-12
1
-3
/
+7
*
[MachineBlockPlacement] Clean up data structures a bit.
Benjamin Kramer
2017-04-12
1
-21
/
+17
*
CodeGen: BlockPlacement: Clear ComputedEdges between functions.
Kyle Butt
2017-04-12
1
-2
/
+5
*
CodeGen: BlockPlacement: Don't always tail-duplicate with no other successor.
Kyle Butt
2017-04-10
1
-5
/
+1
*
CodeGen: BlockPlacement: Minor probability changes.
Kyle Butt
2017-04-10
1
-24
/
+32
*
Fix trellis layout to avoid mis-identify triangle.
Dehao Chen
2017-03-23
1
-1
/
+6
*
CodeGen: BlockPlacement: Reduce TriangleChainCount to 2
Kyle Butt
2017-03-16
1
-1
/
+1
*
CodeGen: BlockPlacement: Precompute layout for chains of triangles.
Kyle Butt
2017-03-03
1
-0
/
+134
*
CodeGen: MachineBlockPlacement: Remove the unused outlining heuristic.
Kyle Butt
2017-03-02
1
-98
/
+1
*
CodeGen: MachineBlockPlacement: Rename member to more general name. NFC.
Kyle Butt
2017-02-23
1
-13
/
+11
*
Codegen: Make chains from trellis-shaped CFGs
Kyle Butt
2017-02-15
1
-17
/
+293
*
include function name in dot filename
Xinliang David Li
2017-02-15
1
-1
/
+1
*
[CodeGen]: BlockPlacement: Skip extraneous logging.
Kyle Butt
2017-02-04
1
-3
/
+3
*
[CodeGen]: BlockPlacement: Apply const liberally. NFC
Kyle Butt
2017-02-04
1
-94
/
+103
*
[PGO] internal option cleanups
Xinliang David Li
2017-02-02
1
-0
/
+6
*
[PGO] make graph view internal options available for all builds
Xinliang David Li
2017-02-02
1
-4
/
+0
*
CodeGen: Allow small copyable blocks to "break" the CFG.
Kyle Butt
2017-01-31
1
-35
/
+327
*
Add support to dump dot graph block layout after MBP
Xinliang David Li
2017-01-29
1
-0
/
+14
*
Revert "CodeGen: Allow small copyable blocks to "break" the CFG."
Kyle Butt
2017-01-11
1
-52
/
+7
*
CodeGen: Allow small copyable blocks to "break" the CFG.
Kyle Butt
2017-01-10
1
-7
/
+52
*
Trying to fix NDEBUG build after r289764
Hal Finkel
2016-12-15
1
-0
/
+2
*
[MachineBlockPlacement] Don't make blocks "uneditable"
Sanjoy Das
2016-12-15
1
-0
/
+22
*
Make block placement deterministic
Rong Xu
2016-11-16
1
-3
/
+3
*
Move the initialization of PreferredLoopExit into runOnMachineFunction to be ...
Eric Christopher
2016-11-01
1
-1
/
+5
*
Fix uninitialized access in MachineBlockPlacement.
Sam McCall
2016-11-01
1
-0
/
+1
*
CodeGen: Handle missed case of block removal during BlockPlacement.
Kyle Butt
2016-10-27
1
-4
/
+10
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-11
1
-27
/
+278
*
Revert "Codegen: Tail-duplicate during placement."
Daniel Jasper
2016-10-11
1
-279
/
+27
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-11
1
-27
/
+279
*
Revert "Codegen: Tail-duplicate during placement."
Kyle Butt
2016-10-08
1
-279
/
+27
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-07
1
-27
/
+279
*
Revert "Codegen: Tail-duplicate during placement."
Kyle Butt
2016-10-05
1
-279
/
+27
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-04
1
-27
/
+279
*
Revert "Codegen: Tail-duplicate during placement."
Kyle Butt
2016-10-04
1
-274
/
+27
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-04
1
-27
/
+274
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
1
-2
/
+2
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
1
-1
/
+1
[prev]
[next]