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
/
test
/
CodeGen
/
X86
/
block-placement.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generalize MergeBlockIntoPredecessor. Replace uses of MergeBasicBlockIntoOnly...
Alina Sbirlea
2018-06-20
1
-2
/
+2
*
[Debugify] Skip dbg.value placement for EH pads, musttail
Vedant Kumar
2018-06-03
1
-0
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-3
/
+3
*
Fix typo. NFC
Xin Tong
2017-10-01
1
-1
/
+1
*
Revert "Fix typo [NFC]"
Xin Tong
2017-10-01
1
-1
/
+1
*
Fix typo [NFC]
Xin Tong
2017-10-01
1
-1
/
+1
*
Revert Revert [MBP] do not rotate loop if it creates extra branch
Serguei Katkov
2017-07-11
1
-1
/
+100
*
This reverts commit r306272.
Serguei Katkov
2017-06-26
1
-52
/
+1
*
[MBP] do not rotate loop if it creates extra branch
Serguei Katkov
2017-06-26
1
-1
/
+52
*
CodeGen: BlockPlacement: Minor probability changes.
Kyle Butt
2017-04-10
1
-0
/
+41
*
Codegen: Make chains from trellis-shaped CFGs
Kyle Butt
2017-02-15
1
-15
/
+13
*
Using branch probability to guide critical edge splitting.
Dehao Chen
2016-10-20
1
-4
/
+4
*
Revert r284545 again as the regression in ppc still exists. There is bug in M...
Dehao Chen
2016-10-19
1
-4
/
+4
*
Using branch probability to guide critical edge splitting.
Dehao Chen
2016-10-18
1
-4
/
+4
*
revert r284541.
Dehao Chen
2016-10-18
1
-4
/
+4
*
Using branch probability to guide critical edge splitting.
Dehao Chen
2016-10-18
1
-4
/
+4
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-11
1
-1
/
+9
*
Revert "Codegen: Tail-duplicate during placement."
Daniel Jasper
2016-10-11
1
-9
/
+1
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-11
1
-1
/
+9
*
Revert "Codegen: Tail-duplicate during placement."
Kyle Butt
2016-10-08
1
-9
/
+1
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-07
1
-1
/
+9
*
Revert "Codegen: Tail-duplicate during placement."
Kyle Butt
2016-10-05
1
-9
/
+1
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-04
1
-1
/
+9
*
Revert "Codegen: Tail-duplicate during placement."
Kyle Butt
2016-10-04
1
-9
/
+1
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-04
1
-1
/
+9
*
Codegen: MachineBlockPlacement Improve probability layout.
Kyle Butt
2016-07-29
1
-0
/
+168
*
Fix a test case to match its intention
Xinliang David Li
2016-06-14
1
-2
/
+2
*
Set machine block placement hot prob threshold for both static and runtime pr...
Dehao Chen
2016-06-14
1
-0
/
+78
*
Revive http://reviews.llvm.org/D12778 to handle forward-hot-prob and backward...
Dehao Chen
2016-06-08
1
-0
/
+32
*
Do not select EhPad BB in MachineBlockPlacement when there is regular BB to s...
Amaury Sechet
2016-04-07
1
-0
/
+93
*
Don't delete empty preheaders in CodeGenPrepare if it would create a critical...
Chuang-Yu Cheng
2016-04-05
1
-2
/
+0
*
Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.
Cong Hou
2016-03-23
1
-18
/
+20
*
Revert "Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed."
Benjamin Kramer
2016-01-27
1
-14
/
+13
*
Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.
Cong Hou
2016-01-26
1
-13
/
+14
*
[MC] Use .p2align instead of .align
Dan Gohman
2016-01-26
1
-15
/
+15
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-4
/
+4
*
[MBP] Revert r231238 which attempted to fix a nasty bug where MBP is
Chandler Carruth
2015-03-05
1
-93
/
+9
*
[MBP] Fix a really horrible bug in MachineBlockPlacement, but behind
Chandler Carruth
2015-03-04
1
-9
/
+93
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-93
/
+93
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-25
/
+25
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
1
-3
/
+3
*
[SDAG] Make the DAGCombine worklist not grow endlessly due to duplicate
Chandler Carruth
2014-07-23
1
-38
/
+0
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....
Stephen Lin
2013-07-13
1
-8
/
+8
*
Fix tail merging to assign the (more) correct BasicBlock when splitting.
Andrew Trick
2013-06-24
1
-2
/
+2
*
Add a new function attribute 'cold' to functions.
Diego Novillo
2013-05-24
1
-0
/
+32
*
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-30
1
-2
/
+2
*
Add a much more conservative strategy for aligning branch targets.
Chandler Carruth
2012-08-07
1
-0
/
+8
*
MachineCSE: Update the heuristics for isProfitableToCSE.
Manman Ren
2012-08-07
1
-1
/
+1
*
Flip the new block-placement pass to be on by default.
Chandler Carruth
2012-04-16
1
-1
/
+1
[next]