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_asm_arm.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
String buffers, part 3c: Add IRBUFHDR_WRITE mode.
Mike Pall
2021-07-19
1
-0
/
+24
*
String buffers, part 3a: Add IR_TMPREF for passing TValues to helpers.
Mike Pall
2021-07-19
1
-23
/
+46
*
Merge branch 'master' into v2.1
Mike Pall
2021-01-02
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2021-01-02
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-09-27
1
-1
/
+6
|
\
|
|
*
Prevent patching of the GC exit check branch.
Mike Pall
2020-09-27
1
-1
/
+6
*
|
Redesign and harden string interning.
Mike Pall
2020-06-23
1
-2
/
+2
*
|
ARM: Implement FLOAD from GG_State.
Mike Pall
2020-06-13
1
-10
/
+11
*
|
Improve assertions.
Mike Pall
2020-06-15
1
-49
/
+70
*
|
Remove pow() splitting and cleanup backends.
Mike Pall
2020-05-23
1
-9
/
+1
*
|
Cleanup math function compilation and fix inconsistencies.
Mike Pall
2020-05-22
1
-1
/
+0
*
|
Fix math.min()/math.max() inconsistencies.
Mike Pall
2020-05-22
1
-3
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-01-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2020-01-20
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2019-04-29
1
-21
/
+23
|
\
|
|
*
ARM: Fix GCC 7 -Wimplicit-fallthrough warnings.
Mike Pall
2019-04-29
1
-2
/
+2
|
*
ARM: Fix condition code check fusion.
Mike Pall
2019-04-29
1
-13
/
+15
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-01-17
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
|
Add IR_FLOAD with REF_NIL for field loads from GG_State.
Mike Pall
2016-05-21
1
-14
/
+18
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-05-20
1
-1
/
+0
|
\
|
|
*
Add guard for obscure aliasing between open upvalues and SSA slots.
Mike Pall
2016-05-20
1
-1
/
+0
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-03-03
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-02-10
1
-1
/
+1
|
\
|
|
*
Don't allocate unused 2nd result register in JIT compiler backend.
Mike Pall
2016-02-10
1
-1
/
+1
*
|
Generalize LJ_SOFTFP dependencies in lj_asm.c.
Mike Pall
2016-02-09
1
-11
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-01-06
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
|
Add LJ_FR2 mode: Two-slot frame info.
Mike Pall
2015-01-03
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-02-20
1
-2
/
+5
|
\
|
|
*
Prevent BASE register coalescing if parent uses IR_RETF.
Mike Pall
2014-02-19
1
-2
/
+5
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-01-16
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
|
Low-overhead profiler, part 4: JIT compiler support.
Mike Pall
2013-09-08
1
-0
/
+10
*
|
Save currently executing lua_State in g->cur_L.
Mike Pall
2013-08-30
1
-4
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-07-31
1
-7
/
+7
|
\
|
|
*
ARM: Fix register allocation when rematerializing FPRs.
Mike Pall
2013-07-31
1
-7
/
+7
*
|
FFI: Compile VLA/VLS and large cdata allocs with default initialization.
Mike Pall
2013-05-24
1
-10
/
+19
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-05-16
1
-2
/
+2
|
\
|
|
*
Handle calls with max. args in backends even after SPLIT.
Mike Pall
2013-05-16
1
-2
/
+2
*
|
Refactor CCallInfo representation for split arguments.
Mike Pall
2013-05-13
1
-2
/
+2
*
|
Combine IR instruction dispatch for all assembler backends.
Mike Pall
2013-04-22
1
-185
/
+113
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-04-22
1
-3
/
+8
|
\
|
|
*
Fix compiler warning.
Mike Pall
2013-04-22
1
-3
/
+8
*
|
Reorganize generic operations common to all assembler backends.
Mike Pall
2013-04-22
1
-99
/
+3
*
|
Compile string concatenations (BC_CAT).
Mike Pall
2013-04-21
1
-0
/
+5
|
/
*
ARM: Fix cache flush/sync for exit stubs of JIT-compiled code.
Mike Pall
2013-02-28
1
-0
/
+1
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
ARM: Fix code generation for integer math.min/math.max.
Mike Pall
2012-12-02
1
-2
/
+2
[next]