index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
utils
/
TableGen
/
NeonEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement aarch64 neon instruction set AdvSIMD (Across).
Jiangning Liu
2013-10-05
1
-4
/
+12
*
Implement aarch64 neon instruction set AdvSIMD (3V elem).
Jiangning Liu
2013-10-04
1
-16
/
+94
*
Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the follow...
Jiangning Liu
2013-09-09
1
-15
/
+175
*
Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...
Hao Liu
2013-09-04
1
-6
/
+54
*
mangle aarch64 Neon ACLE scalar instrinsic name with BHSD suffix.
Kevin Qin
2013-08-29
1
-12
/
+45
*
Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...
Hao Liu
2013-08-15
1
-7
/
+8
*
AArch64: initial NEON support
Tim Northover
2013-08-01
1
-132
/
+442
*
[NeonIntrinsicTestEmitter] vld1/vst1 do not require the :64 hint.
Michael Gottesman
2013-06-24
1
-2
/
+0
*
[NeonIntrinsicTestEmitter] Fix incorrect FileCheck pattern where we were expe...
Michael Gottesman
2013-06-24
1
-2
/
+2
*
[NeonIntrinsicTestEmitter] Add requirement to arm neon intrinsic tests for th...
Michael Gottesman
2013-06-24
1
-0
/
+2
*
ARM: Improve codegen for vget_low_* and vget_high_ intrinsics.
Jim Grosbach
2013-05-15
1
-4
/
+9
*
[neonemitter tests] Change triple of emitted tests to thumbv7s to match the t...
Michael Gottesman
2013-04-25
1
-1
/
+1
*
[6/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
2013-04-16
1
-1
/
+462
*
[5/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
2013-04-16
1
-1
/
+2
*
[4/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
2013-04-16
1
-3
/
+9
*
[3/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
2013-04-16
1
-28
/
+44
*
[2/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
2013-04-16
1
-1
/
+17
*
Define Neon intrinsics as "static inline" to avoid warning. rdar://13108414
Bob Wilson
2013-04-12
1
-1
/
+1
*
Don't throw exceptions in clang-tblgen by switching to PrintFatalError.
Joerg Sonnenberger
2012-10-25
1
-13
/
+15
*
Placate the mingw32 buildbot by suffixing 64-bit constants with ULL.
Richard Smith
2012-08-14
1
-2
/
+2
*
Fix undefined behavior (and wrong code, as far as I can tell) in NEON builtin
Richard Smith
2012-08-14
1
-3
/
+3
*
TableGen: Remove extraneous \ character from arm_neon.h definitions.
Jim Grosbach
2012-08-03
1
-1
/
+1
*
Make clang-tblgen backends functions instead of TableGenBackends.
Jakob Stoklund Olesen
2012-06-13
1
-3
/
+204
*
TableGen: Remove extraneous '\' at EOL in generated tests.
Jim Grosbach
2012-05-30
1
-1
/
+1
*
ARM: Support marking intrinsic definitions as 'unavailable'
Jim Grosbach
2012-05-09
1
-4
/
+8
*
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
2012-01-17
1
-11
/
+1
*
Relax type checking for a few Neon intrinsics. <rdar://problem/10538555>
Bob Wilson
2011-12-20
1
-0
/
+11
*
Fix Neon builtin pointer argument checking for "sret" builtins.
Bob Wilson
2011-11-16
1
-6
/
+24
*
Check pointer types for arguments of Neon load/store macros. rdar://9958031
Bob Wilson
2011-11-08
1
-10
/
+18
*
Clean up type flags for overloaded Neon builtins. No functional change.
Bob Wilson
2011-11-08
1
-13
/
+9
*
Add __nodebug__ attribute to functions in arm_neon.h
Bob Wilson
2011-10-14
1
-1
/
+1
*
Add the Clang tblgen backends to Clang, and flip the switch to cause
Peter Collingbourne
2011-10-06
1
-0
/
+1551
[prev]