Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
651 commits
Select commit Hold shift + click to select a range
48f55ba
[Transforms][DXIL] Tool to generate resource metadata and annotations…
bogner Jul 16, 2024
b359209
Fully qualify `std::nullptr`
bogner Jul 16, 2024
9f14197
[gn build] Port 48f55ba9d8e5
llvmgnsyncbot Jul 16, 2024
bbcb3d6
Reapply "[SandboxIR] Add more Instruction member functions (#98588)"
Jul 16, 2024
d3f8105
Revert "Finish deleting the le32/le64 targets" (#99079)
AaronBallman Jul 16, 2024
41b876d
[ValueTracking] Add tests for Known{Bits,NonZero,FPClass} for `llvm.v…
goldsteinn Jul 16, 2024
769952d
[ValueTracking] Implement Known{Bits,NonZero,FPClass} for `llvm.vecto…
goldsteinn Jul 16, 2024
81704f6
Revert "[compiler-rt] adding preadv2/pwritev2 interceptions." (#99085)
mysterymath Jul 16, 2024
5f8c46b
[mlir] Add RewriterBase to the C API (#98962)
math-fehr Jul 16, 2024
f1c957d
[libc] newheadergen: script adjusted for cmake (#98825)
aaryanshukla Jul 16, 2024
bccd119
[AMDGPU] Get rid of the +wavefrontsizeXX,-wavefrontsizeXX in MC tests…
rampitec Jul 16, 2024
bb604ae
[LLVM][LTO] Add missing dependency
vitalybuka Jul 16, 2024
e094abd
[SelectionDAG] Expand [US]CMP using arithmetic on boolean values inst…
Poseydon42 Jul 16, 2024
9078036
[lld] Add emulation support for hexagon (#98857)
androm3da Jul 16, 2024
ff6ff2e
NFC: Mark instrprof-gc-sections.c unsupported on ppc64le
kamaub Jul 16, 2024
d01d9ab
[SandboxIR][NFC] Move sandboxir::Use into a separate file (#99074)
Jul 16, 2024
80e18b9
[llvm-dlltool] Remove the i386 underscore prefix from COFFImportFile:…
mstorsjo Jul 16, 2024
ad2ff17
[lld][WebAssembly] Work around limited architecture detection for was…
sbc100 Jul 16, 2024
4469650
[llvm-dlltool] Handle import renaming using other name types, when po…
mstorsjo Jul 16, 2024
f2d6d74
[llvm-dlltool] Fix renamed imports without a separate regular import …
mstorsjo Jul 16, 2024
b7b77b0
Reapply [lldb][DWARF] Delay struct/class/union definition DIE searchi…
ZequanWu Jul 16, 2024
9be5f4f
[DirectX] Start documenting DXIL Resource handling (#90553)
bogner Jul 16, 2024
4199f80
[LAA] Adjust test from a4f8705b05 so RT checks aren't always false.
fhahn Jul 16, 2024
434c238
Revert "[tsan] Replace ALIGNED with alignas" (#99240)
mysterymath Jul 16, 2024
f7cee44
[libc] Add `strerror` and `strerror_k` to the GPU (#99083)
jhuber6 Jul 16, 2024
8393ea5
[libc] Implement `clock_gettime` for the monotonic clock on the GPU (…
jhuber6 Jul 16, 2024
898c116
[tsan] Avoid ALIGNED in tsan_platform_mac.cpp. NFC
MaskRay Jul 16, 2024
4155387
Preadv2 pwritev2 san reapply (#99089)
devnexen Jul 16, 2024
7bb6bb9
[tsan] Replace ALIGNED with alignas
MaskRay Jul 16, 2024
49b2c30
[libc][docs] Document printf support on the GPU target (#99241)
jhuber6 Jul 16, 2024
e215cf7
[bazel] Port changes from main (#99247)
keith Jul 16, 2024
f761e50
[CMake][Fuchsia] Use escaped double quote (#99246)
petrhosek Jul 16, 2024
c461058
[clang-doc] add nested namespace test case (#97681)
PeterChou1 Jul 16, 2024
eab3738
[clang-doc] add enum test (#97679)
PeterChou1 Jul 16, 2024
e8ab413
[RISCV] Add capital letters to T-Head extension names in descriptions…
topperc Jul 16, 2024
dbc3df1
[RISCV] Remove unnecessary call to MachineFunction::getSubtarget. NFC
topperc Jul 16, 2024
6ad2987
[lld-macho] Omit `__llvm_addrsig` metadata from the output (#98913)
BertalanD Jul 16, 2024
ffbda47
[mlir] Fix build error (NFC)
DamonFool Jul 16, 2024
bed625b
[MC,ELF] Emit warning if a string constant contains newline char (#98…
chestnykh Jul 16, 2024
f56cdd4
[NFC] Use named variable for test case `select-from-load.ll`
shiltian Jul 16, 2024
b6c4ad7
[RISCV] Remove x7 from fastcc list. (#96729)
yetingk Jul 17, 2024
746cea3
[VP][RISCV] Introduce vp.splat and RISC-V. (#98731)
yetingk Jul 17, 2024
cf6233f
[lld-link] Change /lldemit:llvm to use the pre-codegen module
MaskRay Jul 17, 2024
b042af3
[clang codegen] Precommit tests for PR96025, NFC (#98704)
vfdff Jul 17, 2024
befd44b
[AMDGPU] Update hasUnwantedEffectsWhenEXECEmpty (#97982)
perlfu Jul 17, 2024
1b873e5
[CodeGen][NewPM] Port `phi-node-elimination` to new pass manager (#98…
paperchalice Jul 17, 2024
484fdb9
[clang codegen] Fix the ci fail for PR98704 (#99267)
vfdff Jul 17, 2024
493d504
[GlobalIsel] Fix Machine Verifier errors (#99018)
tschuett Jul 17, 2024
3850912
[LoongArch] Enable the TypePromotion pass from AArch64 (#98868)
heiher Jul 17, 2024
9e9924c
[RISCV] Don't fold vmerge.vvm or vmv.v.v into vredsum.vs if AVL chang…
lukel97 Jul 17, 2024
6192f45
[libc++] Make `std::lock_guard` available with `_LIBCPP_HAS_NO_THREAD…
petrhosek Jul 17, 2024
6d26e57
[RISCV] Remove accidentally duplicated isel patterns. NFC
topperc Jul 17, 2024
8ca7e24
[RISCV] Add more vector setcc VI isel patterns.
topperc Jul 17, 2024
f0ac890
[RISCV][NFC] Fix intrinsic misspelled in a comment (#98998)
pfusik Jul 17, 2024
3fe50b6
[BOLT] Store FileSymRefs in a multimap
aaupov Jul 17, 2024
20861f1
[mlir][gpu] Use alloc OP's `host_shared` in cuda runtime (#99035)
grypp Jul 17, 2024
e316f19
[LoongArch] Pre-commit tests for spurious mask removal. NFC
heiher Jul 16, 2024
b330d80
Reapply [Clang][C++26] Implement "Ordering of constraints involving f…
cor3ntin Jul 17, 2024
f10a78b
[AMDGPU] clang-tidy: use std::make_unique. NFC.
jayfoad Jul 16, 2024
31087c5
[flang] handle alloca outside of entry blocks in MemoryAllocation (#9…
jeanPerier Jul 17, 2024
578c619
[libc++] Simplify std::is_void (#99033)
philnik777 Jul 17, 2024
f2251f9
[mlir][gpu] Add mlir_c_runner_utils to fix #99035
grypp Jul 17, 2024
863ad5a
[clang][Interp][NFC] Remove Block::deref()
tbaederr Jul 16, 2024
d3dab0c
[clang][Interp][NFC] Assert initialization state in invoke{C,D}tor
tbaederr Jul 16, 2024
5e338f1
[AMDGPU] clang-tidy: use emplace_back instead of push_back. NFC.
jayfoad Jul 17, 2024
a5b5208
[clang] Be careful when choosing "fast path" for initialization with …
Fznamznon Jul 17, 2024
0905732
[clang-tools-extra] Fix typos in Modularize.rst (#99256)
Abe149 Jul 17, 2024
caaf809
[Offload][OMPT] Add callbacks for (dis)associate_ptr (#99046)
jplehr Jul 17, 2024
d28ed29
[TTI][WebAssembly] Pairwise reduction expansion (#93948)
sparker-arm Jul 17, 2024
f270a4d
[AArch64] Don't tail call memset if it would convert to a bzero. (#98…
aemerson Jul 17, 2024
a751f65
[lldb][RISCV] function prologue backtrace fix (#99043)
dlav-sc Jul 17, 2024
8bf952d
[flang][test] Fix mtune test on AArch64 bots
DavidSpickett Jul 17, 2024
72b3d7b
[clang][Interp] Makre sure we don't overflow Descriptor::AllocSize
tbaederr Jul 17, 2024
7c597c0
[Utils][vim] Match vector 'splat' keyword (#99004)
frasercrmck Jul 17, 2024
2e56497
[Utils][vim] Match more hexadecimal float constants (#99000)
frasercrmck Jul 17, 2024
c7309da
[AMDGPU] Use range-based for loops. NFC. (#99047)
jayfoad Jul 17, 2024
de61875
[MLIR][Vector] Generalize DropUnitDimFromElementwiseOps to non leadin…
nujaa Jul 17, 2024
3941f65
adjust the m86k backend after change f270a4dd6667759d7305797a077ae096…
sylvestre Jul 17, 2024
aa21ee7
[MLIR] Add attributes no_unwind and will_return to the LLVMIR dialect…
FMarno Jul 17, 2024
39d751a
[clang][Interp] Use an array root's field decl in the LValuePath
tbaederr Jul 17, 2024
cf67360
[LV] Use VF from selected plan when creating InnerLoopVectorizer.
fhahn Jul 17, 2024
35a3b66
[X86] Fold blend(pshufb(x,m1),pshufb(y,m2)) -> blend(pshufb(x,blend(m…
RKSimon Jul 17, 2024
f56db78
[C API] Support new ptrauth constant type (#93909)
Benjins Jul 17, 2024
e9b2a25
[nsan] Swap alignas and visibility order (NFC) (#98933)
nikic Jul 17, 2024
e94e72a
Reapply "[clang][Interp] Implement dynamic memory allocation handling…
tbaederr Jul 15, 2024
20c6b9f
[flang][debug] Fix issues with local variables. (#98661)
abidh Jul 17, 2024
c5329c8
[LV][AArch64] Prefer Fixed over Scalable if cost-model is equal (Neov…
sjoerdmeijer Jul 17, 2024
9b9194a
[gn build] Port e94e72a0c229
llvmgnsyncbot Jul 17, 2024
0b71d80
[InstrRef][NFC] Avoid un-necessary DenseMap queries (#99048)
jmorse Jul 17, 2024
8d28a41
[AMDGPU] Remove SIWholeQuadMode pass early exit (#98450)
perlfu Jul 17, 2024
d216615
[LV] Process dead interleave pointer ops in reverse order.
fhahn Jul 17, 2024
762c607
[AArch64][GISel] Add test cases for folding shifts into load/store ad…
Him188 Jun 24, 2024
2901848
Revert "[AArch64] Remove superfluous sxtw in peephole opt (#96293)"
krasimirgg Jul 17, 2024
8156be6
[LV][NFC]Introduce isScalableVectorizationAllowed() to refactor getMa…
alexey-bataev Jul 17, 2024
440fffa
[Clang][Concepts] Avoid substituting into constraints for invalid Tem…
zyn0217 Jul 17, 2024
6425f2d
[SLP]Improve minbitwidth analysis for trun'ed gather nodes.
alexey-bataev Jul 17, 2024
d2bfc2b
[emacs] Fix autoloading for llvm-mir-mode (#98984)
jian-lin Jul 17, 2024
343ed3f
[lldb][Bazel]: Adapt BUILD.bazel file for a751f653b40f2021f091a2f1ebc…
akuegel Jul 17, 2024
8d97cbc
Revert "[lldb][Bazel]: Adapt BUILD.bazel file for a751f653b40f2021f09…
akuegel Jul 17, 2024
b5b9832
[lldb][Bazel]: Second attempt to adapt for a751f653b40f2021f091a2f1eb…
akuegel Jul 17, 2024
64f67a4
adjust the Xtensa backend after change f270a4dd6667759d7305797a077ae0…
sylvestre Jul 17, 2024
bc8a8f5
[clang][Sema] Improve `Sema::CheckCXXDefaultArguments` (#97338)
MagentaTreehouse Jul 17, 2024
fa0e529
[Flang] Exclude the reference to TIME_UTC for AIX. (#99069)
DanielCChen Jul 17, 2024
1813ffd
[SLP][REVEC] Make SLP support revectorization (-slp-revec) and add si…
HanKuanChen Jul 17, 2024
329e7c8
[Clang] [C23] Implement N2653: u8 strings are char8_t[] (#97208)
MitalAshok Jul 17, 2024
177ce19
[LLVM] Add `llvm.experimental.vector.compress` intrinsic (#92289)
lawben Jul 17, 2024
b05ccaf
Revert "[SLP]Improve minbitwidth analysis for trun'ed gather nodes."
alexey-bataev Jul 17, 2024
e093109
[InstrRef][NFC] Avoid another DenseMap, use a sorted vector (#99051)
jmorse Jul 17, 2024
8917d52
[X86] createSetFPEnvNodes - pass SDLoc by reference instead of value.
RKSimon Jul 16, 2024
396a5ba
[Clang] Add attribute for consteval builtin functions (#91894)
MitalAshok Jul 17, 2024
6451806
[Clang] Require base element type of `__has_unique_object_representat…
MitalAshok Jul 17, 2024
544c390
[CodeGen] Fix -Wunused-variable in SelectionDAG.cpp (NFC)
DamonFool Jul 17, 2024
75b3ddf
[VPlan] Use State.VF in vectorizeInterleaveGroup (NFCI).
fhahn Jul 17, 2024
3fae555
[MLIR][ROCDL] Refactor conversion of math operations to ROCDL calls t…
jsjodin Jul 17, 2024
8687f7c
[RISCV] Support constant hoisting of immediate store values (#96073)
asb Jul 17, 2024
d3d2f9a
[SLP]Improve minbitwidth analysis for trun'ed gather nodes.
alexey-bataev Jul 17, 2024
05b067b
Revert "[SLP]Improve minbitwidth analysis for trun'ed gather nodes."
alexey-bataev Jul 17, 2024
c5c1bd1
[SLP]Improve minbitwidth analysis for trun'ed gather nodes.
alexey-bataev Jul 17, 2024
554febd
[Clang] Fix some assertions not looking through type sugar (#92299)
MitalAshok Jul 17, 2024
ec9d62f
[lldb] Disable verbose_trap.test on Windows (#99323)
luporl Jul 17, 2024
77b2c68
[clang-tidy] Add support for std::rotate(_copy) and inplace_merge to …
njames93 Jul 17, 2024
c034c44
[InstCombine] Fold select of symmetric selects (#99245)
tgymnich Jul 17, 2024
a56e009
[Clang] [C23] Fix typeof_unqual for qualified array types (#92767)
MitalAshok Jul 17, 2024
5d42d69
[libc] Change rand implementation so all tests pass in both 32- and 6…
mikhailramalho Jul 17, 2024
60b6f43
[libc++][ranges] LWG4001: `iota_view` should provide `empty` (#79687)
H-G-Hristov Jul 17, 2024
351a4b2
[AMDGPU] Simplify alias stripping to use utility function
jhuber6 Jul 17, 2024
e9fdc68
[Clang][NFC] Remove unnecessary copy (#97902)
smanna12 Jul 17, 2024
73799b4
[libc] Added missing operator delete generated by gcc/clang (#67457)
mikhailramalho Jul 17, 2024
daab6fc
[Transforms] DXILResource.cpp - fix MSVC "not all control paths retur…
RKSimon Jul 17, 2024
3ad7108
[flang][cuda] Avoid temporary when RHS is a logical constant (#99078)
clementval Jul 17, 2024
666d224
[clang-tidy] Fix modernize-use-std-print/format for fmt (#99021)
mikecrowe Jul 17, 2024
c63125d
[mlir] Fix block merging (#97697)
giuseros Jul 17, 2024
850a2e6
[flang] Fix compiler warning (#99306)
tblah Jul 17, 2024
136737d
[libc++] Deprecates rel_ops. (#91642)
mordante Jul 17, 2024
7fc9fb9
[libc][math] Implement double precision cbrt correctly rounded to all…
lntue Jul 17, 2024
ac1d5fa
[libc][math] Remove constexpr quantifier from cbrt's utility function…
lntue Jul 17, 2024
e5ccc71
[libc] Add missing -latomic for rv32 (#99337)
mikhailramalho Jul 17, 2024
a10570b
[MachO] Detect overflow in section offset. (#98685)
efriedma-quic Jul 17, 2024
2d42f84
[MC] Fix emission in asm of alignment 2^32. (#98688)
efriedma-quic Jul 17, 2024
c077a4f
[mlir][Tensor] Add pattern to fold concats of empty. (#98994)
MaheshRavishankar Jul 17, 2024
c736ca8
[clang-tidy] Ensure functions are anchored in the global namespace (#…
matthew-f Jul 17, 2024
86ef699
[lldb] progressive progress reporting for darwin kernel/firmware (#98…
jasonmolenda Jul 17, 2024
c7b08ac
[lld-macho][test] Require "shell" feature for usage of `ln -s` (#99355)
BertalanD Jul 17, 2024
6867e49
[mlir][spirv] Implement vector type legalization for function signatu…
obtuseangleAZ Jul 17, 2024
d748dab
[bazel] Port #98653 (#99356)
keith Jul 17, 2024
963e25a
[libc++][NFC] Remove a few unused includes (#98808)
philnik777 Jul 17, 2024
81955da
[libc++] Remove special handling of the native C++ library in benchma…
ldionne Jul 17, 2024
18cdfa7
[SampleFDO] Stale profile call-graph matching (#95135)
wlei-llvm Jul 17, 2024
0bb68b5
Performance optimizations for function effects (nonblocking attribute…
dougsonos Jul 17, 2024
0778f5c
[ELF] Support NOCROSSREFS and NOCROSSERFS_TO
MaskRay Jul 17, 2024
93d38d7
[lldb][test] Fix simulator test for std::unique_ptr (#99357)
luporl Jul 17, 2024
858147d
[CMake][Fuchsia] Include new/delete in baremetal targets (#99279)
petrhosek Jul 17, 2024
e3b8d36
[ARC,CSKY] Update getMemcpy after #98969
MaskRay Jul 17, 2024
321a0c0
The pragma STDC CX_LIMITED_RANGE ON should have precedence. (#98520)
zahiraam Jul 17, 2024
ddbf5ea
[SandboxIR][NFC] Add some comments (#99359)
Jul 17, 2024
093f0a4
[instcombine] Improve coverage for reductions of i1 types
preames Jul 17, 2024
ead486c
[ClangLinkerWrapper] Fix intermediate file naming for multi-arch comp…
saiislam Jul 17, 2024
130ef73
[CMake][Fuchsia] Install libc++ for baremetal targets (#99372)
petrhosek Jul 17, 2024
194f98c
[libc++] basic_ios<wchar_t> cannot store fill character WCHAR_MAX (#8…
xingxue-ibm Jul 17, 2024
da5264e
[bazel][docs] Update build documentation (#99339)
obtuseangleAZ Jul 17, 2024
21e6777
[mlir][NFC] Add rewrite header to fix standalone header compile (#99370)
rupprecht Jul 17, 2024
ff08215
[msan] Precommit MSan Arm NEON vst tests (#98247)
thurstond Jul 17, 2024
51122fb
[BOLT][NFC] Fix build (#99361)
yota9 Jul 17, 2024
a51f343
[CodeGen] Emit more efficient magic numbers for exact udivs (#87161)
AZero13 Jul 17, 2024
d85f105
[RISCV] Teach fillUpExtensionSupportForSplat to handle nxvXi64 VMV_V_…
topperc Jul 17, 2024
b5e4d32
[bazel][mlir] Add MathToROCDL to fix layering check (#99377)
rupprecht Jul 17, 2024
8044a86
[compiler-rt][www] Update standalone build instruction (#98707)
vitalybuka Jul 17, 2024
495d3ea
[MachineSink][RISCV] Only call isConstantPhysReg or isIgnorableUse fo…
topperc Jul 17, 2024
63fae3e
[AMDGPU] clang-tidy: no else after return etc. NFC. (#99298)
jayfoad Jul 17, 2024
2bb6566
[LV] Allow re-processing of operands of instrs feeding interleave group
fhahn Jul 17, 2024
a742693
[ctx_prof] Add missing test for `PGOContextualProfile::getContainedGu…
mtrofin Jul 17, 2024
33cb29c
[flang][cuda] Use cuf.alloc/cuf.free for local descriptor (#98518)
clementval Jul 17, 2024
fffe272
[ADT] Make set_subtract more efficient when subtrahend is larger (NFC…
teresajohnson Jul 17, 2024
3061963
Revert "[ADT] Make set_subtract more efficient when subtrahend is lar…
teresajohnson Jul 17, 2024
1ecffda
[libc] Add Kernel Resource Usage to nvptx-loader (#97503)
jameshu15869 Jul 17, 2024
82b800e
[SLP][NFC]Limit number of the external uses analysis, NFC.
alexey-bataev Jul 17, 2024
10b4834
[libc] Fix wrong printf usage in AMDGPU loader
jhuber6 Jul 17, 2024
f6add66
[instcombine] Extend logical reduction canonicalization to scalable v…
preames Jul 17, 2024
d08527e
[scudo] Add static vector functionality. (#98986)
JoshuaMBa Jul 17, 2024
07f8a65
[clang] Ensure pointers passed to runtime support functions are corre…
ojhunt Jul 17, 2024
7647174
[flang] Add -rtlib flag (#99058)
DavidTruby Jul 17, 2024
83251a2
[libFuzzer] Fix incorrect coverage number in fork mode (#82335)
yescallop Jul 17, 2024
884772f
[Sema] Don't drop weak_import from a declaration if its definition is…
ahatanak Jul 17, 2024
83fbd79
[libc] newheadergen: configured cmake (#98828)
aaryanshukla Jul 17, 2024
9ce5b38
[libc] final edits to newheadergen yaml files (#98983)
RoseZhang03 Jul 17, 2024
e0f3484
[lldb][nfc] add an nfc entry to the .git-blame-ignore-revs.
jasonmolenda Jul 17, 2024
90cbb1e
[libc] Temporarily disable statvfs header (#99405)
michaelrj-google Jul 17, 2024
ad023a8
[libc] newheadergen: cmakelist file changes (#99404)
aaryanshukla Jul 17, 2024
d772cdd
[ADT] Make set_subtract more efficient when subtrahend is larger (NFC…
kazutakahirata Jul 17, 2024
21c8c22
[libc] newheadergen: removing extra .h (#99408)
aaryanshukla Jul 17, 2024
ab142c6
[libc] newheadergen: quick fix to fuchsia build (#99410)
aaryanshukla Jul 18, 2024
d5fe735
Revert "[libc] newheadergen: quick fix to fuchsia build" (#99412)
aaryanshukla Jul 18, 2024
ad4da83
Revert "[libc] newheadergen: cmakelist file changes" (#99413)
aaryanshukla Jul 18, 2024
58d4ca0
Revert "[libc] newheadergen: configured cmake" (#99414)
aaryanshukla Jul 18, 2024
4283f1a
[NFC][fuzzer] Remove unhelpful lit notes
vitalybuka Jul 18, 2024
888b130
[lld][WebAssembly] Consolidate --fatal-warnings and --no-fatal-warnin…
sbc100 Jul 18, 2024
c41fa0f
[LoongArch] Remove spurious mask operations from andn->icmp on 16 and…
heiher Jul 18, 2024
fe6c240
[clangd] [C++20] [Modules] Introduce initial support for C++20 Module…
ChuanqiXu9 Jul 18, 2024
3e47f6b
Rapply "[Target] Use range-based for loops (NFC) (#98844)"
kazutakahirata Jul 18, 2024
ad15428
[NFC][libc++][test] loosen XFAIL condition for setfill_wchar_max.pass…
daltenty Jul 18, 2024
edfe250
[MemProf] Consolidate increments in callee matching code (#99385)
teresajohnson Jul 18, 2024
c184b94
[C++20] [Modules] Write ODRHash for decls in GMF
ChuanqiXu9 Jul 18, 2024
464d321
[flang][stack-arrays] Extend pass to work on declare ops and within o…
ergawy Jul 18, 2024
5338bd3
[SandboxIR] IR Tracker (#99238)
Jul 18, 2024
27ee33d
[mlir][linalg] Decompose winograd operators (#96183)
Hsiangkai Jul 18, 2024
4782a4a
[OpenMP] Fix calculation of dependencies for multi-dimensional iterat…
jprotze Jul 18, 2024
810adba
[RISCV] Remove unused include in RISCVMCTargetDesc.h (#98790)
RossComputerGuy Jul 18, 2024
fbf8b82
[clang][Interp][NFC] Be more cautious about Block initialization state
tbaederr Jul 17, 2024
0e986e3
[MLGO] Fix MLGO executable scripts
boomanaiden154 Jul 18, 2024
1e6672a
[Flang][Runtime] Simplify StringLength implementation
serge-sans-paille Jul 13, 2024
f363317
[APFloat] Add support for f8E4M3 IEEE 754 type (#97179)
apivovarov Jul 18, 2024
7b08c27
[mlir][Linalg] Remove unused header include.
akuegel Jul 18, 2024
0ce3ea1
[AMDGPU] Simplify selection of llvm.amdgcn.inverse.ballot. NFCI. (#99…
jayfoad Jul 18, 2024
14c323c
[OpenMP][AMDGPU] Do not attach -fcuda-is-device (#99002)
DominikAdamski Jul 18, 2024
7aabdb8
[clang][Interp][NFC] Protect ByteCodeEmitter against unfinished fns
tbaederr Jul 17, 2024
4b9bcab
[AArch64] Add streaming-mode stack hazards. (#98956)
davemgreen Jul 18, 2024
8afb395
[sanitizer] Fix running sanitizer_bad_report_path_test on Linux as ro…
iii-i Jul 18, 2024
a19e5ae
[flang] load SECOND result in genSecond (#99342)
jeanPerier Jul 18, 2024
e93df78
[llvm/DWARF] Recursively resolve DW_AT_signature references (#97423)
labath Jul 18, 2024
09cbb45
[BOLT][DWARF][NFC] A better DIEBuilder for the llvm API change in #98…
labath Jul 18, 2024
2ef7cbf
[clang] Add deprecation warning for `-Ofast` driver option (#98736)
Endilll Jul 18, 2024
cf66cec
Recommit "[PatternMatch] Fix issue of stale reference in new `m_{I,F,…
goldsteinn Jul 18, 2024
94cd18b
[CVP] Add test for phi merging of vectors (NFC)
nikic Jul 18, 2024
3eba28d
[clang] Extend lifetime analysis to support assignments for pointer-l…
hokein Jul 18, 2024
26af44b
[DebugInfo][SCCPSolver] Fix missing debug locations (#98876)
svs-quic Jul 18, 2024
5753941
[SROA] Fix debug locations for variables with non-zero offsets (#97750)
OCHyams Jul 18, 2024
cbd2559
[lldb] add RISCV target specific info in API tests (#99039)
dlav-sc Jul 18, 2024
26cb88e
Revert "[llvm/DWARF] Recursively resolve DW_AT_signature references" …
labath Jul 18, 2024
80865c0
[Clang][OpenMP] Add reverse directive (#92916)
Meinersbur Jul 18, 2024
1dfbd07
[ValueTracking] Add tests for `llvm.vector.reverse` with `DemandedElt…
goldsteinn Jul 17, 2024
6ef970b
[ValueTracking] Consistently propagate `DemandedElts` is `computeKnow…
goldsteinn Jul 16, 2024
72ff049
[ValueTracking] Consistently propagate `DemandedElts` is `isKnownNonZ…
goldsteinn Jul 16, 2024
e8eeda8
[ValueTracking] Consistently propagate `DemandedElts` is `ComputeNumS…
goldsteinn Jul 16, 2024
0589762
[ValueTracking] Consistently propagate `DemandedElts` is `computeKnow…
goldsteinn Jul 16, 2024
c1263b3
[SCCP] Add tests for vectors ins phis (NFC)
nikic Jul 18, 2024
474d35f
[safestack] Various Solaris fixes (#99290)
rorth Jul 18, 2024
b1864a8
[lld-macho] Ignore duplicate `-rpath` entries (#99289)
BertalanD Jul 18, 2024
1ce8989
[clang-tidy] Fix false in unnecessary-value-param inside templates (#…
dmpolukhin Jul 18, 2024
dfddc0c
[libc++] Include the rest of the detail headers by version in the umb…
philnik777 Jul 18, 2024
c6144cb
[ValueTracking] Remove unnecessary `m_ElementWiseBitCast` from `isKno…
goldsteinn Jul 18, 2024
d097f43
[lldb] Fixed the error `unable to launch a GDB server` in API tests (…
slydiman Jul 18, 2024
ba8e492
[MLIR] NFC. Remove anti-patterns given the default null init for Valu…
bondhugula Jul 18, 2024
e4a2d74
[AArch64][GISel] Always fold G_SHL into addressing mode where possibl…
Him188 Jul 18, 2024
c661422
[Clang] Handle OMPReverseDirectiveClass in switch
Meinersbur Jul 18, 2024
5b80ac3
Merge branch 'main' into llvm_frontend_atomic
Meinersbur Jul 18, 2024
eb4170c
Compile fix
Meinersbur Jul 18, 2024
4a8dec6
Non-template llvm::AtomicInfo
Meinersbur Jul 18, 2024
18eafdb
Reduce header inclusion
Meinersbur Jul 18, 2024
09e66ce
clang-format
Meinersbur Jul 18, 2024
28a294f
Remove commented code
Meinersbur Jul 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,6 @@ b9079baaddfed5e604fbfaa1d81a7a1c38e78c26

# [libc++][NFC] Run clang-format on libcxx/include again (#95874)
e2c2ffbe7a1b5d9e32a2ce64279475b50c4cba5b

# [lldb][nfc] Deindent ProcessGDBRemote::SetThreadStopInfo by two levels
b32931c5b32eb0d2cf37d688b34f8548c9674c19
14 changes: 7 additions & 7 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ clang/test/AST/Interp/ @tbaederr
/mlir/include/mlir/Dialect/Linalg @dcaballe @nicolasvasilache @rengolin
/mlir/lib/Dialect/Linalg @dcaballe @nicolasvasilache @rengolin
/mlir/lib/Dialect/Linalg/Transforms/DecomposeLinalgOps.cpp @MaheshRavishankar @nicolasvasilache
/mlir/lib/Dialect/Linalg/Transforms/DropUnitDims.cpp @MaheshRavishankar @nicolasvasilache
/mlir/lib/Dialect/Linalg/Transforms/DropUnitDims.cpp @dcaballe @MaheshRavishankar @nicolasvasilache
/mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp @MaheshRavishankar @nicolasvasilache
/mlir/lib/Dialect/Linalg/Transforms/DataLayoutPropagation.cpp @hanhanW @nicolasvasilache
/mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp @hanhanW @nicolasvasilache
/mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp @hanhanW @nicolasvasilache
/mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp @dcaballe @hanhanW @nicolasvasilache
/mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp @banach-space @dcaballe @hanhanW @nicolasvasilache

# MemRef Dialect in MLIR.
/mlir/lib/Dialect/MemRef/Transforms/EmulateNarrowType.cpp @MaheshRavishankar @nicolasvasilache
Expand All @@ -85,10 +85,10 @@ clang/test/AST/Interp/ @tbaederr
/mlir/**/*VectorToSCF* @banach-space @dcaballe @matthias-springer @nicolasvasilache
/mlir/**/*VectorToLLVM* @banach-space @dcaballe @nicolasvasilache
/mlir/**/*X86Vector* @aartbik @dcaballe @nicolasvasilache
/mlir/include/mlir/Dialect/Vector @dcaballe @nicolasvasilache
/mlir/lib/Dialect/Vector @dcaballe @nicolasvasilache
/mlir/lib/Dialect/Vector/Transforms/* @hanhanW @nicolasvasilache
/mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp @MaheshRavishankar @nicolasvasilache
/mlir/include/mlir/Dialect/Vector @banach-space @dcaballe @nicolasvasilache
/mlir/lib/Dialect/Vector @banach-space @dcaballe @nicolasvasilache
/mlir/lib/Dialect/Vector/Transforms/* @banach-space @dcaballe @hanhanW @nicolasvasilache
/mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp @banach-space @dcaballe @MaheshRavishankar @nicolasvasilache
/mlir/**/*EmulateNarrowType* @dcaballe @hanhanW

# Presburger library in MLIR
Expand Down
8 changes: 7 additions & 1 deletion bolt/docs/CommandLineArgumentReference.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,12 @@

List of functions to pad with amount of bytes

- `--print-mappings`

Print mappings in the legend, between characters/blocks and text sections
(default false).


- `--profile-format=<value>`

Format to dump profile output in aggregation mode, default is fdata
Expand Down Expand Up @@ -1240,4 +1246,4 @@

- `--print-options`

Print non-default options after command line parsing
Print non-default options after command line parsing
Binary file added bolt/docs/HeatmapHeader.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 56 additions & 12 deletions bolt/docs/Heatmaps.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Code Heatmaps

BOLT has gained the ability to print code heatmaps based on
sampling-based LBR profiles generated by `perf`. The output is produced
in colored ASCII to be displayed in a color-capable terminal. It looks
something like this:
sampling-based profiles generated by `perf`, either with `LBR` data or not.
The output is produced in colored ASCII to be displayed in a color-capable
terminal. It looks something like this:

![](./Heatmap.png)

Expand Down Expand Up @@ -32,20 +32,64 @@ $ llvm-bolt-heatmap -p perf.data <executable>
```

By default the heatmap will be dumped to *stdout*. You can change it
with `-o <heatmapfile>` option. Each character/block in the heatmap
shows the execution data accumulated for corresponding 64 bytes of
code. You can change this granularity with a `-block-size` option.
E.g. set it to 4096 to see code usage grouped by 4K pages.
Other useful options are:
with `-o <heatmapfile>` option.

```bash
-line-size=<uint> - number of entries per line (default 256)
-max-address=<uint> - maximum address considered valid for heatmap (default 4GB)
```

If you prefer to look at the data in a browser (or would like to share
it that way), then you can use an HTML conversion tool. E.g.:

```bash
$ aha -b -f <heatmapfile> > <heatmapfile>.html
```

---

## Background on heatmaps:
A heatmap is effectively a histogram that is rendered into a grid for better
visualization.
In theory we can generate a heatmap using any binary and a perf profile.

Each block/character in the heatmap shows the execution data accumulated for
corresponding 64 bytes of code. You can change this granularity with a
`-block-size` option.
E.g. set it to 4096 to see code usage grouped by 4K pages.


When a block is shown as a dot, it means that no samples were found for that
address.
When it is shown as a letter, it indicates a captured sample on a particular
text section of the binary.
To show a mapping between letters and text sections in the legend, use
`-print-mappings`.
When a sampled address does not belong to any of the text sections, the
characters 'o' or 'O' will be shown.

The legend shows by default the ranges in the heatmap according to the number
of samples per block.
A color is assigned per range, except the first two ranges that distinguished by
lower and upper case letters.

On the Y axis, each row/line starts with an actual address of the binary.
Consecutive lines in the heatmap advance by the same amount, with the binary
size covered by a line dependent on the block size and the line size.
An empty new line is inserted for larger gaps between samples.

On the X axis, the horizontally emitted hex numbers can help *estimate* where
in the line the samples lie, but they cannot be combined to provide a full
address, as they are relative to both the bucket and line sizes.

In the example below, the highlighted `0x100` column is not an offset to each
row's address, but instead, it points to the middle of the line.
For the generation, the default bucket size was used with a line size of 128.


![](./HeatmapHeader.png)


Some useful options are:

```
-line-size=<uint> - number of entries per line (default 256)
-max-address=<uint> - maximum address considered valid for heatmap (default 4GB)
-print-mappings - print mappings in the legend, between characters/blocks and text sections (default false)
```
12 changes: 2 additions & 10 deletions bolt/include/bolt/Core/DIEBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,6 @@ class DIEBuilder {

/// Returns current state of the DIEBuilder
State &getState() { return *BuilderState.get(); }
/// Resolve the reference in DIE, if target is not loaded into IR,
/// pre-allocate it. \p RefCU will be updated to the Unit specific by \p
/// RefValue.
DWARFDie resolveDIEReference(
const DWARFFormValue &RefValue,
const DWARFAbbreviationDeclaration::AttributeSpec AttrSpec,
DWARFUnit *&RefCU, DWARFDebugInfoEntry &DwarfDebugInfoEntry);

/// Resolve the reference in DIE, if target is not loaded into IR,
/// pre-allocate it. \p RefCU will be updated to the Unit specific by \p
Expand All @@ -165,10 +158,9 @@ class DIEBuilder {
const DWARFFormValue &Val);

/// Clone an attribute in reference format.
void cloneDieReferenceAttribute(
void cloneDieOffsetReferenceAttribute(
DIE &Die, const DWARFUnit &U, const DWARFDie &InputDIE,
const DWARFAbbreviationDeclaration::AttributeSpec AttrSpec,
const DWARFFormValue &Val);
const DWARFAbbreviationDeclaration::AttributeSpec AttrSpec, uint64_t Ref);

/// Clone an attribute in block format.
void cloneBlockAttribute(
Expand Down
64 changes: 44 additions & 20 deletions bolt/include/bolt/Core/DebugData.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class DebugRangeListsSectionWriter : public DebugRangesSectionWriter {
};
virtual ~DebugRangeListsSectionWriter(){};

static void setAddressWriter(DebugAddrWriter *AddrW) { AddrWriter = AddrW; }
void setAddressWriter(DebugAddrWriter *AddrW) { AddrWriter = AddrW; }

/// Add ranges with caching.
uint64_t addRanges(
Expand Down Expand Up @@ -284,7 +284,7 @@ class DebugRangeListsSectionWriter : public DebugRangesSectionWriter {
}

private:
static DebugAddrWriter *AddrWriter;
DebugAddrWriter *AddrWriter = nullptr;
/// Used to find unique CU ID.
DWARFUnit *CU;
/// Current relative offset of range list entry within this CUs rangelist
Expand Down Expand Up @@ -336,21 +336,36 @@ using AddressSectionBuffer = SmallVector<char, 4>;
class DebugAddrWriter {
public:
DebugAddrWriter() = delete;
DebugAddrWriter(BinaryContext *BC_);
DebugAddrWriter(BinaryContext *BC_) : DebugAddrWriter(BC_, UCHAR_MAX) {};
DebugAddrWriter(BinaryContext *BC_, uint8_t AddressByteSize);
virtual ~DebugAddrWriter(){};
/// Given an address returns an index in .debug_addr.
/// Adds Address to map.
uint32_t getIndexFromAddress(uint64_t Address, DWARFUnit &CU);

/// Write out entries in to .debug_addr section for CUs.
virtual void update(DIEBuilder &DIEBlder, DWARFUnit &CUs);
virtual std::optional<uint64_t> finalize(const size_t BufferSize);

/// Return buffer with all the entries in .debug_addr already writen out using
/// update(...).
virtual AddressSectionBuffer &finalize() { return *Buffer; }
virtual std::unique_ptr<AddressSectionBuffer> releaseBuffer() {
return std::move(Buffer);
}

/// Returns buffer size.
virtual size_t getBufferSize() const { return Buffer->size(); }

/// Returns True if Buffer is not empty.
bool isInitialized() const { return !Buffer->empty(); }

/// Returns False if .debug_addr section was created..
bool isInitialized() const { return !AddressMaps.empty(); }
/// Updates address base with the given Offset.
virtual void updateAddrBase(DIEBuilder &DIEBlder, DWARFUnit &CU,
const uint64_t Offset);

/// Appends an AddressSectionBuffer to the address writer's buffer.
void appendToAddressBuffer(const AddressSectionBuffer &Buffer) {
*AddressStream << Buffer;
}

protected:
class AddressForDWOCU {
Expand Down Expand Up @@ -407,23 +422,32 @@ class DebugAddrWriter {
}

BinaryContext *BC;
/// Maps DWOID to AddressForDWOCU.
std::unordered_map<uint64_t, AddressForDWOCU> AddressMaps;
/// Address for the DWO CU associated with the address writer.
AddressForDWOCU Map;
uint8_t AddressByteSize;
/// Mutex used for parallel processing of debug info.
std::mutex WriterMutex;
std::unique_ptr<AddressSectionBuffer> Buffer;
std::unique_ptr<raw_svector_ostream> AddressStream;
/// Used to track sections that were not modified so that they can be re-used.
DenseMap<uint64_t, uint64_t> UnmodifiedAddressOffsets;
static DenseMap<uint64_t, uint64_t> UnmodifiedAddressOffsets;
};

class DebugAddrWriterDwarf5 : public DebugAddrWriter {
public:
DebugAddrWriterDwarf5() = delete;
DebugAddrWriterDwarf5(BinaryContext *BC) : DebugAddrWriter(BC) {}
DebugAddrWriterDwarf5(BinaryContext *BC, uint8_t AddressByteSize,
std::optional<uint64_t> AddrOffsetSectionBase)
: DebugAddrWriter(BC, AddressByteSize),
AddrOffsetSectionBase(AddrOffsetSectionBase) {}

/// Write out entries in to .debug_addr section for CUs.
virtual void update(DIEBuilder &DIEBlder, DWARFUnit &CUs) override;
virtual std::optional<uint64_t> finalize(const size_t BufferSize) override;

/// Updates address base with the given Offset.
virtual void updateAddrBase(DIEBuilder &DIEBlder, DWARFUnit &CU,
const uint64_t Offset) override;

protected:
/// Given DWARFUnit \p Unit returns either DWO ID or it's offset within
Expand All @@ -435,6 +459,10 @@ class DebugAddrWriterDwarf5 : public DebugAddrWriter {
}
return Unit.getOffset();
}

private:
std::optional<uint64_t> AddrOffsetSectionBase = std::nullopt;
static constexpr uint32_t HeaderSize = 8;
};

/// This class is NOT thread safe.
Expand Down Expand Up @@ -583,12 +611,10 @@ class DebugLoclistWriter : public DebugLocWriter {
public:
~DebugLoclistWriter() {}
DebugLoclistWriter() = delete;
DebugLoclistWriter(DWARFUnit &Unit, uint8_t DV, bool SD)
: DebugLocWriter(DV, LocWriterKind::DebugLoclistWriter), CU(Unit),
IsSplitDwarf(SD) {
assert(DebugLoclistWriter::AddrWriter &&
"Please use SetAddressWriter to initialize "
"DebugAddrWriter before instantiation.");
DebugLoclistWriter(DWARFUnit &Unit, uint8_t DV, bool SD,
DebugAddrWriter &AddrW)
: DebugLocWriter(DV, LocWriterKind::DebugLoclistWriter),
AddrWriter(AddrW), CU(Unit), IsSplitDwarf(SD) {
if (DwarfVersion >= 5) {
LocBodyBuffer = std::make_unique<DebugBufferVector>();
LocBodyStream = std::make_unique<raw_svector_ostream>(*LocBodyBuffer);
Expand All @@ -600,8 +626,6 @@ class DebugLoclistWriter : public DebugLocWriter {
}
}

static void setAddressWriter(DebugAddrWriter *AddrW) { AddrWriter = AddrW; }

/// Stores location lists internally to be written out during finalize phase.
virtual void addList(DIEBuilder &DIEBldr, DIE &Die, DIEValue &AttrInfo,
DebugLocationsVector &LocList) override;
Expand Down Expand Up @@ -630,7 +654,7 @@ class DebugLoclistWriter : public DebugLocWriter {
/// Writes out locations in to a local buffer and applies debug info patches.
void finalizeDWARF5(DIEBuilder &DIEBldr, DIE &Die);

static DebugAddrWriter *AddrWriter;
DebugAddrWriter &AddrWriter;
DWARFUnit &CU;
bool IsSplitDwarf{false};
// Used for DWARF5 to store location lists before being finalized.
Expand Down
11 changes: 8 additions & 3 deletions bolt/include/bolt/Core/MCPlusBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -2041,9 +2041,14 @@ class MCPlusBuilder {
return InstructionListType();
}

virtual InstructionListType createDummyReturnFunction(MCContext *Ctx) const {
llvm_unreachable("not implemented");
return InstructionListType();
/// Returns a function body that contains only a return instruction. An
/// example usage is a workaround for the '__bolt_fini_trampoline' of
// Instrumentation.
virtual InstructionListType
createReturnInstructionList(MCContext *Ctx) const {
InstructionListType Insts(1);
createReturn(Insts[0]);
return Insts;
}

/// This method takes an indirect call instruction and splits it up into an
Expand Down
15 changes: 9 additions & 6 deletions bolt/include/bolt/Rewrite/DWARFRewriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ class DWARFRewriter {
/// .debug_aranges DWARF section.
std::unique_ptr<DebugARangesSectionWriter> ARangesSectionWriter;

/// Stores and serializes information that will be put into the
/// .debug_addr DWARF section.
std::unique_ptr<DebugAddrWriter> AddrWriter;

/// Stores and serializes information that will be put in to the
/// .debug_addr DWARF section.
/// Does not do de-duplication.
Expand All @@ -93,6 +89,10 @@ class DWARFRewriter {
std::unordered_map<uint64_t, std::unique_ptr<DebugRangesSectionWriter>>
LegacyRangesWritersByCU;

/// Stores address writer for each CU.
std::unordered_map<uint64_t, std::unique_ptr<DebugAddrWriter>>
AddressWritersByCU;

std::mutex LocListDebugInfoPatchesMutex;

/// Dwo id specific its RangesBase.
Expand All @@ -115,6 +115,7 @@ class DWARFRewriter {
void updateUnitDebugInfo(DWARFUnit &Unit, DIEBuilder &DIEBldr,
DebugLocWriter &DebugLocWriter,
DebugRangesSectionWriter &RangesSectionWriter,
DebugAddrWriter &AddressWriter,
std::optional<uint64_t> RangesBase = std::nullopt);

/// Patches the binary for an object's address ranges to be updated.
Expand All @@ -141,13 +142,15 @@ class DWARFRewriter {
/// Process and write out CUs that are passsed in.
void finalizeCompileUnits(DIEBuilder &DIEBlder, DIEStreamer &Streamer,
CUOffsetMap &CUMap,
const std::list<DWARFUnit *> &CUs);
const std::list<DWARFUnit *> &CUs,
DebugAddrWriter &FinalAddrWriter);

/// Finalize debug sections in the main binary.
void finalizeDebugSections(DIEBuilder &DIEBlder,
DWARF5AcceleratorTable &DebugNamesTable,
DIEStreamer &Streamer, raw_svector_ostream &ObjOS,
CUOffsetMap &CUMap);
CUOffsetMap &CUMap,
DebugAddrWriter &FinalAddrWriter);

/// Patches the binary for DWARF address ranges (e.g. in functions and lexical
/// blocks) to be updated.
Expand Down
2 changes: 1 addition & 1 deletion bolt/include/bolt/Rewrite/RewriteInstance.h
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ class RewriteInstance {
std::unordered_map<const MCSymbol *, uint32_t> SymbolIndex;

/// Store all non-zero symbols in this map for a quick address lookup.
std::map<uint64_t, llvm::object::SymbolRef> FileSymRefs;
std::multimap<uint64_t, llvm::object::SymbolRef> FileSymRefs;

/// FILE symbols used for disambiguating split function parents.
std::vector<ELFSymbolRef> FileSymbols;
Expand Down
1 change: 1 addition & 0 deletions bolt/include/bolt/Utils/CommandLineOpts.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ extern llvm::cl::opt<unsigned> ExecutionCountThreshold;
extern llvm::cl::opt<unsigned> HeatmapBlock;
extern llvm::cl::opt<unsigned long long> HeatmapMaxAddress;
extern llvm::cl::opt<unsigned long long> HeatmapMinAddress;
extern llvm::cl::opt<bool> HeatmapPrintMappings;
extern llvm::cl::opt<bool> HotData;
extern llvm::cl::opt<bool> HotFunctionsAtEnd;
extern llvm::cl::opt<bool> HotText;
Expand Down
Loading