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
*
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
*
Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....
Stephen Lin
2013-07-13
53
-269
/
+269
*
Start using CHECK-LABEL in some tests.
Stephen Lin
2013-07-12
2
-28
/
+28
*
AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all
Stephen Lin
2013-07-09
2
-0
/
+60
*
AArch64: correct CodeGen of MOVZ/MOVK combinations.
Tim Northover
2013-07-01
1
-0
/
+14
*
AArch64: remove accidental test output file.
Tim Northover
2013-06-18
1
-208
/
+0
*
Change how we iterate over relocations on ELF.
Rafael Espindola
2013-05-30
4
-5
/
+5
*
Teach ReMaterialization to be more cunning about subregisters
Tim Northover
2013-05-29
1
-2
/
+2
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
1
-3
/
+3
*
More test coverage for addFrameMove.
Rafael Espindola
2013-05-16
1
-0
/
+15
*
Add more test coverage for addFrameMove.
Rafael Espindola
2013-05-16
1
-0
/
+5
*
AArch64: support literal pool access in large memory model.
Tim Northover
2013-05-04
1
-0
/
+40
*
AArch64: support large code model for jump-tables
Tim Northover
2013-05-04
1
-0
/
+8
*
AArch64: implement support for blockaddress in large code model
Tim Northover
2013-05-04
1
-0
/
+9
*
AArch64: implement large code model access to global variables.
Tim Northover
2013-05-04
2
-0
/
+80
*
Replace coff-/elf-dump with llvm-readobj
Nico Rieck
2013-04-12
3
-34
/
+24
*
AArch64: remove barriers from AArch64 atomic operations.
Tim Northover
2013-04-08
2
-180
/
+207
*
Update PEI's virtual-register-based scavenging to support multiple simultaneo...
Hal Finkel
2013-03-26
1
-3
/
+3
*
Test case hygiene.
Benjamin Kramer
2013-03-09
6
-16
/
+16
*
AArch64: specify full triple in test as only Linux works for now.
Tim Northover
2013-03-08
1
-1
/
+1
*
AArch64: expand sincos operations, we don't support them.
Tim Northover
2013-03-08
1
-0
/
+35
*
AArch64: be more careful resorting to inefficient addressing for weak vars.
Tim Northover
2013-02-28
1
-0
/
+8
*
AArch64: don't drop GlobalAddress offset when handling extern_weak decls.
Tim Northover
2013-02-28
1
-0
/
+13
*
AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations.
Tim Northover
2013-02-28
1
-88
/
+44
*
AArch64: remove ConstantIsland pass & put literals in separate section.
Tim Northover
2013-02-15
9
-31
/
+38
*
AArch64: refactor frame handling to use movz/movk for overlarge offsets.
Tim Northover
2013-02-15
1
-18
/
+15
*
Implement external weak (ELF) symbols on AArch64
Tim Northover
2013-02-06
1
-0
/
+13
*
Reapply r174343, with a fix for a scary DAG combine bug where it failed to di...
Owen Anderson
2013-02-05
1
-1
/
+2
[next]