[llvm-branch-commits] [llvm] 522b906 - Revert "[hwasan] Update dbg.assign intrinsics in HWAsan pass"

2024-01-22 Thread via llvm-branch-commits
Author: Orlando Cazalet-Hyams Date: 2024-01-22T13:30:24Z New Revision: 522b90654eb94898ebd30944fa8046df81816894 URL: https://github.com/llvm/llvm-project/commit/522b90654eb94898ebd30944fa8046df81816894 DIFF: https://github.com/llvm/llvm-project/commit/522b90654eb94898ebd30944fa8046df81816894.di

[llvm-branch-commits] [libc] 0fdd731 - Revert "[libc] `FPRep` builders return `FPRep` instead of raw `StorageType`"

2024-01-22 Thread via llvm-branch-commits
Author: Guillaume Chatelet Date: 2024-01-22T15:04:34+01:00 New Revision: 0fdd73163739c71e0ea14241cd0233a4d2065252 URL: https://github.com/llvm/llvm-project/commit/0fdd73163739c71e0ea14241cd0233a4d2065252 DIFF: https://github.com/llvm/llvm-project/commit/0fdd73163739c71e0ea14241cd0233a4d2065252.

[llvm-branch-commits] [compiler-rt] format (PR #79009)

2024-01-22 Thread Fangrui Song via llvm-branch-commits
https://github.com/MaskRay created https://github.com/llvm/llvm-project/pull/79009 None ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] format (PR #79009)

2024-01-22 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-compiler-rt-sanitizer Author: Fangrui Song (MaskRay) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/79009.diff 1 Files Affected: - (modified) compiler-rt/test/asan/TestCases/alloca_loop_unpoisoning.cpp (+4-2) ``diff diff

[llvm-branch-commits] [compiler-rt] format (PR #79009)

2024-01-22 Thread Fangrui Song via llvm-branch-commits
https://github.com/MaskRay closed https://github.com/llvm/llvm-project/pull/79009 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] c1ad320 - Revert "[lli] Revisit Orc debug output tests"

2024-01-22 Thread via llvm-branch-commits
Author: Mehdi Amini Date: 2024-01-22T12:53:58-08:00 New Revision: c1ad320450ef14443cd6c0f0ff3622fdd399778e URL: https://github.com/llvm/llvm-project/commit/c1ad320450ef14443cd6c0f0ff3622fdd399778e DIFF: https://github.com/llvm/llvm-project/commit/c1ad320450ef14443cd6c0f0ff3622fdd399778e.diff L

[llvm-branch-commits] [llvm] [lld] [RISCV] Support RISC-V TLSDESC in LLD (PR #77516)

2024-01-22 Thread Fangrui Song via llvm-branch-commits
MaskRay wrote: I have found several issues. * `tlsDescRel = R_RISCV_TLSDESC_CALL;` should be `R_RISCV_TLSDESC` * LOAD_LO12_I/ADD_LO12_I/CALL relocations reference a label at the HI20 location. `val` computed by `sec.getRelocTargetVA` cannot be used as-is. * TLS optimization (https://maskray.me