index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
AArch64
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64] The shift right/left and insert immediate builtins expect 3
Chad Rosier
2013-11-11
1
-14
/
+18
*
[AArch64] Add support for NEON scalar floating-point convert to fixed-point i...
Chad Rosier
2013-11-11
1
-8
/
+56
*
Implement AArch64 Neon instruction set Perm.
Jiangning Liu
2013-11-06
1
-0
/
+1676
*
Implement AArch64 Neon instruction set Bitwise Extract.
Jiangning Liu
2013-11-06
1
-0
/
+190
*
Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.
Jiangning Liu
2013-11-05
1
-0
/
+147
*
Implement AArch64 post-index vector load/store multiple N-element structure c...
Hao Liu
2013-11-05
1
-0
/
+200
*
Implemented aarch64 neon intrinsic vcopy_lane with float type.
Kevin Qin
2013-11-05
1
-0
/
+112
*
AArch64: use default asm operand printing when modifier inapplicable
Tim Northover
2013-11-04
1
-0
/
+29
*
[AArch64] Add support for NEON scalar fixed-point convert to floating-point i...
Chad Rosier
2013-10-31
1
-0
/
+48
*
[AArch64] Add support for NEON scalar shift immediate instructions.
Chad Rosier
2013-10-31
1
-0
/
+527
*
[AArch64] Make the use of FP instructions optional, but enabled by default.
Amara Emerson
2013-10-31
10
-4
/
+127
*
[AArch64] Add support for NEON scalar floating-point compare instructions.
Chad Rosier
2013-10-30
2
-19
/
+335
*
add test cases for frameaddr and returnaddr for aarch64
Weiming Zhao
2013-10-29
2
-0
/
+41
*
AArch64: add 'a' inline asm operand modifier
Tim Northover
2013-10-29
1
-0
/
+9
*
Convert another llc -filetype=obj test.
Rafael Espindola
2013-10-28
1
-16
/
+0
*
Convert another llc -filetype=obj test.
Rafael Espindola
2013-10-28
1
-17
/
+0
*
Convert another llc -filetype=obj test.
Rafael Espindola
2013-10-28
1
-17
/
+0
*
Convert a llc -filetype=obj test into a llvm-mc test.
Rafael Espindola
2013-10-28
1
-16
/
+0
*
[AArch64] Fix NZCV reg live-in bug in F128CSEL codegen.
Amara Emerson
2013-10-24
1
-0
/
+17
*
[AArch64] Add the constraint to NEON scalar mla/mls instructions.
Chad Rosier
2013-10-21
1
-20
/
+24
*
[AArch64] Add support for NEON scalar extract narrow instructions.
Chad Rosier
2013-10-18
1
-0
/
+104
*
[AArch64] Add support for NEON scalar three register different instruction
Chad Rosier
2013-10-17
1
-0
/
+75
*
[AArch64] Add support for NEON scalar negate instruction.
Chad Rosier
2013-10-16
1
-0
/
+12
*
[AArch64] Add support for NEON scalar absolute value instruction.
Chad Rosier
2013-10-16
1
-0
/
+12
*
[AArch64] Add support for NEON scalar signed saturating accumulated of unsigned
Chad Rosier
2013-10-16
1
-0
/
+104
*
[AArch64] Add support for NEON scalar signed saturating absolute value and
Chad Rosier
2013-10-15
2
-0
/
+98
*
[AArch64] Add support for NEON scalar integer compare instructions.
Chad Rosier
2013-10-14
1
-0
/
+128
*
Implement aarch64 neon instruction set AdvSIMD (copy).
Kevin Qin
2013-10-11
1
-0
/
+188
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
1
-0
/
+1228
*
Revert "Implement AArch64 vector load/store multiple N-element structure clas...
Rafael Espindola
2013-10-10
1
-1228
/
+0
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
1
-0
/
+1228
*
AArch64: enable MISched by default.
Tim Northover
2013-10-09
11
-93
/
+97
*
AArch64: migrate ADRP relaxation test to be llvm-mc only.
Tim Northover
2013-10-09
1
-27
/
+0
*
[AArch64] Add support for NEON scalar floating-point reciprocal estimate,
Chad Rosier
2013-10-08
1
-0
/
+69
*
[AArch64] Add support for NEON scalar signed/unsigned integer to floating-point
Chad Rosier
2013-10-08
1
-0
/
+49
*
[AArch64] Add support for NEON scalar arithmetic instructions:
Chad Rosier
2013-10-07
2
-0
/
+117
*
Implement aarch64 neon instruction set AdvSIMD (Across).
Jiangning Liu
2013-10-05
1
-0
/
+476
*
Implement aarch64 neon instruction set AdvSIMD (3V elem).
Jiangning Liu
2013-10-04
2
-0
/
+1347
*
llvm/test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll: Use -mtriple here, ...
NAKAMURA Takumi
2013-09-24
1
-1
/
+1
*
Initial support for Neon scalar instructions.
Jiangning Liu
2013-09-24
14
-114
/
+584
*
Implement 3 AArch64 neon instructions : umov smov ins.
Kevin Qin
2013-09-17
1
-0
/
+232
*
Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the follow...
Jiangning Liu
2013-09-09
1
-0
/
+1806
*
Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...
Hao Liu
2013-09-04
1
-0
/
+1524
*
A minor change for an obvous problem caused by r188451:
Hao Liu
2013-08-21
1
-2
/
+2
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-2
/
+0
*
Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...
Hao Liu
2013-08-15
2
-0
/
+241
*
CHECK-LABEL-ify tests
Stephen Lin
2013-08-09
1
-1
/
+1
*
AArch64: add initial NEON support
Tim Northover
2013-08-01
23
-1
/
+6098
*
AArch64: add llc-based tests for previous commit.
Tim Northover
2013-07-25
2
-2
/
+15
*
Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...
Stephen Lin
2013-07-14
30
-127
/
+127
[next]