Author: sam_parker
Date: Wed Aug 29 03:39:03 2018
New Revision: 340911
URL: http://llvm.org/viewvc/llvm-project?rev=340911&view=rev
Log:
[ARM] Set __ARM_FEATURE_SIMD32 for +dsp cores
ARM_FEATURE_DSP is already set for targets with the +dsp feature. In
the backend, this target feature is also used
Author: sam_parker
Date: Mon Jan 21 03:01:05 2019
New Revision: 351740
URL: http://llvm.org/viewvc/llvm-project?rev=351740&view=rev
Log:
[AArch64] Use LL for 64-bit intrinsic arguments
The ACLE states that 64-bit crc32, wsr, rsr and rbit operands are
uint64_t so we should have the clang builtin m
Author: sam_parker
Date: Tue Jan 29 01:04:03 2019
New Revision: 352463
URL: http://llvm.org/viewvc/llvm-project?rev=352463&view=rev
Log:
[AArch64] Update int64_t ACLE builtin arguments
Re-applying r351740 with fixes (changing LL to W).
Differential Revision: https://reviews.llvm.org/D56852
mmits
Subject: Re: r351740 - [AArch64] Use LL for 64-bit intrinsic arguments
I see this was reverted later, but please keep me posted on the
resolution as I think we might want to merge this to the 8.0 release
branch as well.
Thanks,
Hans
On Mon, Jan 21, 2019 at 3:01 AM Sam Parker via cfe-commits
Author: sam_parker
Date: Mon Nov 26 09:26:49 2018
New Revision: 347577
URL: http://llvm.org/viewvc/llvm-project?rev=347577&view=rev
Log:
[NFC] Replace magic numbers with CodeGenOpt enums
Use enum values from llvm/Support/CodeGen.h for the optimisation
levels in CompilerInvocation.
Modified:
Author: sam_parker
Date: Fri Sep 28 03:18:02 2018
New Revision: 343309
URL: http://llvm.org/viewvc/llvm-project?rev=343309&view=rev
Log:
[ARM] Prevent DSP and SIM32 being set for v6m
My previous change (rL340911) set the two features for architectures
>= 6, which wrongly includes v6m. Now set to
Author: Sam Parker
Date: 2020-06-15T07:46:28+01:00
New Revision: 3e39760f8eaad4770efa05824768e67237915cf5
URL:
https://github.com/llvm/llvm-project/commit/3e39760f8eaad4770efa05824768e67237915cf5
DIFF:
https://github.com/llvm/llvm-project/commit/3e39760f8eaad4770efa05824768e67237915cf5.diff
LO
Subject: Re: [clang] 3e39760 - Revert "Return "[InstCombine] Simplify compare
of Phi with constant inputs against a constant""
Reproducers?
On Mon, Jun 15, 2020 at 9:47 AM Sam Parker via cfe-commits
wrote:
>
>
> Author: Sam Parker
> Date: 2020-06-
Author: Sam Parker
Date: 2020-06-17T11:38:59+01:00
New Revision: 5bf0858c0b4cb5237fa4bf0cf58a76ec5076ef5a
URL:
https://github.com/llvm/llvm-project/commit/5bf0858c0b4cb5237fa4bf0cf58a76ec5076ef5a
DIFF:
https://github.com/llvm/llvm-project/commit/5bf0858c0b4cb5237fa4bf0cf58a76ec5076ef5a.diff
LO
Author: sam_parker
Date: Mon Aug 21 01:52:45 2017
New Revision: 311319
URL: http://llvm.org/viewvc/llvm-project?rev=311319&view=rev
Log:
[ARM][AArch64] Cortex-A75 and Cortex-A55 tests
Add frontend tests for Cortex-A75 and Cortex-A55, Arm's latest
big.LITTLE A-class cores. They implement the ARMv8
Author: sam_parker
Date: Thu May 4 03:37:59 2017
New Revision: 302131
URL: http://llvm.org/viewvc/llvm-project?rev=302131&view=rev
Log:
[ARM] ACLE Chapter 9 intrinsics
Implemented the remaining integer data processing intrinsics from
the ARM ACLE v2.1 spec, such as parallel arithemtic and DSP st
samparker created this revision.
samparker added a subscriber: cfe-commits.
Herald added subscribers: rengolin, aemerson.
http://reviews.llvm.org/D18311
Files:
test/CodeGen/arm-target-features.c
test/Driver/arm-cortex-cpus.c
test/Preprocessor/arm-target-features.c
Index: test/Preprocessor/
samparker updated this revision to Diff 51165.
samparker added a comment.
Changed A53-ARM and A53-THUMB test prefixes to ARMV8-ARM and ARMV8-THUMB.
http://reviews.llvm.org/D18311
Files:
test/Preprocessor/arm-target-features.c
Index: test/Preprocessor/arm-target-features.c
===
samparker added a comment.
Hi Renato,
Thanks for the tips, one patch makes much more sense. I'm currently in the
process of obtaining commit access and this patch depends on
http://reviews.llvm.org/D18239.
Thanks again,
sam
http://reviews.llvm.org/D18311
__
samparker updated this revision to Diff 51173.
samparker added a comment.
Combined the two diffs
http://reviews.llvm.org/D18311
Files:
test/CodeGen/arm-target-features.c
test/Driver/arm-cortex-cpus.c
test/Preprocessor/arm-target-features.c
Index: test/Preprocessor/arm-target-features.c
=
15 matches
Mail list logo