Author: dnsampaio
Date: Wed Sep 5 07:56:21 2018
New Revision: 341475
URL: http://llvm.org/viewvc/llvm-project?rev=341475&view=rev
Log:
Fix arm_neon.h and arm_fp16.h generation for compiling with std=c89
Summary:
The inline attribute is not valid for C standard 89. Replace the argument in
the g
Author: dnsampaio
Date: Thu Sep 6 07:13:10 2018
New Revision: 341548
URL: http://llvm.org/viewvc/llvm-project?rev=341548&view=rev
Log:
Fix march triple used test from rL341475
Change the march triple of test files, possible fixing
test failures due rL341475
Modified:
cfe/trunk/test/Headers
Author: dnsampaio
Date: Fri Sep 7 02:37:27 2018
New Revision: 341644
URL: http://llvm.org/viewvc/llvm-project?rev=341644&view=rev
Log:
Replaces __inline by __inline__ / C89 compatible
Modified:
cfe/trunk/utils/TableGen/NeonEmitter.cpp
Modified: cfe/trunk/utils/TableGen/NeonEmitter.cpp
URL:
Author: dnsampaio
Date: Fri Jan 25 06:57:22 2019
New Revision: 352203
URL: http://llvm.org/viewvc/llvm-project?rev=352203&view=rev
Log:
[NFC][Clang] Add driver tests for sb and predres
Add tests that arguments for enabling/disabling
sb and predres are correctly being or not passed
by the driver.
Author: dnsampaio
Date: Wed Nov 7 03:42:02 2018
New Revision: 346303
URL: http://llvm.org/viewvc/llvm-project?rev=346303&view=rev
Log:
[NFC][Clang][Aarch64] Add missing test file
The commit rL345273 by @LukeCheeseman has a missing test file,
see https://reviews.llvm.org/D51429
This patch adds th
Author: dnsampaio
Date: Fri Apr 12 03:43:48 2019
New Revision: 358276
URL: http://llvm.org/viewvc/llvm-project?rev=358276&view=rev
Log:
[Aarch64] Add v8.2-a half precision element extract intrinsics
Summary:
Implements the intrinsics define on the ACLE to extract half precision fp
scalar element
Author: dnsampaio
Date: Thu May 9 03:24:36 2019
New Revision: 360324
URL: http://llvm.org/viewvc/llvm-project?rev=360324&view=rev
Log:
[ARM] Fix the extensions implied by a cpu name
Summary:
When using `clang -mcpu=CPUNAME+FEATURELIST`,
the implied features defined by CPUNAME are
not obtained, a
Author: dnsampaio
Date: Thu May 9 04:23:00 2019
New Revision: 360329
URL: http://llvm.org/viewvc/llvm-project?rev=360329&view=rev
Log:
[FIX] Change test to read file instead
This should fix the test file failing in
windows by reading the file it self instead
of stdin, from 543913c3b41f
Modified
Author: dnsampaio
Date: Thu Aug 8 05:50:36 2019
New Revision: 368288
URL: http://llvm.org/viewvc/llvm-project?rev=368288&view=rev
Log:
[ARM] Set default alignment to 64bits
Summary:
The maximum alignment used by ARM arch
is 64bits, not 128.
This could cause overaligned memory
access for 128 bit
Author: dnsampaio
Date: Thu Aug 8 07:45:42 2019
New Revision: 368301
URL: http://llvm.org/viewvc/llvm-project?rev=368301&view=rev
Log:
[FIX][NFC] Update clang sema test
Try to fix Sema test for default alignment for when
compiling to ARM, but not to android, due
r9427aa2d543b
Modified:
cfe
Author: dnsampaio
Date: Mon Jul 8 01:35:05 2019
New Revision: 365298
URL: http://llvm.org/viewvc/llvm-project?rev=365298&view=rev
Log:
[AArch64] Fix vsqadd scalar intrinsics operands
Summary:
Change the vsqadd scalar instrinsics to have the second argument as signed
values, not unsigned,
accord
Author: dnsampaio
Date: Mon Jul 8 01:47:47 2019
New Revision: 365300
URL: http://llvm.org/viewvc/llvm-project?rev=365300&view=rev
Log:
[AArch64] Fix scalar vuqadd intrinsics operands
Summary:
Change the vuqadd scalar instrinsics to have the second argument as unsigned
values, not signed,
accord
Author: dnsampaio
Date: Wed Jul 10 01:16:49 2019
New Revision: 365598
URL: http://llvm.org/viewvc/llvm-project?rev=365598&view=rev
Log:
[NFC][AArch64] Fix vector vqtb[lx][1-4]_s8 operand
Summary:
Change the vqtb[lx][1-4]_s8 instrinsics to have the last argument as vector of
unsigned valuse, not
Author: dnsampaio
Date: Wed Jul 10 02:58:03 2019
New Revision: 365608
URL: http://llvm.org/viewvc/llvm-project?rev=365608&view=rev
Log:
[NFC][AArch64] Fix vector vsqadd intrinsics operands
Summary:
Change the vsqadd vector instrinsics to have the second argument as signed
values, not unsigned,
a
Author: dnsampaio
Date: Wed Jul 10 02:58:51 2019
New Revision: 365609
URL: http://llvm.org/viewvc/llvm-project?rev=365609&view=rev
Log:
[AArch64] Fix vector vuqadd intrinsics operands
Summary:
Change the vuqadd vector instrinsics to have the second argument as unsigned
values, not signed,
accord
Author: dnsampaio
Date: Wed Sep 11 02:06:17 2019
New Revision: 371597
URL: http://llvm.org/viewvc/llvm-project?rev=371597&view=rev
Log:
[ARM] Take into account -mcpu and -mfpu options while handling 'crypto' feature
Submittin in behalf of krisb (Kristina Bessonova)
Summary:
'+crypto' means '+ae
Author: dnsampaio
Date: Mon Oct 14 09:29:26 2019
New Revision: 374785
URL: http://llvm.org/viewvc/llvm-project?rev=374785&view=rev
Log:
[ARM] Preserve fpu behaviour for '-crypto'
Summary:
This patch restores the behaviour that -fpu overwrites the
architecture obtained from -march or -mcpu flags,
Author: dnsampaio
Date: Tue Sep 3 02:16:44 2019
New Revision: 370716
URL: http://llvm.org/viewvc/llvm-project?rev=370716&view=rev
Log:
[ARM NEON] Avoid duplicated decarations
Summary:
The declaration of arm neon intrinsics that are
"big endian safe" print the same code for big
and small endian t
Author: dnsampaio
Date: Mon Sep 9 08:39:45 2019
New Revision: 371410
URL: http://llvm.org/viewvc/llvm-project?rev=371410&view=rev
Log:
[NFC] Add aacps bitfields access test
Added:
cfe/trunk/test/CodeGen/aapcs-bitfield.c
Added: cfe/trunk/test/CodeGen/aapcs-bitfield.c
URL:
http://llvm.org/v
19 matches
Mail list logo