LLVM/project 66dc68dlldb/source/Plugins/Process/Utility InferiorCallPOSIX.cpp

fixup! Support Re-export Symbol for FunctionCall
DeltaFile
+58-61lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
+58-611 files

LLVM/project b73de5dllvm/lib/Target/WebAssembly WebAssemblyCodeGenPassBuilder.cpp

add comment

Created using spr 1.3.7
DeltaFile
+8-0llvm/lib/Target/WebAssembly/WebAssemblyCodeGenPassBuilder.cpp
+8-01 files

LLVM/project 4a06d1dlibcxx/test/selftest if-else.sh.cpp

Use `target={{.+}}` feature instead for the test
DeltaFile
+1-1libcxx/test/selftest/if-else.sh.cpp
+1-11 files

LLVM/project 685cd0dllvm/utils/lit/tests shtest-run-at-line.py shtest-timeout.py, llvm/utils/lit/tests/Inputs/shtest-readfile lit.cfg

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+5-53llvm/utils/lit/tests/shtest-run-at-line.py
+7-30llvm/utils/lit/tests/shtest-timeout.py
+0-36llvm/utils/lit/tests/shtest-external-shell-kill.py
+0-25llvm/utils/lit/tests/shtest-readfile-external.py
+1-11llvm/utils/lit/tests/Inputs/shtest-readfile/lit.cfg
+1-11llvm/utils/lit/tests/Inputs/shtest-timeout/lit.cfg
+14-16621 files not shown
+44-25427 files

LLVM/project 54e44f9llvm/lib/Transforms/IPO AlwaysInliner.cpp, llvm/test/Transforms/Inline always-inline-phase-ordering.ll

Revert "[AlwaysInliner] Do not inline on attribute mismatches"

This reverts commit 37b8e765ce4837a7577e6f762bcdffe4b232759c.
DeltaFile
+0-29llvm/test/Transforms/Inline/X86/always-inline-incompatible-target-features.ll
+0-17llvm/lib/Transforms/IPO/AlwaysInliner.cpp
+1-1llvm/test/Transforms/Inline/always-inline-phase-ordering.ll
+1-473 files

LLVM/project 53da348llvm/test/Transforms/LoopVectorize fmax-without-fast-math-flags.ll

