index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lj_emit_arm64.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into v2.1
Mike Pall
2025-01-13
1
-1
/
+1
*
ARM64: Use ldr literal to load FP constants.
Mike Pall
2024-08-21
1
-6
/
+11
*
ARM64: Use movi to materialize FP constants.
Mike Pall
2024-08-15
1
-0
/
+14
*
ARM64: Use ADR and ADRP to form constants.
Mike Pall
2023-10-08
1
-7
/
+29
*
Windows/ARM64: Support Windows calling conventions.
Mike Pall
2023-09-11
1
-2
/
+2
*
Windows/ARM64: Add initial support.
Mike Pall
2023-09-10
1
-4
/
+4
*
ARM64: Fix LDP/STP fusion (again).
Mike Pall
2023-09-09
1
-4
/
+13
*
ARM64: Reload BASE via GL instead of spilling it.
Mike Pall
2023-09-09
1
-1
/
+1
*
ARM64: Consolidate 32/64-bit constant handling in assembler.
Mike Pall
2023-09-09
1
-36
/
+37
*
ARM64: Tune emit_lsptr. Avoid wrong load for asm_prof.
Mike Pall
2023-09-09
1
-11
/
+12
*
ARM64: Inline only use of emit_loada.
Mike Pall
2023-09-09
1
-2
/
+0
*
ARM64: Improve K13 constant rematerialization.
Mike Pall
2023-09-09
1
-20
/
+12
*
ARM64: Fix LDP/STP fusing for unaligned accesses.
Mike Pall
2023-08-28
1
-1
/
+1
*
Merge branch 'master' into v2.1
Mike Pall
2023-08-20
1
-1
/
+1
*
ARM64: Add support for ARM64e pointer authentication codes (PAC).
Mike Pall
2023-08-12
1
-3
/
+9
*
ARM64: Fix LDP code generation.
Mike Pall
2023-07-08
1
-1
/
+1
*
Merge branch 'master' into v2.1
Mike Pall
2022-12-22
1
-4
/
+5
*
Merge branch 'master' into v2.1
Mike Pall
2022-01-15
1
-1
/
+1
*
ARM64: More improvements to the generation of immediates.
Mike Pall
2021-06-03
1
-1
/
+1
*
ARM64: Improve generation of immediates.
Mike Pall
2021-03-23
1
-31
/
+33
*
Merge branch 'master' into v2.1
Mike Pall
2021-01-02
1
-1
/
+1
*
Improve assertions.
Mike Pall
2020-06-15
1
-9
/
+12
*
Merge branch 'master' into v2.1
Mike Pall
2020-01-20
1
-1
/
+1
*
ARM64: Fix exit stub patching.
Mike Pall
2018-06-24
1
-9
/
+9
*
ARM64: Add big-endian support.
Mike Pall
2017-03-30
1
-1
/
+1
*
Merge branch 'master' into v2.1
Mike Pall
2017-01-17
1
-1
/
+1
*
ARM64: Fix code generation for S19 offsets.
Mike Pall
2016-12-08
1
-2
/
+2
*
ARM64: Fuse FP multiply-add/sub.
Mike Pall
2016-12-08
1
-0
/
+5
*
ARM64: Fix pc-relative loads of consts. Cleanup branch codegen.
Mike Pall
2016-12-07
1
-17
/
+13
*
ARM64: Make use of tbz/tbnz and cbz/cbnz.
Mike Pall
2016-11-29
1
-0
/
+19
*
ARM64: Reject special case in emit_isk13().
Mike Pall
2016-11-20
1
-1
/
+3
*
ARM64: Add JIT compiler backend.
Mike Pall
2016-11-20
1
-0
/
+397