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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump copyright date.
Mike Pall
2025-01-13
1
-1
/
+1
*
Fix detection of inconsistent renames due to sunk values.
Mike Pall
2024-11-28
1
-2
/
+2
*
Bump copyright date.
Mike Pall
2023-08-20
1
-1
/
+1
*
Fix base register coalescing in side trace.
Mike Pall
2023-07-12
1
-1
/
+6
*
Fix register mask for stack check in head of side trace.
Mike Pall
2023-07-08
1
-1
/
+3
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
Detect inconsistent renames even in the presence of sunk values.
Mike Pall
2021-03-23
1
-13
/
+12
*
Bump copyright date.
Mike Pall
2021-01-02
1
-1
/
+1
*
Ensure full init of IR_NOP instructions.
Mike Pall
2020-10-12
1
-1
/
+1
*
Bump copyright date.
Mike Pall
2020-01-20
1
-1
/
+1
*
Typo.
Mike Pall
2019-12-08
1
-1
/
+0
*
ARM: Fix GCC 7 -Wimplicit-fallthrough warnings.
Mike Pall
2019-04-29
1
-1
/
+1
*
Fix GCC 7 -Wimplicit-fallthrough warnings.
Mike Pall
2018-01-29
1
-1
/
+2
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
Fix snapshot #0 handling for traces with a stack check on entry.
Mike Pall
2014-11-28
1
-0
/
+5
*
Fix fused constant loads under high register pressure.
Mike Pall
2014-10-08
1
-0
/
+1
*
Don't access dangling reference to reallocated IR.
Mike Pall
2014-03-06
1
-9
/
+11
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
Handle calls with max. args in backends even after SPLIT.
Mike Pall
2013-05-16
1
-1
/
+1
*
Fix spurious red zone overflows in machine code generation.
Mike Pall
2013-04-04
1
-2
/
+28
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
Fix CONV.num.int sinking.
Mike Pall
2012-11-06
1
-3
/
+12
*
FFI: Fix code generation for replay of sunk float fields.
Mike Pall
2012-10-29
1
-1
/
+1
*
x86: Fix register allocation for calls returning register pair.
Mike Pall
2012-09-27
1
-1
/
+5
*
ARM, PPC, MIPS: Improve XLOAD operand fusion and register hinting.
Mike Pall
2012-08-27
1
-1
/
+5
*
Fix compilation with FFI disabled.
Mike Pall
2012-08-26
1
-2
/
+2
*
ARM: Fix base register coalescing.
Mike Pall
2012-08-25
1
-0
/
+1
*
ARM, MIPS, PPC: Rematerialize FPR invariants first.
Mike Pall
2012-08-19
1
-2
/
+11
*
ARM: Add VFP and hard-float ABI variants to JIT compiler.
Mike Pall
2012-08-09
1
-1
/
+2
*
Limit number of parent links handled by backend.
Mike Pall
2012-07-11
1
-0
/
+2
*
Use an explicit flag to signal SINK tags for a trace.
Mike Pall
2012-07-11
1
-4
/
+3
*
Don't allocate constants for sunk stores.
Mike Pall
2012-07-09
1
-1
/
+1
*
Drop range limit for sunk stores relative to sunk allocation.
Mike Pall
2012-07-04
1
-2
/
+19
*
Fix compiler warnings.
Mike Pall
2012-07-03
1
-1
/
+1
*
Add allocation sinking and store sinking optimization.
Mike Pall
2012-07-02
1
-15
/
+52
*
Add IR_PVAL instruction for non-slot parent links.
Mike Pall
2012-07-02
1
-1
/
+1
*
Add explicit IR_GCSTEP instruction.
Mike Pall
2012-07-02
1
-3
/
+18
*
Clean up RegSP handling for parent link instructions.
Mike Pall
2012-07-01
1
-71
/
+41
*
Fix PHI stack slot syncing.
Mike Pall
2012-05-07
1
-1
/
+64
*
MIPS: Integrate and enable JIT compiler.
Mike Pall
2012-03-30
1
-6
/
+18
*
Add missing mcode limit check in assembler backend.
Mike Pall
2012-03-12
1
-1
/
+3
*
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
-44
/
+1
*
Keep maximum frame extent in snap->topslot.
Mike Pall
2011-11-20
1
-27
/
+20
*
Fix hint-based register allocation in ra_dest().
Mike Pall
2011-11-14
1
-1
/
+1
*
ARM: Fix IR splitting for softfp XLOAD.
Mike Pall
2011-11-11
1
-1
/
+3
*
FFI: Compile calls to stdcall, fastcall and vararg functions.
Mike Pall
2011-10-27
1
-1
/
+10
*
PPC: Integrate and enable JIT compiler.
Mike Pall
2011-10-24
1
-1
/
+5
[next]