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
*
[AArch64] Implement FP16FML intrinsics
Bryan Chan
2018-10-25
1
-0
/
+37
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-26
1
-1
/
+1
*
Replaces __inline by __inline__ / C89 compatible
Diogo N. Sampaio
2018-09-07
1
-2
/
+2
*
Fix arm_neon.h and arm_fp16.h generation for compiling with std=c89
Diogo N. Sampaio
2018-09-05
1
-2
/
+2
*
[AArch64] Corrected FP16 Intrinsic range checks in Clang + added Sema tests
Luke Geeson
2018-06-12
1
-5
/
+8
*
[ARM,AArch64] Add intrinsics for dot product instructions
Oliver Stannard
2018-04-27
1
-0
/
+13
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-1
/
+1
*
Mark fallthrough with LLVM_FALLTHROUGH
Adrian Prantl
2018-02-01
1
-1
/
+1
*
[AArch64] Add ARMv8.2-A FP16 scalar intrinsics
Abderrazek Zaafrani
2018-01-19
1
-1
/
+147
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-3
/
+3
*
[AARch64] Add ARMv8.2-A FP16 vector intrinsics
Abderrazek Zaafrani
2017-12-21
1
-1
/
+5
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-3
/
+3
*
This reverts r305820 (ARMv.2-A FP16 vector intrinsics) because it shows
Sjoerd Meijer
2017-07-06
1
-5
/
+1
*
[AArch64] ADD ARMv.2-A FP16 vector intrinsics
Abderrazek Zaafrani
2017-06-20
1
-1
/
+5
*
Revert "[AArch64] Add ARMv8.2-A FP16 vefctor intrinsics"
Vedant Kumar
2017-06-02
1
-5
/
+1
*
[AArch64] Add ARMv8.2-A FP16 vefctor intrinsics
Abderrazek Zaafrani
2017-06-01
1
-1
/
+5
*
Adapt to llvm/TableGen DagInit changes.
Matthias Braun
2016-12-05
1
-15
/
+20
*
Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2016-11-29
1
-19
/
+44
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-2
/
+0
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-4
/
+6
*
No need to use utostr when putting integers into a raw_ostream. NFC
Craig Topper
2016-01-31
1
-5
/
+5
*
[TableGen] Merge the SuperClass Record and SMRange vector a single vector. Th...
Craig Topper
2016-01-18
1
-1
/
+1
*
[ARM NEON] Remove special-case for f16 vcvt handling. NFCI.
Ahmed Bougacha
2015-08-22
1
-4
/
+0
*
[ARM NEON] Use the common naming scheme for vcvt f16 builtins. NFC.
Ahmed Bougacha
2015-08-21
1
-2
/
+2
*
[ARM NEON] Factor out FP-prototype checking. NFC.
Ahmed Bougacha
2015-08-21
1
-5
/
+9
*
Fix memory ownership in the NeonEmitter by using values instead of pointers (...
David Blaikie
2015-08-06
1
-37
/
+30
*
Plug a memory leak in NeonEmitter: Intrinsics allocated were never released.
Yaron Keren
2015-08-06
1
-0
/
+6
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
[CodeGen][NEON] Emit constants for "immediate" intrinsic arguments.
Ahmed Bougacha
2015-06-04
1
-8
/
+24
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-2
/
+2
*
[TableGen] Clang changes for r235697 to stop leaking Expanders and Operators ...
Craig Topper
2015-04-24
1
-8
/
+7
*
Remove empty non-virtual destructors or mark them =default when non-public
Benjamin Kramer
2015-04-11
1
-8
/
+0
*
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
[next]