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
...
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-15
/
+15
*
Fix a call to std::unique to actually discard the trailing (junk) elements.
James Dennett
2015-04-06
1
-1
/
+2
*
Replace size() calls on containers with empty() calls where appropriate. NFC
Alexander Kornienko
2015-01-23
1
-1
/
+1
*
[cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-3
/
+3
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-1
/
+1
*
Fix typos
Alp Toker
2014-07-14
1
-4
/
+3
*
[ARM-BE] Generate correct NEON intrinsics for big endian systems.
James Molloy
2014-06-27
1
-62
/
+172
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-6
/
+6
*
Convert assert(0) to llvm_unreachable to silence a warning about Addend being...
Craig Topper
2014-06-18
1
-1
/
+1
*
Rewrite ARM NEON intrinsic emission completely.
James Molloy
2014-06-17
1
-2982
/
+1843
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-07
1
-1
/
+1
*
ARM NEON: add _f16 support to a couple of vector-shuffling intrinsics.
Tim Northover
2014-02-25
1
-5
/
+11
*
[AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.
Kevin Qin
2014-02-24
1
-3
/
+3
*
AArch64: look up EmitAArch64Scalar support before calling.
Tim Northover
2014-02-19
1
-4
/
+12
*
ARM & AArch64: move struct definition outside function.
Tim Northover
2014-02-19
1
-5
/
+5
*
ARM NEON: use more flexible TableGen field for defs.
Tim Northover
2014-02-19
1
-85
/
+64
*
ARM & AArch64: merge the semantic checking of NEON intrinsics
Tim Northover
2014-02-19
1
-93
/
+50
*
Whitespace cleanup (mostly stray tabs, a few not-quite-empty lines).
Tim Northover
2014-02-12
1
-15
/
+15
*
ARM NEON: fix range checking on immediates.
Tim Northover
2014-02-12
1
-0
/
+8
*
[AArch64] Fixed vget/vset_lane_f16 implementation
Ana Pazos
2014-02-10
1
-17
/
+28
*
ARM: implement support for crypto intrinsics in arm_neon.h
Tim Northover
2014-02-03
1
-3
/
+4
*
ARM & AArch64: share the BI__builtin_neon enum defs.
Tim Northover
2014-01-30
1
-42
/
+9
*
For AArch64 Neon, fix intrinsics implementation using nested macros.
Jiangning Liu
2014-01-26
1
-48
/
+78
*
[AArch64 NEON] Support poly128_t and implement relevant intrinsic.
Kevin Qin
2013-12-10
1
-2
/
+40
*
Implemented vget/vset_lane_f16 intrinsics
Ana Pazos
2013-12-05
1
-2
/
+33
*
[AArch64]Add missing floating point convert, round and misc intrinsics.
Hao Liu
2013-12-03
1
-1
/
+2
*
revert r196152.
Hao Liu
2013-12-03
1
-14
/
+8
*
Add some missing AArch64 Neon intrinsics like vmull_high_n_s16 and friends.
Jiangning Liu
2013-12-03
1
-0
/
+48
*
[AArch64] Add missing NEON scalar floating-point to integer convert ACLEs.
Chad Rosier
2013-12-02
1
-8
/
+14
*
AArch64: Two intrinsics are expected to return float64 not float32 in arm_neon.h
Hao Liu
2013-11-29
1
-3
/
+8
*
Fix the problem that the range check for scalar narrow shift is too wide.
Hao Liu
2013-11-29
1
-2
/
+6
*
Fix the AArch64 NEON bug exposed by checking constant integer argument range ...
Jiangning Liu
2013-11-27
1
-9
/
+16
*
Remove a whole lot of unused variables
Alp Toker
2013-11-27
1
-2
/
+0
*
ARM: define & use __ARM_NEON on ARM32 (as per ACLE)
Tim Northover
2013-11-21
1
-1
/
+1
*
Implemented Neon scalar by element intrinsics.
Ana Pazos
2013-11-21
1
-4
/
+58
*
Add predicate for AArch64 crypto instructions.
Jiangning Liu
2013-11-19
1
-0
/
+20
*
Clean up predefined macros for AArch64 to follow ACLE 2.0.
Jiangning Liu
2013-11-19
1
-1
/
+1
*
Implement the newly added AArch64 ACLE functions for ld1/st1 with 2/3/4 vectors.
Hao Liu
2013-11-18
1
-1
/
+15
*
Implemented aarch64 Neon scalar vmulx_lane intrinsics
Ana Pazos
2013-11-15
1
-3
/
+86
*
[AArch64 neon] support poly64 and relevant intrinsic functions.
Kevin Qin
2013-11-14
1
-10
/
+21
*
Implement aarch64 neon instruction class misc.
Kevin Qin
2013-11-14
1
-1
/
+69
*
Implement AArch64 NEON instruction set AdvSIMD (table).
Jiangning Liu
2013-11-14
1
-11
/
+28
*
[AArch64] Add support for NEON scalar floating-point convert to fixed-point i...
Chad Rosier
2013-11-11
1
-2
/
+6
*
Implement AArch64 Neon instruction set Perm.
Jiangning Liu
2013-11-06
1
-0
/
+48
*
Implemented aarch64 neon intrinsic vcopy_lane with float type.
Kevin Qin
2013-11-05
1
-5
/
+23
*
[AArch64] Add support for NEON scalar shift immediate instructions.
Chad Rosier
2013-10-31
1
-0
/
+31
*
[AArch64] Add support for NEON scalar floating-point compare instructions.
Chad Rosier
2013-10-30
1
-0
/
+2
*
[AArch64] Add support for NEON scalar extract narrow instructions.
Chad Rosier
2013-10-18
1
-0
/
+6
*
Implemented aarch64 SIMD copy related ACLE intrinsic :
Kevin Qin
2013-10-11
1
-5
/
+25
*
[AArch64] Add support for NEON scalar signed/unsigned integer to floating-point
Chad Rosier
2013-10-08
1
-0
/
+7
[prev]
[next]