Skip to content

Commit c37fc7e

Browse files
authored
Merge branch 'main' into inline_conv_token
2 parents 255c4fd + e268398 commit c37fc7e

File tree

416 files changed

+11525
-2872
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

416 files changed

+11525
-2872
lines changed

bolt/test/X86/pre-aggregated-perf.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ REQUIRES: system-linux
1111

1212
RUN: yaml2obj %p/Inputs/blarge.yaml &> %t.exe
1313
RUN: perf2bolt %t.exe -o %t --pa -p %p/Inputs/pre-aggregated.txt -w %t.new \
14+
RUN: --show-density \
1415
RUN: --profile-density-threshold=9 --profile-density-cutoff-hot=970000 \
1516
RUN: --profile-use-dfs | FileCheck %s --check-prefix=CHECK-P2B
1617

1718
CHECK-P2B: BOLT-INFO: 4 out of 7 functions in the binary (57.1%) have non-empty execution profile
1819
CHECK-P2B: BOLT-INFO: Functions with density >= 21.7 account for 97.00% total sample counts.
1920

2021
RUN: perf2bolt %t.exe -o %t --pa -p %p/Inputs/pre-aggregated.txt -w %t.new \
22+
RUN: --show-density \
2123
RUN: --profile-density-cutoff-hot=970000 \
2224
RUN: --profile-use-dfs 2>&1 | FileCheck %s --check-prefix=CHECK-WARNING
2325

clang/Maintainers.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,12 @@ C++ conformance
226226
| hubert.reinterpretcast\@gmail.com (email), hubert.reinterpretcast (Phabricator), hubert-reinterpretcast (GitHub)
227227
228228

229+
C++ Defect Reports
230+
~~~~~~~~~~~~~~~~~~
231+
| Vlad Serebrennikov
232+
| serebrennikov.vladislav\@gmail.com (email), Endilll (GitHub), Endill (Discord), Endill (Discourse)
233+
234+
229235
Objective-C/C++ conformance
230236
~~~~~~~~~~~~~~~~~~~~~~~~~~~
231237
| John McCall
@@ -244,6 +250,12 @@ OpenCL conformance
244250
| anastasia\@compiler-experts.com (email), Anastasia (Phabricator), AnastasiaStulova (GitHub)
245251
246252

253+
OpenACC
254+
~~~~~~~
255+
| Erich Keane
256+
| ekeane\@nvidia.com (email), ErichKeane (Phabricator), erichkeane (GitHub)
257+
258+
247259
SYCL conformance
248260
~~~~~~~~~~~~~~~~
249261
| Alexey Bader

clang/docs/AddressSanitizer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Typical slowdown introduced by AddressSanitizer is **2x**.
2626
How to build
2727
============
2828

29-
Build LLVM/Clang with `CMake <https://llvm.org/docs/CMake.html>` and enable
29+
Build LLVM/Clang with `CMake <https://llvm.org/docs/CMake.html>`_ and enable
3030
the ``compiler-rt`` runtime. An example CMake configuration that will allow
3131
for the use/testing of AddressSanitizer:
3232

0 commit comments

Comments
 (0)