Author: pabbar01
Date: Mon Dec 3 06:40:37 2018
New Revision: 348142
URL: http://llvm.org/viewvc/llvm-project?rev=348142&view=rev
Log:
[AArch64] Add command-line option for SSBS
Summary:
SSBS (Speculative Store Bypass Safe) is only mandatory from 8.5
onwards but is optional from Armv8.0-A. This p
Author: pabbar01
Date: Wed Mar 16 05:21:04 2016
New Revision: 263632
URL: http://llvm.org/viewvc/llvm-project?rev=263632&view=rev
Log:
Add more ARM Cortex-R8 regression tests to Clang.
Summary:
This patch adds Clang tests for Cortex-R8 related to FP capabilities and
hardware integer divide.
Revi
Author: pabbar01
Date: Tue Mar 15 14:03:09 2016
New Revision: 263574
URL: http://llvm.org/viewvc/llvm-project?rev=263574&view=rev
Log:
Test commit - Remove some trailing whitespace
Modified:
cfe/trunk/test/Preprocessor/arm-target-features.c
Modified: cfe/trunk/test/Preprocessor/arm-target-fe
pbarrio created this revision.
pbarrio added reviewers: rengolin, bsmith.
pbarrio added a subscriber: cfe-commits.
Herald added subscribers: rengolin, aemerson.
This patch adds Clang tests for Cortex-R8 related to FP capabilities and
hardware integer divide.
http://reviews.llvm.org/D18193
Files:
pbarrio added a comment.
Hello, could you please review these tests for Cortex-R8?
By the way Renato, thank you for the review on the LLVM side.
http://reviews.llvm.org/D18052
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llv
pbarrio created this revision.
pbarrio added reviewers: javed.absar, rengolin.
pbarrio added a subscriber: cfe-commits.
pbarrio added a dependency: D17925: [ARM] Add Cortex-R8 to target parser and
tablegen.
Herald added subscribers: rengolin, aemerson.
Add command-line tests for ARM Cortex-R8. De