summaryrefslogtreecommitdiffstats
path: root/clang/utils/TableGen/NeonEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Implement aarch64 neon instruction set AdvSIMD (Across).Jiangning Liu2013-10-051-4/+12
* Implement aarch64 neon instruction set AdvSIMD (3V elem).Jiangning Liu2013-10-041-16/+94
* Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the follow...Jiangning Liu2013-09-091-15/+175
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-041-6/+54
* mangle aarch64 Neon ACLE scalar instrinsic name with BHSD suffix.Kevin Qin2013-08-291-12/+45
* Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...Hao Liu2013-08-151-7/+8
* AArch64: initial NEON supportTim Northover2013-08-011-132/+442
* [NeonIntrinsicTestEmitter] vld1/vst1 do not require the :64 hint.Michael Gottesman2013-06-241-2/+0
* [NeonIntrinsicTestEmitter] Fix incorrect FileCheck pattern where we were expe...Michael Gottesman2013-06-241-2/+2
* [NeonIntrinsicTestEmitter] Add requirement to arm neon intrinsic tests for th...Michael Gottesman2013-06-241-0/+2
* ARM: Improve codegen for vget_low_* and vget_high_ intrinsics.Jim Grosbach2013-05-151-4/+9
* [neonemitter tests] Change triple of emitted tests to thumbv7s to match the t...Michael Gottesman2013-04-251-1/+1
* [6/6] ARM Neon Intrinsic Tablegen Test Generator.Michael Gottesman2013-04-161-1/+462
* [5/6] ARM Neon Intrinsic Tablegen Test Generator.Michael Gottesman2013-04-161-1/+2
* [4/6] ARM Neon Intrinsic Tablegen Test Generator.Michael Gottesman2013-04-161-3/+9
* [3/6] ARM Neon Intrinsic Tablegen Test Generator.Michael Gottesman2013-04-161-28/+44
* [2/6] ARM Neon Intrinsic Tablegen Test Generator.Michael Gottesman2013-04-161-1/+17
* Define Neon intrinsics as "static inline" to avoid warning. rdar://13108414Bob Wilson2013-04-121-1/+1
* Don't throw exceptions in clang-tblgen by switching to PrintFatalError.Joerg Sonnenberger2012-10-251-13/+15
* Placate the mingw32 buildbot by suffixing 64-bit constants with ULL.Richard Smith2012-08-141-2/+2
* Fix undefined behavior (and wrong code, as far as I can tell) in NEON builtinRichard Smith2012-08-141-3/+3
* TableGen: Remove extraneous \ character from arm_neon.h definitions.Jim Grosbach2012-08-031-1/+1
* Make clang-tblgen backends functions instead of TableGenBackends.Jakob Stoklund Olesen2012-06-131-3/+204
* TableGen: Remove extraneous '\' at EOL in generated tests.Jim Grosbach2012-05-301-1/+1
* ARM: Support marking intrinsic definitions as 'unavailable'Jim Grosbach2012-05-091-4/+8
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-11/+1
* Relax type checking for a few Neon intrinsics. <rdar://problem/10538555>Bob Wilson2011-12-201-0/+11
* Fix Neon builtin pointer argument checking for "sret" builtins.Bob Wilson2011-11-161-6/+24
* Check pointer types for arguments of Neon load/store macros. rdar://9958031Bob Wilson2011-11-081-10/+18
* Clean up type flags for overloaded Neon builtins. No functional change.Bob Wilson2011-11-081-13/+9
* Add __nodebug__ attribute to functions in arm_neon.hBob Wilson2011-10-141-1/+1
* Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne2011-10-061-0/+1551
OpenPOWER on IntegriCloud