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
/
lib
/
CodeGen
/
CGBuiltin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement AArch64 Neon instruction set Bitwise Extract.
Jiangning Liu
2013-11-06
1
-0
/
+4
*
Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.
Jiangning Liu
2013-11-05
1
-30
/
+71
*
Implemented aarch64 neon intrinsic vcopy_lane with float type.
Kevin Qin
2013-11-05
1
-2
/
+4
*
[AArch64] Add support for NEON scalar fixed-point convert to floating-point i...
Chad Rosier
2013-10-31
1
-0
/
+14
*
[AArch64] Add support for NEON scalar shift immediate instructions.
Chad Rosier
2013-10-31
1
-2
/
+105
*
Add CodeGenABITypes.h for use in LLDB.
Mark Lacey
2013-10-30
1
-0
/
+1
*
[AArch64] Add support for NEON scalar floating-point compare instructions.
Chad Rosier
2013-10-30
1
-15
/
+109
*
Implement function type checker for the undefined behavior sanitizer.
Peter Collingbourne
2013-10-20
1
-1
/
+1
*
[AArch64] Add support for NEON scalar extract narrow instructions.
Chad Rosier
2013-10-18
1
-2
/
+23
*
[AArch64] Add support for NEON scalar three register different instruction
Chad Rosier
2013-10-17
1
-2
/
+24
*
[AArch64] Add support for NEON scalar negate instruction.
Chad Rosier
2013-10-16
1
-0
/
+4
*
[AArch64] Add support for NEON scalar absolute value instruction.
Chad Rosier
2013-10-16
1
-0
/
+4
*
Update comment.
Chad Rosier
2013-10-16
1
-1
/
+1
*
[AArch64] Add support for NEON scalar signed saturating accumulated of unsigned
Chad Rosier
2013-10-16
1
-0
/
+14
*
[AArch64] Add support for NEON scalar signed saturating absolute value and
Chad Rosier
2013-10-15
1
-0
/
+14
*
[AArch64] Add support for NEON scalar integer compare instructions.
Chad Rosier
2013-10-14
1
-5
/
+74
*
Implemented aarch64 SIMD copy related ACLE intrinsic :
Kevin Qin
2013-10-11
1
-0
/
+28
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
1
-0
/
+34
*
Revert "Implement AArch64 vector load/store multiple N-element structure clas...
Tim Northover
2013-10-10
1
-34
/
+0
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
1
-0
/
+34
*
[AArch64] Add support for NEON scalar floating-point reciprocal estimate,
Chad Rosier
2013-10-08
1
-0
/
+15
*
[AArch64] Add support for NEON scalar signed/unsigned integer to floating-point
Chad Rosier
2013-10-08
1
-0
/
+14
*
Fix objectsize tests after r192117
Matt Arsenault
2013-10-07
1
-2
/
+3
*
[AArch64] Add support for NEON scalar arithmetic instructions:
Chad Rosier
2013-10-07
1
-0
/
+25
*
Implement aarch64 neon instruction set AdvSIMD (Across).
Jiangning Liu
2013-10-05
1
-111
/
+147
*
Do not emit undefined lsrh/ashr for NEON shifts
Amaury de la Vieuville
2013-10-04
1
-12
/
+35
*
Implement aarch64 neon instruction set AdvSIMD (3V elem).
Jiangning Liu
2013-10-04
1
-0
/
+40
*
[ARM] Add a builtin to allow you to use the 'sevl' instruction.
Joey Gouly
2013-10-02
1
-0
/
+5
*
Mark an impossible path as unreachable to pacify GCC.
Benjamin Kramer
2013-09-26
1
-0
/
+1
*
Remove tabs.
Benjamin Kramer
2013-09-26
1
-91
/
+91
*
CGBuiltin.cpp: Prune a stray default: label. [-Wcovered-switch-default]
NAKAMURA Takumi
2013-09-24
1
-2
/
+0
*
Initial support for Neon scalar instructions.
Jiangning Liu
2013-09-24
1
-8
/
+228
*
Add _mm_stream_si64 intrinsic.
Eli Friedman
2013-09-23
1
-2
/
+12
*
[ARMv8] Add builtins for CRC instructions.
Joey Gouly
2013-09-18
1
-0
/
+43
*
Restore the sqrt -> llvm.sqrt mapping in fast-math mode
Hal Finkel
2013-09-12
1
-6
/
+13
*
Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the follow...
Jiangning Liu
2013-09-09
1
-0
/
+16
*
Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...
Hao Liu
2013-09-04
1
-37
/
+110
*
ARM: comment on why vmull intrinsic has to exist for now.
Tim Northover
2013-08-28
1
-0
/
+5
*
ARM: Emit normal IR for vaddhn/vsubhn NEON intrinsics
Tim Northover
2013-08-28
1
-6
/
+36
*
ARM: use vqdmull and vqadds/vqsubs to implement vqdmlal/vqdmlsl
Tim Northover
2013-08-28
1
-6
/
+22
*
Fix last commit.
Juergen Ributzka
2013-08-19
1
-1
/
+1
*
Simplify code by using CreateMemTemp. No functional change intended.
Juergen Ributzka
2013-08-19
1
-18
/
+9
*
Fix the name and the type of the argument for intrinisc
Juergen Ributzka
2013-08-17
1
-0
/
+10
*
Fix the build failure of Realease version
Hao Liu
2013-08-15
1
-1
/
+1
*
Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...
Hao Liu
2013-08-15
1
-0
/
+43
*
AArch64: initial NEON support
Tim Northover
2013-08-01
1
-1
/
+196
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-0
/
+1
*
Partial revert of r185568.
Eli Bendersky
2013-07-24
1
-11
/
+8
*
ARM: implement low-level intrinsics for the atomic exclusive operations.
Tim Northover
2013-07-16
1
-6
/
+58
*
Add a __builtin_addressof that performs the same functionality as the built-in
Richard Smith
2013-07-11
1
-0
/
+2
[prev]
[next]