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
*
[MBP] Don't move bottom block before header if it can't reduce taken branches
Guozhi Wei
2019-01-25
1
-0
/
+38
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2019-01-09
1
-1
/
+1
*
ARM: align loops to 4 bytes on Cortex-M3 and Cortex-M4.
Tim Northover
2018-09-13
1
-1
/
+2
*
[CodeGen] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-16
1
-2
/
+2
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-06-20
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-77
/
+84
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-40
/
+40
*
[BlockPlacement] Disable block placement tail duplciation in structured CFG.
Tim Shen
2018-03-30
1
-6
/
+11
*
Add hasProfileData() to check if a function has profile data. NFC.
Easwaran Raman
2017-12-22
1
-3
/
+3
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-8
/
+8
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[MBP] Remove an invalid assert.
Xin Tong
2017-10-05
1
-6
/
+0
*
[MachineBlockPlacement] Make sure PreferredLoopExit is cleared everytime new ...
Xin Tong
2017-10-04
1
-0
/
+10
*
[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
[next]