index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
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
*
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
*
ARM: Fix armhf call argument handling.
Mike Pall
2012-12-02
1
-1
/
+1
*
ARM: Drop hard-fp variants of floor/ceil/trunc.
Mike Pall
2012-10-15
1
-8
/
+16
*
ARM, MIPS: Fix workaround for argument GPRs vs. FPR remat.
Mike Pall
2012-10-15
1
-1
/
+1
*
ARM, PPC, MIPS: Improve XLOAD operand fusion and register hinting.
Mike Pall
2012-08-27
1
-1
/
+1
*
Replace strtod() with builtin string to number conversion.
Mike Pall
2012-08-25
1
-1
/
+1
*
ARM: Fix base register coalescing.
Mike Pall
2012-08-25
1
-3
/
+6
*
ARM: Fix commit ceaa60c0.
Mike Pall
2012-08-25
1
-2
/
+5
*
ARM: Don't use argument GPRs to rematerialize FPR arguments.
Mike Pall
2012-08-19
1
-4
/
+15
*
ARM: Fix calls to hard-float floor/ceil/trunc.
Mike Pall
2012-08-19
1
-1
/
+2
*
ARM: Add VFP and hard-float ABI variants to JIT compiler.
Mike Pall
2012-08-09
1
-105
/
+630
*
FFI: Box all accessed or returned enums.
Mike Pall
2012-07-17
1
-1
/
+1
*
Remove unneeded snapshot preps for sunk stores.
Mike Pall
2012-07-03
1
-13
/
+5
*
Avoid pesky compiler warnings about C++ keywords (eh?).
Mike Pall
2012-07-03
1
-6
/
+6
*
Add allocation sinking and store sinking optimization.
Mike Pall
2012-07-02
1
-18
/
+31
*
Add explicit IR_GCSTEP instruction.
Mike Pall
2012-07-02
1
-1
/
+2
*
Use HIOP for XSTORE in SPLIT pass.
Mike Pall
2012-07-02
1
-17
/
+27
*
ARM: Fix conditional branch fixup for OBAR.
Mike Pall
2012-04-26
1
-2
/
+2
*
ARM: Fix register allocation for ldrd-optimized HREFK.
Mike Pall
2012-04-26
1
-1
/
+2
*
ARM: Reorder type/value tests to silence Valgrind.
Mike Pall
2012-04-26
1
-5
/
+4
*
Bump copyright date to 2012.
Mike Pall
2012-01-23
1
-1
/
+1
*
Move helper for syncing data/instruction cache to lj_mcode.c.
Mike Pall
2011-12-12
1
-1
/
+1
*
ARM: Fix stack check for spilled BASE in parent.
Mike Pall
2011-12-10
1
-7
/
+5
[next]