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
*
Revert "[MBP] Reduce code size by running tail merging in MBP."
Haicheng Wu
2016-06-07
1
-36
/
+3
*
[MBP] Reduce code size by running tail merging in MBP.
Haicheng Wu
2016-06-06
1
-3
/
+36
*
Replace hard coded probability threshold with parameter /NFC
Xinliang David Li
2016-06-03
1
-1
/
+3
*
[MBP] Factor out the optimizations on branch conditions and unanalyzable bran...
Haicheng Wu
2016-05-24
1
-44
/
+49
*
[MBP] Remove a redundant skipFunction(). NFC.
Haicheng Wu
2016-05-18
1
-3
/
+0
*
Fix option description /NFC
Xinliang David Li
2016-05-12
1
-2
/
+2
*
[Layout] Add a new option (NFC)
Xinliang David Li
2016-05-12
1
-1
/
+7
*
Add opt-bisect support to additional passes that can be skipped
Andrew Kaylor
2016-05-03
1
-0
/
+3
*
[MachineBlockPlacement] Let the target optimize the branches at the end.
Quentin Colombet
2016-05-02
1
-0
/
+13
*
[MBP] Use Function::optForSize() instead of checking OptimizeForSize directly.
Haicheng Wu
2016-04-29
1
-2
/
+1
*
[MBP] Split placement and alignment into two functions. NFC.
Haicheng Wu
2016-04-29
1
-0
/
+5
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
Do not select EhPad BB in MachineBlockPlacement when there is regular BB to s...
Amaury Sechet
2016-04-07
1
-12
/
+66
*
[BlockPlacement] Remove an unnecessary continue
Amaury Sechet
2016-04-07
1
-1
/
+0
*
[MBP] Remove an unused function parameter
Amaury Sechet
2016-04-07
1
-5
/
+3
*
Revert "[BlockPlacement] Remove an unnecessary continue" and "[MBP] Remove an...
Amaury Sechet
2016-04-07
1
-3
/
+6
*
[MBP] Remove an unused function parameter
Haicheng Wu
2016-04-06
1
-5
/
+3
*
[BlockPlacement] Remove an unnecessary continue
Haicheng Wu
2016-04-05
1
-1
/
+0
*
Factor out MachineBlockPlacement::fillWorkLists. NFC
Amaury Sechet
2016-03-14
1
-36
/
+39
*
Minor code cleanup. NFC.
Junmo Park
2016-03-11
1
-1
/
+1
*
[MBP] Renaming a confusing variable and add clarifying comments
Philip Reames
2016-03-03
1
-19
/
+24
*
[MBP] Avoid placing random blocks between loop preheader and header
Philip Reames
2016-03-03
1
-1
/
+2
*
[MBP] Remove overly verbose debug output
Philip Reames
2016-03-02
1
-5
/
+2
*
[MBP] Adjust debug output to be more focused and approachable
Philip Reames
2016-03-02
1
-18
/
+9
*
Partially revert "Add command line options to force function/loop alignments."
Chad Rosier
2016-01-21
1
-10
/
+0
*
[BlockPlacement] Add option to align all non-fall-through blocks.
Geoff Berry
2016-01-21
1
-0
/
+16
*
Add command line options to force function/loop alignments.
Chad Rosier
2015-12-29
1
-0
/
+10
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-41
/
+30
*
Revert r254348: "Replace all weight-based interfaces in MBB with probability-...
Hans Wennborg
2015-12-01
1
-30
/
+41
*
Fix a bug in MachineBlockPlacement that may cause assertion failure during Br...
Cong Hou
2015-12-01
1
-3
/
+7
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-41
/
+26
*
Improving edge probabilities computation when choosing the best successor in ...
Cong Hou
2015-11-18
1
-13
/
+43
*
In MachineBlockPlacement, filter cold blocks off the loop chain when profile ...
Cong Hou
2015-11-02
1
-2
/
+46
*
Enhance loop rotation with existence of profile data in MachineBlockPlacement...
Cong Hou
2015-10-19
1
-3
/
+184
*
CodeGen: Remove implicit iterator conversions from MBB.cpp
Duncan P. N. Exon Smith
2015-10-09
1
-8
/
+8
*
Fix a spelling error in the description of a statistic. NFC
Craig Topper
2015-09-16
1
-1
/
+1
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-1
/
+1
*
Revert r244154 which causes some build failure. See https://llvm.org/bugs/sho...
Cong Hou
2015-08-06
1
-4
/
+6
*
Record whether the weights on out-edges from a MBB are normalized.
Cong Hou
2015-08-05
1
-6
/
+4
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-0
/
+1
*
Test commit.
Cong Hou
2015-07-15
1
-1
/
+0
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-3
/
+3
*
[MBP] Spell the conditions the same way through out this if statement.
Chandler Carruth
2015-04-15
1
-1
/
+1
*
[MBP] Sink a comment into the if block to which it pertains. This makes
Chandler Carruth
2015-04-15
1
-1
/
+1
*
[MBP] Fix a really misleading typo in a comment.
Chandler Carruth
2015-04-15
1
-1
/
+1
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
[MBP] Don't outline short optional branches
Daniel Jasper
2015-03-20
1
-2
/
+25
[next]