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_x86.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump copyright date.
Mike Pall
2025-01-13
1
-1
/
+1
*
x86/x64: Don't fuse loads across IR_NEWREF.
Mike Pall
2023-11-14
1
-7
/
+9
*
x86/x64: Add more red zone checks to assembler backend.
Mike Pall
2023-11-12
1
-1
/
+6
*
Bump copyright date.
Mike Pall
2023-08-20
1
-1
/
+1
*
Fix base register coalescing in side trace.
Mike Pall
2023-07-12
1
-4
/
+4
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
Bump copyright date.
Mike Pall
2021-01-02
1
-1
/
+1
*
Prevent patching of the GC exit check branch.
Mike Pall
2020-09-27
1
-2
/
+9
*
x86/x64: Fix loop realignment.
Mike Pall
2020-02-02
1
-2
/
+3
*
Bump copyright date.
Mike Pall
2020-01-20
1
-1
/
+1
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
x86: Don't spill an explicit REF_BASE in the IR.
Mike Pall
2016-05-23
1
-3
/
+3
*
Add guard for obscure aliasing between open upvalues and SSA slots.
Mike Pall
2016-05-20
1
-1
/
+0
*
x86/x64: Fix instruction length decoder.
Mike Pall
2016-05-06
1
-3
/
+3
*
Whitespace.
Mike Pall
2016-04-18
1
-11
/
+11
*
x86/x64: Search for exit jumps with instruction length decoder.
Mike Pall
2016-04-18
1
-9
/
+104
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
*
Don't allocate unused 2nd result register in JIT compiler backend.
Mike Pall
2016-02-10
1
-1
/
+1
*
x86/x64: Fix code generation for fused test/arith ops.
Mike Pall
2015-02-21
1
-2
/
+6
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
Fix fused constant loads under high register pressure.
Mike Pall
2014-10-08
1
-1
/
+9
*
x86: Fix code generation for unused result of math.random().
Mike Pall
2014-05-27
1
-1
/
+1
*
Prevent BASE register coalescing if parent uses IR_RETF.
Mike Pall
2014-02-19
1
-2
/
+3
*
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
-2
/
+2
*
Fix spurious red zone overflows in machine code generation.
Mike Pall
2013-04-04
1
-0
/
+1
*
FFI/x86: Fix register allocation for 64 bit comparisons.
Mike Pall
2013-04-04
1
-6
/
+2
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
x86/x64: Always mark ref for shift count as non-weak.
Mike Pall
2013-01-14
1
-3
/
+2
*
FFI: Fix code generation for bool call result check on x86/x64.
Mike Pall
2013-01-02
1
-2
/
+17
*
Fix assertion.
Mike Pall
2012-11-14
1
-1
/
+1
*
x64: Don't fuse implicitly 32-to-64 extended operands.
Mike Pall
2012-11-13
1
-6
/
+18
*
FFI: Fix recording of bool call result check on x86/x64.
Mike Pall
2012-11-06
1
-2
/
+2
*
Fix x64 build.
Mike Pall
2012-10-02
1
-0
/
+2
*
x86: Fix register allocation for calls returning register pair.
Mike Pall
2012-09-27
1
-2
/
+6
*
Replace strtod() with builtin string to number conversion.
Mike Pall
2012-08-25
1
-1
/
+1
*
FFI: Box all accessed or returned enums.
Mike Pall
2012-07-17
1
-2
/
+3
*
x86/x64: Fix fusion of unsigned byte comparisons with swapped ops.
Mike Pall
2012-07-16
1
-2
/
+2
*
Remove unneeded snapshot preps for sunk stores.
Mike Pall
2012-07-03
1
-10
/
+4
*
Avoid pesky compiler warnings about C++ keywords (eh?).
Mike Pall
2012-07-03
1
-4
/
+4
*
Add allocation sinking and store sinking optimization.
Mike Pall
2012-07-02
1
-1
/
+14
*
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
-3
/
+7
*
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
*
x64: Always extend stack arguments to pointer size.
Mike Pall
2011-12-09
1
-1
/
+1
*
FFI: Fix stack adjustment for calls to stdcall/fastcall functions.
Mike Pall
2011-12-01
1
-1
/
+5
*
Get rid of snap->depth.
Mike Pall
2011-11-20
1
-1
/
+1
*
FFI: Compile calls to stdcall, fastcall and vararg functions.
Mike Pall
2011-10-27
1
-36
/
+104
*
x64: Fix code generation for BSWAP.
Mike Pall
2011-10-25
1
-1
/
+1
[next]