George Rimar
|
da4302ce0d
|
[ELF] - Add a test for --no-warn-symbol-ordering.
Mentioned flag was never tested together with
--call-graph-ordering-file. And the following line
was uncovered:
https://github.com/llvm-mirror/lld/blob/master/ELF/Symbols.cpp#L248
llvm-svn: 337266
|
2018-07-17 12:04:23 +00:00 |
George Rimar
|
92108de572
|
[ELF] - Add a test for readCallGraph() code.
This is to test the following untested line:
https://github.com/llvm-mirror/lld/blob/master/ELF/Driver.cpp#L643
llvm-svn: 336670
|
2018-07-10 13:42:21 +00:00 |
George Rimar
|
20b92c4d0d
|
[ELF] - Report call graph profile file names in error messages.
We did not report file names for some reason.
llvm-svn: 336650
|
2018-07-10 10:16:48 +00:00 |
Fangrui Song
|
40a9f2251b
|
[ELF] Replace unused output filenames with /dev/null in tests
Post commit review at rLLD335992
llvm-svn: 336129
|
2018-07-02 17:48:23 +00:00 |
Michael J. Spencer
|
b842725c1d
|
[ELF] Add profile guided section layout
This adds profile guided layout using the Call-Chain Clustering (C³) heuristic
from https://research.fb.com/wp-content/uploads/2017/01/cgo2017-hfsort-final1.pdf .
RFC: [llvm-dev] [RFC] Profile guided section layout
http://lists.llvm.org/pipermail/llvm-dev/2017-June/114178.html
Pass `--call-graph-ordering-file <file>` to read a call graph profile where each
line has the format:
<from symbol> <to symbol> <call count>
Differential Revision: https://reviews.llvm.org/D36351
llvm-svn: 330234
|
2018-04-17 23:30:05 +00:00 |