-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
604 changed files
with
32,954 additions
and
18,456 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* This test checks timers for metadata manager phases. | ||
# RUN: %clang %cflags %s -o %t.exe | ||
# RUN: link_fdata %s %t.exe %t.fdata | ||
# RUN: llvm-bolt %t.exe -o %t.null --data %t.fdata -w %t.yaml --time-rewrite \ | ||
# RUN: 2>&1 | FileCheck %s | ||
# RUN: link_fdata %s %t.exe %t.preagg PREAGG | ||
# RUN: perf2bolt %t.exe -o %t.null -p %t.preagg --pa --time-rewrite \ | ||
# RUN: 2>&1 | FileCheck %s --check-prefix=CHECK-P2B | ||
# CHECK-DAG: update metadata post-emit | ||
# CHECK-DAG: process section metadata | ||
# CHECK-DAG: process metadata pre-CFG | ||
# CHECK-DAG: process metadata post-CFG | ||
# CHECK-DAG: finalize metadata pre-emit | ||
# CHECK-P2B-DAG: process section metadata | ||
# CHECK-P2B-DAG: process metadata pre-CFG | ||
# FDATA: 0 [unknown] 0 1 main 0 1 0 | ||
# PREAGG: B X:0 #main# 1 0 | ||
*/ | ||
int main() { return 0; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.