[clang] 10264a1 - Introduce noundef attribute at call sites for stricter poison analysis

2021-03-04 Thread Gui Andrade via cfe-commits
Author: Gui Andrade Date: 2021-03-04T12:15:12-08:00 New Revision: 10264a1b21aebf75a8102116c9648c3386e8021e URL: https://github.com/llvm/llvm-project/commit/10264a1b21aebf75a8102116c9648c3386e8021e DIFF: https://github.com/llvm/llvm-project/commit/10264a1b21aebf75a8102116c9648c3386e8021e.diff L

[clang] 909a851 - [CGAtomic] Mark atomic libcall functions `nounwind`

2020-08-14 Thread Gui Andrade via cfe-commits
Author: Gui Andrade Date: 2020-08-14T07:46:43Z New Revision: 909a851dbffeb3637c19268e12e10fdf3dae2add URL: https://github.com/llvm/llvm-project/commit/909a851dbffeb3637c19268e12e10fdf3dae2add DIFF: https://github.com/llvm/llvm-project/commit/909a851dbffeb3637c19268e12e10fdf3dae2add.diff LOG: [