[clang] 3d6c492 - [RISCV] Fix ILP32D lowering for double+double/double+int return types

2020-01-14 Thread James Clarke via cfe-commits
Author: James Clarke Date: 2020-01-14T11:17:19Z New Revision: 3d6c492d7a9830a1a39b85dfa215743581d52715 URL: https://github.com/llvm/llvm-project/commit/3d6c492d7a9830a1a39b85dfa215743581d52715 DIFF: https://github.com/llvm/llvm-project/commit/3d6c492d7a9830a1a39b85dfa215743581d52715.diff LOG:

r374013 - [ItaniumMangle] Fix mangling of GNU __null in an expression to match GCC

2019-10-08 Thread James Clarke via cfe-commits
Author: jrtc27 Date: Mon Oct 7 19:28:57 2019 New Revision: 374013 URL: http://llvm.org/viewvc/llvm-project?rev=374013&view=rev Log: [ItaniumMangle] Fix mangling of GNU __null in an expression to match GCC Reviewers: rsmith Reviewed By: rsmith Subscribers: erik.pilkington, cfe-commits Tags: #c

r374035 - [Diagnostics] Silence -Wsizeof-array-div for character buffers

2019-10-08 Thread James Clarke via cfe-commits
Author: jrtc27 Date: Tue Oct 8 04:34:02 2019 New Revision: 374035 URL: http://llvm.org/viewvc/llvm-project?rev=374035&view=rev Log: [Diagnostics] Silence -Wsizeof-array-div for character buffers Summary: Character buffers are sometimes used to represent a pool of memory that contains non-charact