Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[NFC] Separate high-level-dependent portions of DWARFExpression #139175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3,100 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
3100 commits
Select commit Hold shift + click to select a range
19ff86f
[libc++][test] Fix test not relying on MinSequenceContainer (#140372)
huixie90 May 30, 2025
1e154ea
Reland: [InstCombine] Combine and->cmp->sel->or-disjoint into and->mu…
jrbyrnes May 30, 2025
a5281a9
[CIR][NFC] Fix warning about unhandled type (#142059)
andykaylor May 30, 2025
85ca5d4
[RISCV] Fix a warning
kazutakahirata May 30, 2025
d3fec7e
AMDGPU: Avoid using kernels in f16 copysign test (#142113)
arsenm May 30, 2025
cdcb911
AMDGPU: Move bf16 copysign tests to separate file (#142114)
arsenm May 30, 2025
2282aaf
AMDGPU: Add more f16 copysign tests (#142115)
arsenm May 30, 2025
e2774c4
AMDGPU: Handle vectors in copysign magnitude sign case (#142156)
arsenm May 30, 2025
1495929
AMDGPU: Handle vectors in copysign sign type combine (#142157)
arsenm May 30, 2025
60cf4c1
[RISCV] Fix a bug in partial.reduce lowering for zvqdotq .vx forms (#…
preames May 30, 2025
9523f3f
[RISCV][TTI] Discount slide cost if ri.vinsert/ri.vextract are availa…
preames May 30, 2025
6e70e7a
[CIR] Upstream ShuffleDynamicOp for VectorType (#141411)
AmrDeveloper May 30, 2025
eda1f40
[ARM]: codegen `llvm.roundeven.v*` (#141786)
folkertdev May 30, 2025
1486b68
[ItaniumDemangle][test] Factor demangler test-cases into file and syn…
Michael137 May 30, 2025
3d71f93
[mlir]: Added properties/attributes ignore flags to OperationEquivale…
AviadCo May 30, 2025
d748c58
[LLDB] Avoid crashes when inspecting MSVC STL types (#140761)
Nerixyz May 30, 2025
7bd5c62
[lldb][nfc] Fix missing move operations and constness of methods (#14…
felipepiovezan May 30, 2025
706523a
[libc] wcsspn implementation (#142034)
sribee8 May 30, 2025
6b68f0e
[Sanitizer][test] Emit to stderr to fix android (#142207)
ellishg May 30, 2025
da4c290
[HLSL] Diagnose overlapping resource bindings (#140982)
hekota May 30, 2025
8f04c07
[HLSL][RootSignature] Add parsing of remaining enums to StaticSampler…
inbelic May 30, 2025
dd352a4
[lldb] Remove some dead code in TypeSystemClang (NFC) (#142056)
kastiglione May 30, 2025
a329a52
[clang-doc] Refactor error handling to use ExitOnError (#141699)
snarang181 May 30, 2025
b78e6bc
Enclose code in nondebug in #ifndef NDEBUG/#endif (#142189)
DeanSturtevant1 May 30, 2025
b9b9964
[CIR] Add support for global linkage and visibility (#141973)
andykaylor May 30, 2025
cf78802
[libc] Implemented wcspbrk (#142040)
uzairnawaz May 30, 2025
2b27a2d
[CIR] Upstream converting vector types (#142012)
AmrDeveloper May 30, 2025
00f6a6f
[LLDB][Platform Linux] Flip uid and pid in get signal description (#1…
Jlalond May 30, 2025
6b7f246
[mlir] Unique property constraints where possible (#140849)
krzysz00 May 30, 2025
d31a94a
[libc] wmemcpy implementation (#142070)
sribee8 May 30, 2025
aecf701
[AMDGPU] Make `getAssumedAddrSpace` return AS1 for pointer kernel arg…
shiltian May 30, 2025
b2c2c7a
[PGO] Make the PGO instrumentation insert point after alloca (#142043)
xur-llvm May 30, 2025
e452c9c
[RISCV] Fix a warning
kazutakahirata May 30, 2025
b4c4957
[libc] wmemcmp nullptr handling (#142058)
sribee8 May 30, 2025
51bbcfb
[FIX] Fix a test update by mistake
shiltian May 30, 2025
ae84284
[DAGCombiner] Teach SearchForAndLoads to handle an AND with 2 constan…
topperc May 30, 2025
ab137f6
[CIR] Enable support for nested struct members in C++ (#142205)
andykaylor May 30, 2025
354f3f1
[cmake][clang-tools] Make split-file a dependency for tests (#142048)
ilovepi May 30, 2025
b104d08
[BOLT][heatmap] Produce zoomed-out heatmaps (#140153)
aaupov May 30, 2025
4f65294
[lldb] Add build option to specify the libxml 2 version (#142183)
Steelskin May 30, 2025
618f3a8
[libc][obvious] Fixed wchar.yaml (#142238)
sribee8 May 30, 2025
9a8e0cf
Wrap ifndef NDEBUG around assertion-only code (#142227)
googlewalt May 30, 2025
2a8a8db
[HLSL][RootSignature] Metadata generation of RootFlags, RootConstants…
inbelic May 30, 2025
5c5d3d1
[HLSL][RootSignature] Add space, visibility enums to StaticSampler (#…
inbelic May 31, 2025
2ec1e5d
Fixed wrong check OperationEquivalenceTest.HashWorksWithFlags (#142210)
AviadCo May 31, 2025
89fdce1
Revert "[FIX] Fix a test update by mistake"
shiltian May 31, 2025
0475ec3
Revert "[AMDGPU] Make `getAssumedAddrSpace` return AS1 for pointer ke…
shiltian May 31, 2025
b9a91f7
Revert "[clangd] [Modules] Fixes to correctly handle module dependenc…
fleeting-xx May 31, 2025
775f1f8
[lit] add --max-retries-per-test execution option (#141851)
kwk May 31, 2025
cbe5104
[clang-format] Handle bit-field colon of non-numeric-constant size (#…
owenca May 31, 2025
028dcbe
Reapply "[AMDGPU] Make `getAssumedAddrSpace` return AS1 for pointer k…
shiltian May 31, 2025
8fe58f4
[CIR] Call to variadic functions (#141942)
Lancern May 31, 2025
27d5106
Revert "Reapply "[AMDGPU] Make `getAssumedAddrSpace` return AS1 for p…
shiltian May 31, 2025
715cff8
Reapply "Reapply "[AMDGPU] Make `getAssumedAddrSpace` return AS1 for …
shiltian May 31, 2025
54a9e71
[Sanitizer] Fix android test env issue (#142235)
ellishg May 31, 2025
2f13451
[clangd] Log the paths of loaded config files without --log=verbose (…
HighCommander4 May 31, 2025
3e0966a
[MIPS] Reland Add FeatureMSA to i6400 and i6500 cores (#134985) (#141…
mgoudar May 31, 2025
b25a6c1
[Sanitizer][NFC] Remove extra env from test (#142247)
ellishg May 31, 2025
363137e
[RISCV] Use llvm::is_contained. NFC (#142239)
topperc May 31, 2025
7da4d3b
[mlir][memref] Add terminator check to prevent a crash (#141972)
CoTinker May 31, 2025
95dc72b
[RISCV] Add RISCVISD::VQDOT*_VL to RISCVSelectionDAGInfo::verifyTarge…
topperc May 31, 2025
f957bb3
[InstSimplify] Handle nsz when simplifying X * 0.0 (#142181)
Nadharm May 31, 2025
4acbd8b
[RISCV] Use isVLPreservingConfig in isConvertibleToVMV_V_V. NFC
topperc May 31, 2025
7eef53c
AMDGPU: Make copysign with matching v2f16/v2bf16 inputs legal (#142173)
arsenm May 31, 2025
3a37996
AMDGPU: Improve v4f16/v4bf16 copysign handling (#142174)
arsenm May 31, 2025
b21b2de
[RISCV] Implement intrinsics for XAndesVDot (#141441)
tclin914 May 31, 2025
f15bb7c
AMDGPU: Improve v8f16/v8bf16 copysign handling (#142175)
arsenm May 31, 2025
5d04754
AMDGPU: Improve v16f16/v16bf16 copysign handling (#142176)
arsenm May 31, 2025
fc2793e
AMDGPU: Improve v32f16/v32bf16 copysign handling (#142177)
arsenm May 31, 2025
ddaf459
[lldb-dap] Reuse source object logics (#141426)
eronnen May 31, 2025
78ca02d
[gn build] Port 22dfe9cb5893
llvmgnsyncbot May 31, 2025
ddf6ecc
Revert "[libc++] Re-enable std::pair trivial copy constructor for Fre…
jrtc27 May 31, 2025
93f18c8
[InstCombine] Test cast support in simplifyUsingControlFlow (NFC)
andjo403 May 31, 2025
048b731
[lldb][test] Test all libcxxabi demangler test-cases against Tracking…
Michael137 May 31, 2025
cf47614
[InstCombine] Avoid to create bitreverse.i1 for or of trunc to i1 (#1…
andjo403 May 31, 2025
00a7e55
[InstCombine] Propagate FMF from select instead of fcmp (#141010)
dtcxzyw May 31, 2025
b5ed1ca
fix PATH_MAX missing in windows build (#142259)
eronnen May 31, 2025
519aa51
[AArch64] Treat `@llvm.ssub.sat` the same as `@llvm.aarch64.neon.sqsu…
folkertdev May 31, 2025
4dee9b0
[Clang] Improve infrastructure for libstdc++ workarounds (#141977)
cor3ntin May 31, 2025
adc8309
[VPlan] Remove unused VPUser constructors (NFC).
fhahn May 31, 2025
aaef578
[ARM] Add vector vrint tests and fix FP16 to expand.
davemgreen May 31, 2025
57d544c
[VPlan] Add getIndexFor(Predecessor|Successor) helpers (NFC).
fhahn May 31, 2025
77af2b5
Work around a build issue with MSVC; NFC (#142195)
AaronBallman May 31, 2025
b19fba3
[VPlan] Improve code in VPWidenIntrinsic (NFC) (#141936)
artagnon May 31, 2025
c2e1f9d
[VPlan] Improve code in VPWidenCallRecipe (NFC) (#141926)
artagnon May 31, 2025
4f6e912
[NFC][DWP] Make `getContributionIndex` static (#141708)
jurahul May 31, 2025
b1338f6
[Sanitizer] Use %device_rundir/ to fix test (#142274)
ellishg May 31, 2025
012b573
[lldb-dap] Synchronously wait for breakpoints resolves in tests (#140…
eronnen May 31, 2025
f5c49bf
[clang][Sema] Optimize ~SemaDiagnosticBuilder (#142252)
tbaederr May 31, 2025
6bdd69b
[Remarks] Remove an upcast footgun. NFC (#142191)
jroelofs May 31, 2025
86448c3
[clang-format] Handle token-pasted function decl names (#142251)
owenca May 31, 2025
9923138
[VPlan] Simplify branch on False in VPlan transform (NFC). (#140409)
fhahn May 31, 2025
6361c56
[MemProf] Attach value profile metadata to the IR using CalleeGuids. …
snehasish May 31, 2025
1cff1f5
[libcxxabi][test] Check that all copied files are synced between llvm…
Michael137 May 31, 2025
610d8fa
[Vectorize] Fix a warning
kazutakahirata May 31, 2025
486cc1c
[Analysis] Remove unused includes (NFC) (#142255)
kazutakahirata May 31, 2025
9b49414
[Frontend] Remove unused includes (NFC) (#142256)
kazutakahirata May 31, 2025
6dd25a0
[Tooling] Remove unused includes (NFC) (#142257)
kazutakahirata May 31, 2025
41c880f
[clang] NFC: new tests and some cleanups on existing ones (#142293)
mizvekov May 31, 2025
9007ab5
[Basic] Remove unused includes (NFC) (#142295)
kazutakahirata Jun 1, 2025
63aa425
[Format] Remove unused includes (NFC) (#142296)
kazutakahirata Jun 1, 2025
87fe9d3
MCSection: Replace DummyFragment with the Subsections[0] head fragment
MaskRay Jun 1, 2025
43fd677
[NFC][lldb-dap] Avoid unnecessary copy in setBreakpoint (#142179)
da-viper Jun 1, 2025
9128e3c
[clang][RISCV] Handle target features correctly in CheckBuiltinFuncti…
4vtomat Jun 1, 2025
4eb2679
[libc][math][c23] Add atanf16() function (#141612)
wldfngrs Jun 1, 2025
5e4a6e5
[VPlan] Get plan once in simplifyRecipe (NFC).
fhahn Jun 1, 2025
9e3cbc0
[X86] Move IsElementEquivalent above shuffle comparison helpers. NFC.
RKSimon Jun 1, 2025
fafa25d
[RelLookupTableConverter] Drop unnamed_addr to avoid generating GOTPC…
dianqk Jun 1, 2025
e560b3b
[VPlan] Use VPSingleDef in simplifyRecipe (NFC).
fhahn Jun 1, 2025
6b29d29
[RelLookupTableConverter] Fix test cases
dianqk Jun 1, 2025
c8892c6
[memprof] Print alloc site matches immediately (#142233)
kazutakahirata Jun 1, 2025
372665f
[Serialization] Remove unused includes (NFC) (#142300)
kazutakahirata Jun 1, 2025
35cf636
[ELF,test] Clean up aarch64-feature-gcs.s
MaskRay Jun 1, 2025
b961f64
Revert "Fixed wrong check OperationEquivalenceTest.HashWorksWithFlags…
vitalybuka Jun 1, 2025
9ad70bc
Revert "[mlir]: Added properties/attributes ignore flags to Operation…
vitalybuka Jun 1, 2025
7054a0a
[NFC][tests] Relax matching for prefer-vector-width.f90
hubert-reinterpretcast Jun 1, 2025
dc1eb0f
[SCEV] Add additional test coverage for loop-guards reasoning.
fhahn Jun 1, 2025
839b69c
MCExpr: Simplify and optimize equated symbol evaluation
MaskRay Jun 1, 2025
f2a868e
MCParse: Disallow @ specifier in symbol equating
MaskRay Jun 1, 2025
10e01ea
MCAssembler: Postpone errors in layout iteration
MaskRay Jun 2, 2025
2cb1442
X86AsmBackend: Remove some computeFragmentSize calls
MaskRay Jun 2, 2025
d870dc9
[SimplifyCFG] Switch to use `paramHasNonNullAttr` (#125383)
dtcxzyw Jun 2, 2025
17e45dd
MC: Clear some members in reset
MaskRay Jun 2, 2025
f24e48d
MCContext::reset: clear RelSecnames & MacroMap
MaskRay Jun 2, 2025
81cc6ef
[ADT] Simplify countr_zero and countl_zero with constexpr if (NFC) (#…
kazutakahirata Jun 2, 2025
422d710
[lldb] Avoid creating a temporary instance of std::string (NFC) (#142…
kazutakahirata Jun 2, 2025
6cf1e9a
Revert "[clang-format] Handle token-pasted function decl names (#1422…
owenca Jun 2, 2025
398f777
MC,test: Add a MCFillFragment stress test from #123402
MaskRay Jun 2, 2025
2bae781
[AArch64] Add v1i64 test coverage and cleanup vqadd/vqsub tests. NFC
davemgreen Jun 2, 2025
401dd39
[mlir][lsp] Enable registering dialects based on URI. (#141331)
jpienaar Jun 2, 2025
875630e
[win/asan] GetInstructionSize: Support `48 bX` movabsq instructions. …
bernhardu Jun 2, 2025
92ef7b2
[BOLT][NFC] Align fdata pattern ordering in link_fdata.py (#142102)
paschalis-mpeis Jun 2, 2025
b69772f
[HashRecognize] Introduce new analysis (#139120)
artagnon Jun 2, 2025
6a3f91d
[MC] Relax MCFillFragment and compute fragment offsets eagerly
MaskRay Jun 2, 2025
15f4bcd
[AArch64] Extend test coverage for v1i64 add/sub.sat. NFC
davemgreen Jun 2, 2025
b6e5b86
[lldb] Refactor away UB in SBValue::GetLoadAddress (#141799)
labath Jun 2, 2025
5e93624
[X86][FP16] Customize MLOAD/MSTORE(vXf16) if VLX is not enabled (#142…
phoebewang Jun 2, 2025
d7d61df
[CodeGen] Move CodeGenPGO behind unique_ptr (NFC) (#142155)
nikic Jun 2, 2025
30c3fba
[clang][Basic] Optimize getDiagnosticSeverity() (#141950)
tbaederr Jun 2, 2025
85a14c9
[SDAG] Fix fmaximum legalization errors (#142170)
nikic Jun 2, 2025
dbecccd
[AMDGPU] Promote nestedGEP allocas to vectors (#141199)
harrisonGPU Jun 2, 2025
13348c9
[ci] Use different emoji for Linux and Windows job titles on GitHub (…
DavidSpickett Jun 2, 2025
5b4f209
[clang][Tooling] Add symbol mappings for unwrap_reference_t
kadircet Jun 2, 2025
882f94d
[Coroutines] Create C++ noop coroutine with default function attribut…
vhscampos Jun 2, 2025
9183062
AMDGPUCodeGenPrepare.cpp - fix MSVC operator precedence warning. NFC.
RKSimon Jun 2, 2025
313c771
[docs] Update ir-normalizer to normalize (#141764)
c-rhodes Jun 2, 2025
a8283cb
[Clang] Reapply CWG2369 "Ordering between constraints and substitutio…
zyn0217 Jun 2, 2025
3796665
libclc: clspv: do not set generic_addrspace_val (#141912)
rjodinchr Jun 2, 2025
04641c5
[clang][Frontend] Add overload to ASTPrinter that doesn't own output …
Michael137 Jun 2, 2025
29f3e14
[lldb][test] Fix comment in TestObjcPoHint.py (#142306)
saagarjha Jun 2, 2025
1348464
[utils] Fix utils/demangle_tree.py:parse_line to correctly check for …
sivan-shani Jun 2, 2025
a190e89
[HashRecognize] Remove unused #include
d0k Jun 2, 2025
8f0890f
[ValueTracking][NFC] Simplify binops in canCreateUndefOrPoison switch…
c-rhodes Jun 2, 2025
4c9ee58
[CVP] Keep `ReachableCaseCount` in sync with range of condition (#142…
dtcxzyw Jun 2, 2025
7416076
DXContainerTest.cpp - fix MSVC float truncation warning. NFC. (#142349)
RKSimon Jun 2, 2025
1cd3bfa
[mlir][tosa] Add assembly format validation for COND_IF op (#142254)
tatwaichong Jun 2, 2025
fa0649a
[AArch64] Fix `APAS` instructions to disassemble to self not to `SYS`…
jthackray Jun 2, 2025
ed43353
[AArch64][SME] Fix accessing the emergency spill slot with hazard pad…
MacDue Jun 2, 2025
0f63cd6
[lldb] Add filter option to AST dump command (#142164)
Michael137 Jun 2, 2025
80bcbc7
[lldb] Disable TestConsecutiveBreakpoints.py for Windows x86_64 (#142…
slydiman Jun 2, 2025
2238a4a
[lldb] Disable TestReverseContinueBreakpoints.py and TestReverseConti…
slydiman Jun 2, 2025
08574ec
[Clang][FMV] Stop emitting implicit default version using target_clon…
labrinea Jun 2, 2025
54d1e6e
[ValueTracking] Do not use FMF from fcmp (#142266)
dtcxzyw Jun 2, 2025
835b4f2
[flang][driver] Introduce FCC_OVERRIDE_OPTIONS. (#140556)
abidh Jun 2, 2025
97450e6
[ValueTracking][NFC]: Use injected condition to compute known FPClass…
hassnaaHamdi Jun 2, 2025
9b28fa4
[flang] Fix ppc64le-flang-rhel-test buildbot failure (#142269)
mcinally Jun 2, 2025
d63ac8b
[Clang] Separate implicit int conversion on negation sign to new diag…
YutongZhuu Jun 2, 2025
152dbce
[mlir][math] Fix intrinsic conversions to LLVM for 0D-vector types (#…
AGindinson Jun 2, 2025
f844129
[AMDGPU] Add UniformBinFrag to SALU fminimum/fmaximum patterns. NFCI.…
jayfoad Jun 2, 2025
4fa2e07
Add back AutoConvert.h header that is used for autoconversion on MVS
abhina-sree Jun 2, 2025
788422c
[X86] combineTargetShuffle - attempt to fold VPERM2X128(ONEUSE(LOAD),…
RKSimon Jun 2, 2025
db7cfc2
[X86] Add additional fp min/max libcall tests (NFC)
nikic Jun 2, 2025
9e7fc1b
[X86] Add modf test using fp128 (NFC)
nikic Jun 2, 2025
44b0e4c
[Offload] Make AMDGPU plugin handle empty allocation properly (#142383)
jhuber6 Jun 2, 2025
aa18118
[llvm][DebugInfo][clang] Finalize all declaration subprograms in DIBu…
dzhidzhoev Jun 2, 2025
3c23cff
[flang] Retrieve shape from selector when generating assoc sym type (…
ergawy Jun 2, 2025
f7d6b44
[X86][NFC] Added/Updated SINCOS function testcases (#141283)
JaydeepChauhan14 Jun 2, 2025
d0d70c3
[VPlan] Simplify PredPHI LiveIn -> LiveIn (#142271)
artagnon Jun 2, 2025
75bdd67
[libclang/python] Properly report errors when test fails (#142371)
DeinAlptraum Jun 2, 2025
cb78d8b
[Offload] Set size correctly in olLaunchKernel cts test (#142398)
RossBrunton Jun 2, 2025
4fd95ff
[Offload][AMDGPU] Correctly handle variable implicit argument sizes (…
jhuber6 Jun 2, 2025
0da89b6
[X86][GlobalISel] - Legalize And Select G_FPTOSI/G_SITOFP in X87 mode…
pawan-nirpal-031 Jun 2, 2025
a27fd8a
[clang-repl] Fix error recovery while PTU cleanup (#127467)
anutosh491 Jun 2, 2025
a65503a
[Matrix] Use FixedVectorType everywhere in LowerMatrixIntrinsics. NFC…
jroelofs Jun 2, 2025
98296e8
[mlir][memref] Update tests to use memref.assume_alignment properly. …
hanhanW Jun 2, 2025
c66e222
[memprof] Deduplicate alloc site matches (#142334)
kazutakahirata Jun 2, 2025
2e71316
[flang] Propagate volatile on openmp reduction vars (#142182)
ashermancinelli Jun 2, 2025
5d08246
[flang][OpenMP] Resolve names for declare simd uniform clause (#142160)
mrkajetanp Jun 2, 2025
67b8886
[ASTWriter] Do not write ObjCCategories if empty. (#141841)
davemgreen Jun 2, 2025
759c430
[SPIR-V] Only emit __spirv__ when targeting HLSL (#142401)
Keenuts Jun 2, 2025
b5b94de
[bazel] Add TestingDemangle target for #137947 (#142419)
rupprecht Jun 2, 2025
e4228fc
[AArch64] Add missing Neon Types (#126945)
tmatheson-arm Jun 2, 2025
a83f396
[AArch64] Add REQUIRES: aarch64-registered-target to mixed-neon-types.c
davemgreen Jun 2, 2025
5dd74d5
[llvm] annotate interfaces in FileCheck, FrontEnd, and FuzzMutate lib…
andrurogerz Jun 2, 2025
dbf510e
[llvm] clang-format llvm/IR/BasicBlock.h and llvmLTO/LTOGodeGenerator…
andrurogerz Jun 2, 2025
6ff5d43
[LV] Move VPlan-based calculateRegisterUsage to VPlanAnalysis (NFC). …
fhahn Jun 2, 2025
ba6fadf
[Offload] Split offload unittests into multiple files (#142418)
RossBrunton Jun 2, 2025
8af3a72
[RISCV][test] Add i64 materialization tests for BSETI
pfusik Jun 2, 2025
04c8d24
[llvm] annotate interfaces in AsmParser, BinaryFormat, Bitcode, and B…
andrurogerz Jun 2, 2025
4d6528c
[lldb][AIX] Added support to load DW_ranges section (#142356)
HemangGadhavi Jun 2, 2025
a5e1870
[PowerPC] Spill and restore DMR register (#141530)
lei137 Jun 2, 2025
3638cfc
[libc++] Remove unused include caused by wrong __has_include (#141328)
kikairoya Jun 2, 2025
47d4b63
[libc++] Remove availability annotations which can't fire anymore (#1…
philnik777 Jun 2, 2025
3af30de
[Matrix] Assert that there's shapeinfo in Visit* (NFC). (#142416)
fhahn Jun 2, 2025
e37dbbc
[DebugInfo][RemoveDIs] Delete experimental-iterator test-flags from t…
jmorse Jun 2, 2025
614fc5d
[PowerPC][NFC] Revert changes to dmrp register class name (#142434)
lei137 Jun 2, 2025
1914c9f
[clang][AIX] Fix -print-runtime-dir fallback on AIX (#141439)
jakeegan Jun 2, 2025
ac8ad7e
[HWASan][bugfix] Fix kernel check in ShadowMapping::init (#142226)
usama54321 Jun 2, 2025
6a3a951
[bazel] Add missing deps for #141864 (#142437)
rupprecht Jun 2, 2025
8174be1
[lldb] Fix SIGSEGV in `GetPtraceScope()` in `Procfs.cpp` (#142224)
royitaqi Jun 2, 2025
e3e9347
[LLDB][NFC] Add accessor for SessionId (#142444)
oontvoo Jun 2, 2025
ec8f2d6
[CIR] [NFC] Update CHECK pattern to use regex for new def of RV (#142…
Andres-Salamanca Jun 2, 2025
d1668f3
[mli][vector] canonicalize vector.from_elements from ascending extrac…
newling Jun 2, 2025
17e0255
[lldb][NFC] Remove unused macro ENABLE_MEMORY_CACHING (#142231)
bulbazord Jun 2, 2025
5d87da2
[libc] wcscpy implementation (#142228)
sribee8 Jun 2, 2025
dbec7ad
[MCP] Handle iterative simplification during forward copy prop (#140267)
preames Jun 2, 2025
eb8dac4
[Clang][Modules] Add a target to build-explicit.cpp test. NFC
davemgreen Jun 2, 2025
3411838
[RISCV] Fold LI 1 / SLLI into BSETI during i64 materialization (#142348)
pfusik Jun 2, 2025
f2930fe
[BOLT] Support pre-aggregated basic sample profile (#140196)
aaupov Jun 2, 2025
3dffa5e
[MLIR][XeGPU] Add unroll patterns and blocking pass for XeGPU [2/N] (…
chencha3 Jun 2, 2025
67dbcff
[RISCV] Use t3 for static chain register when branch CFI is enabled (…
jaidTw Jun 2, 2025
0933ce6
[NFC][RISCV] Use -O0 in trampoline test for easier code observation (…
jaidTw Jun 2, 2025
1c231b0
[mlir][linalg] Fix EraseIdentityLinalgOp on fill-like ops (#130000)
IanWood1 Jun 2, 2025
299cd59
[Offload] Optimistically accept SM architectures (#142399)
jhuber6 Jun 2, 2025
f87a834
[BOLT] Fix references in ignored functions in CFG state (#140678)
maksfb Jun 2, 2025
28a7815
[bazel] Port 0210750d5a5b4cfc8d2b6a9e94ace24d31d65ddc
d0k Jun 2, 2025
c369480
Revert "[MLIR][XeGPU] Add unroll patterns and blocking pass for XeGPU…
chencha3 Jun 2, 2025
43413ff
[CIR][NFC] Upstream VectorType support in helper function (#142222)
AmrDeveloper Jun 2, 2025
fb1b362
Reland "[HLSL][RootSignature] Add parsing of filter enum for StaticSa…
inbelic Jun 2, 2025
53852b4
[clang-format] Correctly annotate token-pasted function decl names (#…
owenca Jun 2, 2025
f2b3ef0
[CIR] Fix dso_local and comdat handling for global vars (#142214)
andykaylor Jun 2, 2025
2c17f47
[Github] Bump Github Actions Runner in CI Agent Containers
boomanaiden154 Jun 2, 2025
a5bff05
[UBSan][Ignorelist] Expanding =sanitize to fun. (#142074)
qinkunbao Jun 2, 2025
e876948
[RISCV] Use addi rather than addiw for immediates materialised by lui…
asb Jun 2, 2025
a29855c
Revert "[llvm-exegesis][AArch64] Disable pauth and ldgm as unsupporte…
tuliom Jun 2, 2025
0753569
Have lldb-dap extension support multi-root workspace (#142470)
award999 Jun 2, 2025
12a5298
[lldb-dap] Bump the version to 0.2.15
JDevlieghere Jun 2, 2025
ae6ac39
[Sanitizer][Ignorelist] Expanding =sanitize to global. (#142456)
qinkunbao Jun 2, 2025
4f38523
[Sanitizer][Ignorelist] Expanding =sanitize to mainfile. (#142472)
qinkunbao Jun 2, 2025
6be0a41
[libc] Implemented wmempcpy (#142067)
uzairnawaz Jun 2, 2025
90d1668
[NFC][IR2Vec] Removing Dimension from `Embedder::Create` (#142486)
svkeerthy Jun 2, 2025
ff5315d
[llvm-pdbutil] Fix register enum field dumping/parsing (#82299)
nikitalita Jun 2, 2025
113f3ad
[libc] Implemented wcscmp (#142423)
uzairnawaz Jun 2, 2025
4e562e0
[libc] Implemented wcsrchr (#142436)
uzairnawaz Jun 2, 2025
a4f211b
[libc] wcsncat implementation (#142431)
sribee8 Jun 2, 2025
33e8b68
[libc] added nullptr checks for wcspbrk (#142216)
uzairnawaz Jun 2, 2025
e6bbeab
[CIR][NFS] Remove unnecessary constraints asserts in VecCmpOp (#142473)
AmrDeveloper Jun 2, 2025
22e1bce
[NFC] Extract DWARFCFIProgram into separate files (#139326)
Sterling-Augustine Jun 2, 2025
8f4ce97
[NFC] Separate high-level-dependent portions of DWARFExpression
Sterling-Augustine May 8, 2025
28ae897
Rebase
Sterling-Augustine Jun 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix lldb call sites
  • Loading branch information
Sterling-Augustine committed May 9, 2025
commit 6e13084fb12f4e78074cbd986b43da77c62cfde1
4 changes: 2 additions & 2 deletions 4 lldb/source/Expression/DWARFExpression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ void DWARFExpression::DumpLocation(Stream *s, lldb::DescriptionLevel level,
};
llvm::DIDumpOptions DumpOpts;
DumpOpts.GetNameForDWARFReg = GetRegName;
llvm::DWARFExpression(m_data.GetAsLLVM(), m_data.GetAddressByteSize())
.print(s->AsRawOstream(), DumpOpts, nullptr);
llvm::DWARFExpression E(m_data.GetAsLLVM(), m_data.GetAddressByteSize());
llvm::DWARFExpressionPrinter::print(&E, s->AsRawOstream(), DumpOpts, nullptr);
}

RegisterKind DWARFExpression::GetRegisterKind() const { return m_reg_kind; }
Expand Down
5 changes: 3 additions & 2 deletions 5 lldb/source/Symbol/UnwindPlan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ static void DumpDWARFExpr(Stream &s, llvm::ArrayRef<uint8_t> expr, Thread *threa
if (auto order_and_width = GetByteOrderAndAddrSize(thread)) {
llvm::DataExtractor data(expr, order_and_width->first == eByteOrderLittle,
order_and_width->second);
llvm::DWARFExpression(data, order_and_width->second, llvm::dwarf::DWARF32)
.print(s.AsRawOstream(), llvm::DIDumpOptions(), nullptr);
llvm::DWARFExpression E(data, order_and_width->second, llvm::dwarf::DWARF32);
llvm::DWARFExpressionPrinter::print(&E, s.AsRawOstream(),
llvm::DIDumpOptions(), nullptr);
} else
s.PutCString("dwarf-expr");
}
Expand Down
4 changes: 2 additions & 2 deletions 4 lldb/unittests/Symbol/PostfixExpressionTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ static std::string ParseAndGenerateDWARF(llvm::StringRef expr) {

std::string result;
llvm::raw_string_ostream os(result);
llvm::DWARFExpression(extractor, addr_size, llvm::dwarf::DWARF32)
.print(os, llvm::DIDumpOptions(), nullptr);
llvm::DWARFExpression E(extractor, addr_size, llvm::dwarf::DWARF32);
llvm::DWARFExpressionPrinter::print(&E, os, llvm::DIDumpOptions(), nullptr);
return result;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ CheckValidProgramTranslation(llvm::StringRef fpo_program,

std::string result;
llvm::raw_string_ostream os(result);
llvm::DWARFExpression(extractor, /*AddressSize=*/4, llvm::dwarf::DWARF32)
.print(os, llvm::DIDumpOptions(), nullptr);
llvm::DWARFExpression E(extractor, /*AddressSize=*/4, llvm::dwarf::DWARF32);
llvm::DWARFExpressionPrinter::print(&E, os, llvm::DIDumpOptions(), nullptr);

// actual check
ASSERT_EQ(expected_dwarf_expression, result);
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.