Revision tags: llvmorg-21-init, llvmorg-19.1.7 |
|
#
ee1adc5a |
| 03-Jan-2025 |
Adrian Prantl <aprantl@apple.com> |
[lldb] Add a return opcode to the formatter bytecode (#121602)
In LLVM we love our early exists and this opcode allows for simpler code
generation.
|
Revision tags: llvmorg-19.1.6 |
|
#
2470cfab |
| 11-Dec-2024 |
Adrian Prantl <aprantl@apple.com> |
[lldb] Disallow left shifts of negative values in the interpreter (#119620)
This trips UBSAN and probably isn't partiuclarly useful either.
|
#
87659a17 |
| 11-Dec-2024 |
Adrian Prantl <aprantl@apple.com> |
Reland: [lldb] Implement a formatter bytecode interpreter in C++
Compared to the python version, this also does type checking and error handling, so it's slightly longer, however, it's still comfort
Reland: [lldb] Implement a formatter bytecode interpreter in C++
Compared to the python version, this also does type checking and error handling, so it's slightly longer, however, it's still comfortably under 500 lines.
Relanding with more explicit type conversions.
show more ...
|
Revision tags: llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3 |
|
#
9a9c1d4a |
| 29-Oct-2024 |
Adrian Prantl <aprantl@apple.com> |
[lldb] Implement a formatter bytecode interpreter in C++
Compared to the python version, this also does type checking and error handling, so it's slightly longer, however, it's still comfortably und
[lldb] Implement a formatter bytecode interpreter in C++
Compared to the python version, this also does type checking and error handling, so it's slightly longer, however, it's still comfortably under 500 lines.
show more ...
|