search for: promoteintop_atomic_store

Displaying 4 results from an estimated 4 matches for "promoteintop_atomic_store".

2018 Jan 16
1
Beginner question: extending pointer to 128 bits segfaults
...s1455152/Documents/HP/llvm/lib/Support/Signals.cpp:50:0 #2 0x00000000013ee34a SignalHandler(int) /afs/ inf.ed.ac.uk/user/s14/s1455152/Documents/HP/llvm/lib/Support/Unix/Signals.inc:242:0 #3 0x00007fad6b434370 __restore_rt (/lib64/libpthread.so.0+0xf370) #4 0x0000000001ba1734 llvm::DAGTypeLegalizer::PromoteIntOp_ATOMIC_STORE(llvm::AtomicSDNode*) /afs/ inf.ed.ac.uk/user/s14/s1455152/Documents/HP/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:1025:0 Stack dump: 0. Program arguments: /afs/ inf.ed.ac.uk/user/s14/s1455152/Documents/HP/build/bin/clang-6.0 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-a...
2018 Feb 07
2
retpoline mitigation and 6.0
...ogle/home/groeck/src/clang/build/bin/clang-7.0+0x1ee7a7e) #2 0x0000000001ee7bba SignalHandler(int) (/usr/local/google/home/groeck/src/clang/build/bin/clang-7.0+0x1ee7bba) #3 0x00002b7bcb485330 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x10330) #4 0x0000000002727b04 llvm::DAGTypeLegalizer::PromoteIntOp_ATOMIC_STORE(llvm::AtomicSDNode*) (/usr/local/google/home/groeck/src/clang/build/bin/clang-7.0+0x2727b04) Linux: v4.15-11704-ga2e5790d8416 clang/llvm: clang version 7.0.0 (https://git.llvm.org/git/clang.git/ 848874aed95a913fb45f363120500cebfe54e2ef) (https://git.llvm.org/git/llvm.git/3afd566557f3616881505db0d6...
2018 Feb 07
0
retpoline mitigation and 6.0
On Wed, 2018-02-07 at 06:20 +0000, Chandler Carruth wrote: > I've landed the patch in r324449. > > Before we merge this into two different Clang release branches and > almost immediately release one of them, I would really like someone > to confirm that this patch works well with the Linux kernel. David, > if you're up for that, it would be great. Alternatively, Guenter
2018 Feb 07
6
retpoline mitigation and 6.0
I've landed the patch in r324449. Before we merge this into two different Clang release branches and almost immediately release one of them, I would really like someone to confirm that this patch works well with the Linux kernel. David, if you're up for that, it would be great. Alternatively, Guenter or someone else here can help. On Tue, Feb 6, 2018 at 5:59 PM Chandler Carruth