|
Fine grained AutoFDO implementation
Total comments: 56
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+2196 lines, -23 lines) |
Patch |
 |
M |
gcc/ChangeLog.google-4_7
|
View
|
1
2
3
4
5
6
|
2 chunks |
+138 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gcc/Makefile.in
|
View
|
1
2
3
4
5
6
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
gcc/auto-profile.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
A |
gcc/auto-profile.c
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1719 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gcc/basic-block.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
gcc/cfg.c
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
gcc/cgraph.c
|
View
|
1
2
3
4
5
6
|
4 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gcc/cgraphbuild.c
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gcc/cgraphunit.c
|
View
|
1
2
3
4
5
6
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gcc/common.opt
|
View
|
1
2
3
4
5
6
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gcc/coverage.c
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gcc/debug.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
gcc/dwarf2out.c
|
View
|
1
2
3
4
5
6
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gcc/gcov-io.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gcc/ipa-inline.c
|
View
|
1
2
3
4
5
6
|
6 chunks |
+46 lines, -4 lines |
0 comments
|
Download
|
 |
M |
gcc/ipa-inline-transform.c
|
View
|
1
2
3
4
5
6
|
4 chunks |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gcc/ira-int.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
gcc/loop-unroll.c
|
View
|
1
2
3
4
5
6
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gcc/opts.c
|
View
|
1
2
3
4
5
6
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gcc/passes.c
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
gcc/predict.c
|
View
|
1
2
3
4
5
6
|
3 chunks |
+28 lines, -9 lines |
0 comments
|
Download
|
 |
M |
gcc/profile.c
|
View
|
1
2
3
4
5
6
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
gcc/regs.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
gcc/timevar.def
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
gcc/toplev.c
|
View
|
1
2
3
4
5
6
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gcc/tree-cfg.c
|
View
|
1
2
3
4
5
6
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gcc/tree-inline.c
|
View
|
1
2
3
4
5
6
|
4 chunks |
+18 lines, -1 line |
0 comments
|
Download
|
 |
M |
gcc/tree-pass.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
gcc/tree-profile.c
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
gcc/tree-ssa-live.c
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 12
|