aboutsummaryrefslogtreecommitdiff
path: root/tools/lldb_pretty_printers.py
AgeCommit message (Expand)Author
2025-09-19std: delete SegmentedList againAndrew Kelley
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-07-07remove `async` and `await` keywordsAndrew Kelley
2025-05-31Legalize: implement scalarization of binary operationsJacob Young
2025-03-05Remove uses of deprecated callconv aliasesLinus Groh
2025-01-16x86_64: rewriteJacob Young
2025-01-05Dwarf: implement new incremental line number update APIJacob Young
2024-12-20lldb: add pretty printer for cau and nav indicesJacob Young
2024-12-20lldb: add pretty printer for intern pool indicesJacob Young
2024-12-19Dwarf: remove redundant debug infoJacob Young
2024-12-16lldb: add pretty printer for `InternPool.Local.List`Jacob Young
2024-10-09lldb: disable pretty printers on self-hosted backendsJacob Young
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-02tools: add lldb pretty printer for stage2 inst indicesJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-08-11Sema: avoid deleting runtime side-effects in comptime initializersJacob Young
2023-06-12tools: add LLDB pretty printer for InternPool.NullTerminatedStringmlugg
2023-06-10behavior: fix more compiler crashesJacob Young
2023-06-10behavior: get more test cases passing with llvmJacob Young
2023-06-10InternPool: fix more crashesJacob Young
2023-06-10InternPool: fix enough crashes to run `build-obj` on a simple programJacob Young
2023-06-10Air: remove constant tagJacob Young
2023-06-10InternPool: port most of value tagsJacob Young
2023-06-10InternPool: add lldb pretty printing for indicesJacob Young
2023-03-24x86_64: canonicalize each br of a blockJacob Young
2023-03-15tools: fix typo in lldb commandJacob Young
2023-03-06tools: add lldb pretty printer for std.MultiArrayList.SliceJacob Young
2023-02-27tools: implement more lldb pretty printersJacob Young