[LV] Add test showing incorrect trip count materialization (NFC) (#209460)

Add test case showing mis-compile for
https://github.com/llvm/llvm-project/issues/209159.
DeltaFile
+105-0llvm/test/Transforms/LoopVectorize/fmax-without-fast-math-flags.ll
+105-01 files

LLVM/project e731908clang/docs ReleaseNotes.md, clang/lib/Sema SemaConcept.cpp

[Clang] Adjust NTTP depths in IsAtLeastAsConstrained (#209445)

The default transform for NTTP, which is no-op, doesn't help if we need
to adjust their depths when comparing constraints.

Fixes https://github.com/llvm/llvm-project/issues/182671
DeltaFile
+25-0clang/lib/Sema/SemaConcept.cpp
+18-1clang/test/SemaCXX/concepts-subsumption.cpp
+2-0clang/docs/ReleaseNotes.md
+45-13 files

LLVM/project 5010dd7llvm/test/CodeGen/AMDGPU llvm.exp10.f64.ll llvm.exp.f64.ll, llvm/test/CodeGen/AMDGPU/GlobalISel fshl.ll fshr.ll

AMDGPU/GlobalISel: Stop using changeTo in legaizer actions

Use changeElementSizeTo or changeElementCountTo to preserve extended LLT.
DeltaFile
+855-425llvm/test/CodeGen/AMDGPU/llvm.exp10.f64.ll
+783-389llvm/test/CodeGen/AMDGPU/llvm.exp.f64.ll
+759-377llvm/test/CodeGen/AMDGPU/llvm.exp2.f64.ll
+253-160llvm/test/CodeGen/AMDGPU/GlobalISel/fshl.ll
+232-138llvm/test/CodeGen/AMDGPU/GlobalISel/fshr.ll
+58-80llvm/test/CodeGen/AMDGPU/GlobalISel/ashr.ll
+2,940-1,56911 files not shown
+3,066-1,65117 files

LLVM/project f6e5179llvm/test/CodeGen/AMDGPU memset-param-combinations.ll shrink-add-sub-constant.ll, llvm/test/CodeGen/AMDGPU/GlobalISel ssubsat.ll saddsat.ll

AMDGPU/GlobalISel: Fix G_MERGE_VALUES lowering for extended LLTs

Use integer type for bit twiddling instead of scalar.
DeltaFile
+1,801-1,013llvm/test/CodeGen/AMDGPU/memset-param-combinations.ll
+1,584-1,032llvm/test/CodeGen/AMDGPU/GlobalISel/ssubsat.ll
+1,583-1,004llvm/test/CodeGen/AMDGPU/GlobalISel/saddsat.ll
+1,449-654llvm/test/CodeGen/AMDGPU/shrink-add-sub-constant.ll
+1,314-625llvm/test/CodeGen/AMDGPU/GlobalISel/fdiv.f16.ll
+989-704llvm/test/CodeGen/AMDGPU/GlobalISel/fshr.ll
+8,720-5,032186 files not shown
+29,006-19,794192 files

LLVM/project 83e96b5llvm/test/CodeGen/AMDGPU freeze.ll vector-reduce-fmin.ll, llvm/test/CodeGen/AMDGPU/GlobalISel fdiv.f16.ll

AMDGPU/GlobalISel: Fix G_UNMERGE_VALUES lowering for extended LLTs

Use integer type for bit twiddling instead of scalar.
DeltaFile
+1,623-486llvm/test/CodeGen/AMDGPU/GlobalISel/fdiv.f16.ll
+1,155-361llvm/test/CodeGen/AMDGPU/freeze.ll
+663-347llvm/test/CodeGen/AMDGPU/vector-reduce-fmin.ll
+663-347llvm/test/CodeGen/AMDGPU/vector-reduce-fmax.ll
+590-290llvm/test/CodeGen/AMDGPU/fmul-to-ldexp.ll
+545-261llvm/test/CodeGen/AMDGPU/mad-mix.ll
+5,239-2,092150 files not shown
+15,641-10,429156 files

LLVM/project fcc4b39llvm/test/CodeGen/AMDGPU/GlobalISel legalize-load-global.mir legalize-load-local.mir

AMDGPU/GlobalISel: Switch legalizer intrinsic lowering to extended LLTs

Affects various buffer intrinsics.
DeltaFile
+5,162-5,142llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-global.mir
+4,767-4,791llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir
+4,321-4,345llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
+2,172-2,164llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-constant.mir
+2,119-2,107llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.mir
+965-965llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store-global.mir
+19,506-19,51462 files not shown
+24,540-23,91268 files

LLVM/project ada81e0llvm/test/CodeGen/AMDGPU llvm.amdgcn.permlane.ll llvm.is.fpclass.f16.ll, llvm/test/CodeGen/AMDGPU/GlobalISel fshl.ll fshr.ll

AMDGPU/GlobalISel: Handle G_BITCAST for 16 bit extendedLLTs

Handle bitcast between i16 and f16/bf16.
For true16 this was already legal, make it legal in regbanklegalize as well.
For non-true16 widen it using G_ANYEXT to i32 and G_TRUNC to dst.
The "i32 G_ANYEXT f16/bf16" and "f16/bf16 G_TRUNC i32" are already legal,
for example these are generated by common CallLowering argument lowering.
DeltaFile
+3,572-3,745llvm/test/CodeGen/AMDGPU/llvm.amdgcn.permlane.ll
+3,314-3,041llvm/test/CodeGen/AMDGPU/GlobalISel/fshl.ll
+3,245-2,737llvm/test/CodeGen/AMDGPU/GlobalISel/fshr.ll
+1,670-1,373llvm/test/CodeGen/AMDGPU/GlobalISel/frem.ll
+1,239-552llvm/test/CodeGen/AMDGPU/llvm.is.fpclass.f16.ll
+656-996llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.sample.a16.ll
+13,696-12,444179 files not shown
+24,976-20,597185 files

LLVM/project db63c56compiler-rt/lib/asan asan_malloc_linux.cpp, compiler-rt/lib/asan/AIX asan.link_with_main_exec.txt

[ASan][AIX] Intercept __linux_vec_malloc/__linux_vec_calloc/__linux_realloc (#209359)

On AIX PASE, when `__VEC__` and `_ALL_SOURCE` are defined, the XL
compiler frontend lowers calls to vec_malloc/vec_calloc/realloc to
internal symbols named `__linux_vec_malloc`, `__linux_vec_calloc`, and
`__linux_realloc` instead of the standard
`vec_malloc`/`vec_calloc`/`realloc` names. These symbols were not
intercepted, so allocations made through them bypassed ASan entirely, no
redzone poisoning, no use-after-free or overflow detection.
This adds interceptors for `__linux_vec_malloc`, `__linux_vec_calloc`,
and `__linux_realloc`, following the same pattern as the existing
`vec_malloc`/`vec_calloc` interceptors (#175584): `__linux_vec_malloc`
and `__linux_vec_calloc` route through
`asan_vec_malloc`/`asan_vec_calloc` (16-byte aligned), and
`__linux_realloc` routes through the existing `asan_realloc`.

---------

Co-authored-by: Midhunesh <midhuensh.p at ibm.com>
DeltaFile
+36-10compiler-rt/test/asan/TestCases/AIX/vec_malloc_calloc.cpp
+29-0compiler-rt/lib/asan/asan_malloc_linux.cpp
+6-0compiler-rt/lib/asan/AIX/asan.link_with_main_exec.txt
+71-103 files

LLVM/project f17aa03clang/www c_status.html

bump up clang version
DeltaFile
+1-1clang/www/c_status.html
+1-11 files

LLVM/project 1b10cd9llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/AArch64 non-power-of-2-with-adjusted-gathers.ll

[SLP]Do not blacklist ordered-reduction operands on failed root attempt

An ordered reduction pulls its leaf operands into ReductionOps via the
fallback in matchAssociativeReduction. When such a reduction fails to
vectorize, marking every reduction op as analyzed also blocks those leaves,
which may still be valid reduction roots on their own.

Fixes https://github.com/llvm/llvm-project/pull/185320#issuecomment-4925949343

Reviewers: hiraditya, bababuck, RKSimon

Pull Request: https://github.com/llvm/llvm-project/pull/208511
DeltaFile
+3-19llvm/test/Transforms/SLPVectorizer/X86/reduction-root-multiuse-same-opcode.ll
+10-10llvm/test/Transforms/SLPVectorizer/AArch64/non-power-of-2-with-adjusted-gathers.ll
+11-3llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+4-5llvm/test/Transforms/SLPVectorizer/X86/control-deps-schedule-data-recalculate.ll
+28-374 files

LLVM/project 5eaa6bfllvm/docs LangRef.rst LangRef.md, llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll

Merge branch 'main' into users/aokblast/lldb/fix_auxilary_handle
DeltaFile
+20,246-21,270llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+0-33,206llvm/docs/LangRef.rst
+30,315-0llvm/docs/LangRef.md
+23,904-12llvm/test/CodeGen/RISCV/clmul.ll
+8,882-7,730llvm/test/MC/AMDGPU/gfx12_asm_vopc.s
+6,601-5,921llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.sample.a16.ll
+89,948-68,1397,866 files not shown
+511,138-371,3257,872 files

LLVM/project 36936a7llvm/test/CodeGen/AMDGPU occupancy-levels.ll offset-split-flat.ll

AMDGPU: Migrate CodeGen tests to amdgpu subarch triple (27)

Mechanically migrate the command-line target spelling on llc/opt RUN lines in
llvm/test/CodeGen/AMDGPU from -mtriple=amdgcn ... -mcpu=<gfx> to the folded
subarch triple form (e.g. -mtriple=amdgpu9.00-amd-amdhsa), dropping the
redundant -mcpu.

Co-Authored-By: Claude <noreply at anthropic.com> (Claude-Opus-4.8)
DeltaFile
+26-26llvm/test/CodeGen/AMDGPU/occupancy-levels.ll
+12-12llvm/test/CodeGen/AMDGPU/offset-split-flat.ll
+12-12llvm/test/CodeGen/AMDGPU/offset-split-global.ll
+8-8llvm/test/CodeGen/AMDGPU/pei-build-av-spill.mir
+8-8llvm/test/CodeGen/AMDGPU/pei-build-spill.mir
+7-7llvm/test/CodeGen/AMDGPU/packed-fp32.ll
+73-7394 files not shown
+238-238100 files

LLVM/project bf96576llvm/test/CodeGen/AMDGPU readcyclecounter.ll reassoc-mul-add-1-to-mad.ll

AMDGPU: Migrate CodeGen tests to amdgpu subarch triple (28)

Mechanically migrate the command-line target spelling on llc/opt RUN lines in
llvm/test/CodeGen/AMDGPU from -mtriple=amdgcn ... -mcpu=<gfx> to the folded
subarch triple form (e.g. -mtriple=amdgpu9.00-amd-amdhsa), dropping the
redundant -mcpu.

Co-Authored-By: Claude <noreply at anthropic.com> (Claude-Opus-4.8)
DeltaFile
+13-13llvm/test/CodeGen/AMDGPU/readcyclecounter.ll
+10-10llvm/test/CodeGen/AMDGPU/reassoc-mul-add-1-to-mad.ll
+8-8llvm/test/CodeGen/AMDGPU/print-pipeline-passes.ll
+6-6llvm/test/CodeGen/AMDGPU/preserve-hi16.ll
+5-5llvm/test/CodeGen/AMDGPU/readsteadycounter.ll
+5-5llvm/test/CodeGen/AMDGPU/ptradd-sdag.ll
+47-4785 files not shown
+181-18191 files

LLVM/project f249e96llvm/test/CodeGen/AMDGPU minmax.ll neighboring-mfma-padding.mir

AMDGPU: Migrate CodeGen tests to amdgpu subarch triple (26)

Mechanically migrate the command-line target spelling on llc/opt RUN lines in
llvm/test/CodeGen/AMDGPU from -mtriple=amdgcn ... -mcpu=<gfx> to the folded
subarch triple form (e.g. -mtriple=amdgpu9.00-amd-amdhsa), dropping the
redundant -mcpu.

Co-Authored-By: Claude <noreply at anthropic.com> (Claude-Opus-4.8)
DeltaFile
+16-16llvm/test/CodeGen/AMDGPU/minmax.ll
+11-11llvm/test/CodeGen/AMDGPU/neighboring-mfma-padding.mir
+8-8llvm/test/CodeGen/AMDGPU/mul.ll
+6-6llvm/test/CodeGen/AMDGPU/mubuf-legalize-operands.ll
+6-6llvm/test/CodeGen/AMDGPU/mubuf-legalize-operands-non-ptr-intrinsics.ll
+6-6llvm/test/CodeGen/AMDGPU/mubuf-legalize-operands.mir
+53-5395 files not shown
+266-267101 files

LLVM/project 75355d5llvm/test/CodeGen/AMDGPU maximumnum.ll mad-mix.ll

AMDGPU: Migrate CodeGen tests to amdgpu subarch triple (24)

Mechanically migrate the command-line target spelling on llc/opt RUN lines in
llvm/test/CodeGen/AMDGPU from -mtriple=amdgcn ... -mcpu=<gfx> to the folded
subarch triple form (e.g. -mtriple=amdgpu9.00-amd-amdhsa), dropping the
redundant -mcpu.

Co-Authored-By: Claude <noreply at anthropic.com> (Claude-Opus-4.8)
DeltaFile
+26-26llvm/test/CodeGen/AMDGPU/maximumnum.ll
+14-14llvm/test/CodeGen/AMDGPU/mad-mix.ll
+12-12llvm/test/CodeGen/AMDGPU/mad-mix-lo.ll
+10-10llvm/test/CodeGen/AMDGPU/mad-mix-hi.ll
+9-9llvm/test/CodeGen/AMDGPU/maximumnum.bf16.ll
+8-8llvm/test/CodeGen/AMDGPU/materialize-frame-index-sgpr.ll
+79-7992 files not shown
+307-30798 files

LLVM/project b9bb2f2llvm/test/CodeGen/AMDGPU minimumnum.ll memory-legalizer-private-workgroup.ll

AMDGPU: Migrate CodeGen tests to amdgpu subarch triple (25)

Mechanically migrate the command-line target spelling on llc/opt RUN lines in
llvm/test/CodeGen/AMDGPU from -mtriple=amdgcn ... -mcpu=<gfx> to the folded
subarch triple form (e.g. -mtriple=amdgpu9.00-amd-amdhsa), dropping the
redundant -mcpu.

Co-Authored-By: Claude <noreply at anthropic.com> (Claude-Opus-4.8)
DeltaFile
+26-26llvm/test/CodeGen/AMDGPU/minimumnum.ll
+14-14llvm/test/CodeGen/AMDGPU/memory-legalizer-private-workgroup.ll
+14-14llvm/test/CodeGen/AMDGPU/memory-legalizer-private-wavefront.ll
+14-14llvm/test/CodeGen/AMDGPU/memory-legalizer-private-system.ll
+14-14llvm/test/CodeGen/AMDGPU/memory-legalizer-fence-mmra-global.ll
+14-14llvm/test/CodeGen/AMDGPU/memory-legalizer-fence-mmra-local.ll
+96-9693 files not shown
+647-64999 files

LLVM/project 02c6743llvm/test/CodeGen/AMDGPU local-atomicrmw-fadd.ll local-atomicrmw-fmin.ll

AMDGPU: Migrate CodeGen tests to amdgpu subarch triple (23)

Mechanically migrate the command-line target spelling on llc/opt RUN lines in
llvm/test/CodeGen/AMDGPU from -mtriple=amdgcn ... -mcpu=<gfx> to the folded
subarch triple form (e.g. -mtriple=amdgpu9.00-amd-amdhsa), dropping the
redundant -mcpu.

Co-Authored-By: Claude <noreply at anthropic.com> (Claude-Opus-4.8)
DeltaFile
+11-11llvm/test/CodeGen/AMDGPU/local-atomicrmw-fadd.ll
+11-11llvm/test/CodeGen/AMDGPU/local-atomicrmw-fmin.ll
+11-11llvm/test/CodeGen/AMDGPU/local-atomicrmw-fmax.ll
+11-11llvm/test/CodeGen/AMDGPU/local-atomicrmw-fsub.ll
+10-10llvm/test/CodeGen/AMDGPU/lower-buffer-fat-pointers-nontemporal-metadata.ll
+8-8llvm/test/CodeGen/AMDGPU/load-atomic-local.ll
+62-6288 files not shown
+330-33094 files

LLVM/project a33a2eallvm/lib/Target/X86 X86InstrInfo.cpp, llvm/test/CodeGen/X86 remove-redundant-cmp-tzcnt.ll remove-redundant-cmp-lzcnt.ll

Merge branch 'main' into users/bassiounix/clang/c2y/if-decl
DeltaFile
+199-0llvm/test/CodeGen/X86/remove-redundant-cmp-tzcnt.ll
+186-0llvm/test/CodeGen/X86/remove-redundant-cmp-lzcnt.ll
+76-0llvm/test/CodeGen/X86/remove-redundant-cmp-lzcnt-i64.ll
+74-0llvm/test/CodeGen/X86/remove-redundant-cmp-tzcnt-i64.ll
+9-9orc-rt/test/unit/ErrorTest.cpp
+12-0llvm/lib/Target/X86/X86InstrInfo.cpp
+556-91 files not shown
+557-127 files

LLVM/project 3205689orc-rt/test/unit ErrorTest.cpp

[orc-rt] Move ErrorTest death tests to an ErrorDeathTest suite. (#209476)

GoogleTest recommends putting death tests in a suite whose name ends in
"DeathTest": it runs those suites before all others, which avoids the
fork-after-threads hazard that can make death tests flaky.

Move the nine EXPECT_DEATH tests in ErrorTest.cpp from the ErrorTest
suite to a new ErrorDeathTest suite. Only the suite name changes; the
test bodies are untouched.
DeltaFile
+9-9orc-rt/test/unit/ErrorTest.cpp
+9-91 files

LLVM/project 53da48fclang/docs ReleaseNotes.md, llvm/test/CodeGen/AArch64 bf16-v8-instructions.ll

Rebase, clean up

Created using spr 1.3.7
DeltaFile
+23,904-12llvm/test/CodeGen/RISCV/clmul.ll
+1,992-0llvm/test/CodeGen/X86/expand-false-deps.ll
+1,726-0llvm/test/CodeGen/X86/clmul.ll
+1,261-312llvm/test/CodeGen/AArch64/bf16-v8-instructions.ll
+7-1,163clang/docs/ReleaseNotes.md
+1,147-0llvm/test/CodeGen/AMDGPU/atomic_optimizations_dpp_lds_expected_active_lanes.ll
+30,037-1,4871,112 files not shown
+48,824-12,0521,118 files

LLVM/project 4899469clang/test/OpenMP teams_distribute_parallel_for_simd_if_openmp52_codegen.cpp target_teams_distribute_parallel_for_simd_if_openmp52_codegen.cpp, llvm/test/CodeGen/AMDGPU/GlobalISel legalize-llvm.amdgcn.image.sample.a16.ll legalize-store-global.mir

Merge branch 'main' into users/bassiounix/clang/c2y/if-decl
DeltaFile
+23,904-12llvm/test/CodeGen/RISCV/clmul.ll
+6,601-5,921llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.sample.a16.ll
+12,190-0clang/test/OpenMP/teams_distribute_parallel_for_simd_if_openmp52_codegen.cpp
+12,098-0clang/test/OpenMP/target_teams_distribute_parallel_for_simd_if_openmp52_codegen.cpp
+4,734-4,734llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store-global.mir
+4,072-4,024llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.dim.a16.ll
+63,599-14,6915,564 files not shown
+320,522-225,1695,570 files

LLVM/project cff8724lldb/source/Plugins/Process/Utility InferiorCallPOSIX.cpp

fixup! Support Re-export Symbol for FunctionCall
DeltaFile
+9-6lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
+9-61 files

LLVM/project b1a6a90llvm/lib/Target/X86 X86InstrInfo.cpp, llvm/test/CodeGen/X86 remove-redundant-cmp-tzcnt.ll remove-redundant-cmp-lzcnt.ll

[X86] Remove redundant `cmp` before `adc` after `lzcnt` or `tzcnt` (#208392)

fixes #193178
DeltaFile
+199-0llvm/test/CodeGen/X86/remove-redundant-cmp-tzcnt.ll
+186-0llvm/test/CodeGen/X86/remove-redundant-cmp-lzcnt.ll
+76-0llvm/test/CodeGen/X86/remove-redundant-cmp-lzcnt-i64.ll
+74-0llvm/test/CodeGen/X86/remove-redundant-cmp-tzcnt-i64.ll
+12-0llvm/lib/Target/X86/X86InstrInfo.cpp
+1-3llvm/test/CodeGen/X86/bitcnt-load-with-cmov.ll
+548-36 files

LLVM/project f66e020lldb/include/lldb/Symbol ObjectFile.h Symbol.h, lldb/source/Breakpoint BreakpointResolverName.cpp

Merge branch 'users/aokblast/lldb/fix_auxilary_handle' into users/aokblast/lldb/mmap_fix_for_reexport
DeltaFile
+40-18lldb/source/Symbol/Symbol.cpp
+6-8lldb/source/Breakpoint/BreakpointResolverName.cpp
+9-0lldb/include/lldb/Symbol/ObjectFile.h
+5-3lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
+3-1lldb/include/lldb/Symbol/Symbol.h
+4-0lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
+67-301 files not shown
+69-317 files

LLVM/project 4b89559lldb/include/lldb/Symbol ObjectFile.h Symbol.h, lldb/source/Breakpoint BreakpointResolverName.cpp

fixup! [LLDB] Support Auxiliary library in ELF format
DeltaFile
+40-18lldb/source/Symbol/Symbol.cpp
+6-8lldb/source/Breakpoint/BreakpointResolverName.cpp
+9-0lldb/include/lldb/Symbol/ObjectFile.h
+5-3lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
+4-0lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
+3-1lldb/include/lldb/Symbol/Symbol.h
+67-301 files not shown
+69-317 files