[llvm-branch-commits] [llvm] 286daaf - [BPF] support atomic instructions

2020-12-03 Thread Yonghong Song via llvm-branch-commits
Author: Yonghong Song Date: 2020-12-03T07:38:00-08:00 New Revision: 286daafd65129228e08a1d07aa4ca74488615744 URL: https://github.com/llvm/llvm-project/commit/286daafd65129228e08a1d07aa4ca74488615744 DIFF: https://github.com/llvm/llvm-project/commit/286daafd65129228e08a1d07aa4ca74488615744.diff

[llvm-branch-commits] [llvm] 61a06c0 - BPF: add a test for selectiondag alias analysis w.r.t. lifetime

2020-12-02 Thread Yonghong Song via llvm-branch-commits
Author: Yonghong Song Date: 2020-12-02T22:27:17-08:00 New Revision: 61a06c071dd16a9725d3b7bfac806520dc1b95aa URL: https://github.com/llvm/llvm-project/commit/61a06c071dd16a9725d3b7bfac806520dc1b95aa DIFF: https://github.com/llvm/llvm-project/commit/61a06c071dd16a9725d3b7bfac806520dc1b95aa.diff

[llvm-branch-commits] [llvm-branch] r319633 - bpf: fix bug on silently truncating 64-bit immediate

2017-12-26 Thread Yonghong Song via llvm-branch-commits
Author: yhs Date: Sun Dec 3 11:02:03 2017 New Revision: 319633 URL: http://llvm.org/viewvc/llvm-project?rev=319633&view=rev Log: bpf: fix bug on silently truncating 64-bit immediate We came across an llvm bug when compiling some testcases that 64-bit immediates are silently truncated into 32-bit