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 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
*
[MBP] Use range based for-loops throughout this code. Several had
Chandler Carruth
2015-03-05
1
-140
/
+108
*
[MBP] NFC, run clang-format over this code and tweak things to make the
Chandler Carruth
2015-03-05
1
-71
/
+62
*
[MBP] This is no longer 'block-placement2'. ;] The old variants are long
Chandler Carruth
2015-03-05
1
-3
/
+3
*
[MBP] Revert r231238 which attempted to fix a nasty bug where MBP is
Chandler Carruth
2015-03-05
1
-26
/
+0
*
[MBP] Fix a really horrible bug in MachineBlockPlacement, but behind
Chandler Carruth
2015-03-04
1
-0
/
+26
*
Add a flag to experiment with outlining optional branches.
Daniel Jasper
2015-03-04
1
-2
/
+46
*
NFC: Use range-based for loops and more consistent naming.
Daniel Jasper
2015-02-18
1
-19
/
+15
*
Remove experimental options to control machine block placement.
Daniel Jasper
2015-02-18
1
-35
/
+20
*
CodeGen: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-2
/
+1
*
[MBP] Add flags to disable the BadCFGConflict check in MachineBlockPlacement.
Chandler Carruth
2015-01-14
1
-20
/
+35
*
[PowerPC/BlockPlacement] Allow target to provide a per-loop alignment preference
Hal Finkel
2015-01-03
1
-3
/
+4
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+2
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+3
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-4
/
+8
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-8
/
+4
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-17
/
+17
*
Disable each MachineFunctionPass for 'optnone' functions, unless that
Paul Robinson
2014-03-31
1
-0
/
+3
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-4
/
+4
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-13
/
+13
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-18
/
+3
*
Add a LLVM_DUMP_METHOD macro.
Nico Weber
2014-01-03
1
-1
/
+1
*
[block-freq] Update MachineBlockPlacement and RegAllocGreedy to use the new M...
Michael Gottesman
2013-12-14
1
-5
/
+6
*
Fix gcc warnings.
Matt Arsenault
2013-12-10
1
-0
/
+2
*
Revert part of GCC warning fix to fix debug build.
Matt Arsenault
2013-12-05
1
-0
/
+1
*
Fix minor GCC warnings.
Matt Arsenault
2013-12-05
1
-1
/
+0
*
Output a bit more information in the debug printing for MBP. This was
Chandler Carruth
2013-11-25
1
-3
/
+4
*
MachineBlockPlacement: Strengthen the source order bias when picking an exit ...
Benjamin Kramer
2013-11-20
1
-4
/
+13
*
Fix a defect in code-layout pass, improving Benchmarks/Olden/em3d/em3d by abo...
Shuxin Yang
2013-06-04
1
-1
/
+25
[prev]
[next]