[Lldb-commits] [flang] [lldb] [libcxx] [lld] [clang-tools-extra] [clang] [llvm] [libclc] [compiler-rt] [libc] [libcxxabi] [Thumb, ELF] Fix access to dso_preemptable __stack_chk_guard with static reloc

2024-01-22 Thread Nick Desaulniers via lldb-commits
@@ -135,14 +135,14 @@ void Thumb1InstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, void Thumb1InstrInfo::expandLoadStackGuard( MachineBasicBlock::iterator MI) const { MachineFunction &MF = *MI->getParent()->getParent(); - const TargetMachine &TM = MF.getTarget();

[Lldb-commits] [lldb] db98ac0 - [Demangle] convert microsoftDemangle to take a std::string_view

2023-06-05 Thread Nick Desaulniers via lldb-commits
Author: Nick Desaulniers Date: 2023-06-05T13:00:20-07:00 New Revision: db98ac082744880a6e352b2d4a97d8896d9a7694 URL: https://github.com/llvm/llvm-project/commit/db98ac082744880a6e352b2d4a97d8896d9a7694 DIFF: https://github.com/llvm/llvm-project/commit/db98ac082744880a6e352b2d4a97d8896d9a7694.di

[Lldb-commits] [lldb] f5371eb - [Damangle] convert dlangDemangle to use std::string_view

2023-06-02 Thread Nick Desaulniers via lldb-commits
Author: Nick Desaulniers Date: 2023-06-02T15:19:41-07:00 New Revision: f5371eb3d3aed06ba84a69533586a60243ad2f24 URL: https://github.com/llvm/llvm-project/commit/f5371eb3d3aed06ba84a69533586a60243ad2f24 DIFF: https://github.com/llvm/llvm-project/commit/f5371eb3d3aed06ba84a69533586a60243ad2f24.di

[Lldb-commits] [lldb] 12d967c - [Damangle] convert rustDemangle to use std::string_view

2023-06-02 Thread Nick Desaulniers via lldb-commits
Author: Nick Desaulniers Date: 2023-06-02T15:08:14-07:00 New Revision: 12d967c95f1633bebd1b225ddd53573951a7ca43 URL: https://github.com/llvm/llvm-project/commit/12d967c95f1633bebd1b225ddd53573951a7ca43 DIFF: https://github.com/llvm/llvm-project/commit/12d967c95f1633bebd1b225ddd53573951a7ca43.di

[Lldb-commits] [lldb] c2709fc - [Demangle] remove unused params of microsoftDemangle

2023-04-21 Thread Nick Desaulniers via lldb-commits
Author: Nick Desaulniers Date: 2023-04-21T15:37:00-07:00 New Revision: c2709fcb0a5b32e42a35661fab4d5744e11d04c0 URL: https://github.com/llvm/llvm-project/commit/c2709fcb0a5b32e42a35661fab4d5744e11d04c0 DIFF: https://github.com/llvm/llvm-project/commit/c2709fcb0a5b32e42a35661fab4d5744e11d04c0.di

[Lldb-commits] [lldb] 7c59e80 - Reland: [Demangle] replace use of llvm::StringView w/ std::string_view

2023-04-20 Thread Nick Desaulniers via lldb-commits
Author: Nick Desaulniers Date: 2023-04-20T11:22:20-07:00 New Revision: 7c59e8001a3b66be545a890a26ad8a24a6c9fe4b URL: https://github.com/llvm/llvm-project/commit/7c59e8001a3b66be545a890a26ad8a24a6c9fe4b DIFF: https://github.com/llvm/llvm-project/commit/7c59e8001a3b66be545a890a26ad8a24a6c9fe4b.di

[Lldb-commits] [lldb] 3e55950 - [Demangle] replace use of llvm::StringView w/ std::string_view

2023-04-14 Thread Nick Desaulniers via lldb-commits
Author: Nick Desaulniers Date: 2023-04-14T15:48:38-07:00 New Revision: 3e559509b426b6aae735a7f57dbdaed1041d2622 URL: https://github.com/llvm/llvm-project/commit/3e559509b426b6aae735a7f57dbdaed1041d2622 DIFF: https://github.com/llvm/llvm-project/commit/3e559509b426b6aae735a7f57dbdaed1041d2622.di