| commit | 571e4de02ee527ef6d0399008fb57440e51c5d22 | [log] [tgz] |
|---|---|---|
| author | Pavel Labath <pavel@labath.sk> | Wed Mar 19 12:22:26 2025 +0100 |
| committer | GitHub <noreply@github.com> | Wed Mar 19 12:22:26 2025 +0100 |
| tree | 328a074efb2842f397f69ad6b2b4e40495f865e0 | |
| parent | 6db2594c48b0aa5b13f5ac1664bcc42e836163c9 [diff] |
[lldb] Use UnwindPlan::Row as values (#131150) In most places, the rows are copied anyway (because they are generated by cumulating modifications) immediately after adding them to the unwind plans. In others, they can be moved into the unwind plan. This lets us remove some backflip copies and make `const UnwindPlan` actually mean something. I've split this patch into two (and temporarily left both APIs) as this patch was getting a bit big. This patch covers all the interesting cases. Part two all about converting "architecture default" unwind plans from ABI and InstructionEmulation plugins.
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, LLVM Office Hours or Regular sync-ups.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.