Author: Jonas Devlieghere
Date: 2024-09-14T10:49:27-07:00
New Revision: ba6e663299e1d7b54a3ac4a7c647d44f66d8699d
URL:
https://github.com/llvm/llvm-project/commit/ba6e663299e1d7b54a3ac4a7c647d44f66d8699d
DIFF:
https://github.com/llvm/llvm-project/commit/ba6e663299e1d7b54a3ac4a7c647d44f66d8699d.d
https://github.com/shiltian edited
https://github.com/llvm/llvm-project/pull/108258
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/shiltian updated
https://github.com/llvm/llvm-project/pull/108258
>From 5f9e01b93c02d5951d399258c12381de6f1c8626 Mon Sep 17 00:00:00 2001
From: Shilei Tian
Date: Wed, 11 Sep 2024 12:23:32 -0400
Subject: [PATCH] [Attributor] Take the address space from addrspacecast
directly
https://github.com/shiltian updated
https://github.com/llvm/llvm-project/pull/108258
>From d16be3fc2a2d1d572c25a76ee297dd0f4f8e37ed Mon Sep 17 00:00:00 2001
From: Shilei Tian
Date: Wed, 11 Sep 2024 12:23:32 -0400
Subject: [PATCH] [Attributor] Take the address space from addrspacecast
directly
tavianator wrote:
I have consulted with an expert in the strict aliasing rules and we came to the
horrifying (to me) conclusion that TySan is actually **correct** in this case,
at least according to the C standard.
https://github.com/llvm/llvm-project/pull/108385
__
https://github.com/shiltian updated
https://github.com/llvm/llvm-project/pull/108258
>From 9beeba09cd35aa78d6ebb90bb98bde0b4113554e Mon Sep 17 00:00:00 2001
From: Shilei Tian
Date: Wed, 11 Sep 2024 12:23:32 -0400
Subject: [PATCH] [Attributor] Take the address space from addrspacecast
directly
https://github.com/vitalybuka created
https://github.com/llvm/llvm-project/pull/108723
We don't intercept this one, no reason to use RTLD_NEXT.
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/ma
https://github.com/vitalybuka created
https://github.com/llvm/llvm-project/pull/108724
`gnu_get_libc_version` unlike `confstr` is not
intercepted. We should be able to use this
function earier.
Looks like we use `confstr` staring from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60038
but there
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
We don't intercept this one, no reason to use RTLD_NEXT.
---
Full diff: https://github.com/llvm/llvm-project/pull/108723.diff
1 Files Affected:
- (modified) compiler-rt/lib/sanitizer_com
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
`gnu_get_libc_version` unlike `confstr` is not
intercepted. We should be able to use this
function earier.
Looks like we use `confstr` staring from
https://gcc.gnu.org/bugzilla/show_bug.cgi?
https://github.com/s-barannikov commented:
I'm slightly opposed to this change because it pulls in STLExtras.h.
Yes, it is already included, but it would be better to avoid including it.
https://github.com/llvm/llvm-project/pull/108585
___
llvm-branch
11 matches
Mail list logo