[clang] 2147703 - Revert "[ARM] Follow AACPS standard for volatile bit-fields access width"

2020-01-21 Thread Diogo Sampaio via cfe-commits
Author: Diogo Sampaio Date: 2020-01-21T15:31:33Z New Revision: 2147703bde1e1a7a1b89ccb66f55d36fd17620f1 URL: https://github.com/llvm/llvm-project/commit/2147703bde1e1a7a1b89ccb66f55d36fd17620f1 DIFF: https://github.com/llvm/llvm-project/commit/2147703bde1e1a7a1b89ccb66f55d36fd17620f1.diff LOG:

[clang] 6a24339 - [ARM] Follow AACPS standard for volatile bit-fields access width

2020-01-21 Thread Diogo Sampaio via cfe-commits
Author: Diogo Sampaio Date: 2020-01-21T15:23:38Z New Revision: 6a24339a45246b66bd3de88cc9c6a5b5e77c0645 URL: https://github.com/llvm/llvm-project/commit/6a24339a45246b66bd3de88cc9c6a5b5e77c0645 DIFF: https://github.com/llvm/llvm-project/commit/6a24339a45246b66bd3de88cc9c6a5b5e77c0645.diff LOG:

Re: r341475 - Fix arm_neon.h and arm_fp16.h generation for compiling with std=c89

2018-09-06 Thread Diogo Sampaio via cfe-commits
Sorry, but my patch is not reverted, and as for now it only reads: Failing Tests (2): LLVM :: CodeGen/AMDGPU/mubuf-legalize-operands.ll LLVM :: CodeGen/AMDGPU/mubuf-legalize-operands.mir So I'm considering it was a side-effect of some other test. On 09/05/2018 10:00 PM, Galina Kistanova