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_ir.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into v2.1
Mike Pall
2025-01-13
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2025-01-13
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-12-23
1
-0
/
+1
|
\
|
|
*
Check for IR_HREF vs. IR_HREFK aliasing in non-nil store check.
Mike Pall
2023-12-23
1
-0
/
+1
*
|
IR_MIN/IR_MAX is non-commutative due to underlying FPU ops.
Mike Pall
2023-09-17
1
-2
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-08-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2023-08-20
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-01-15
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
|
Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.
Mike Pall
2021-09-19
1
-0
/
+2
*
|
Refactor IR_VLOAD to take an offset.
Mike Pall
2021-09-19
1
-1
/
+1
*
|
String buffers, part 3d: Compile string buffer methods and functions.
Mike Pall
2021-07-19
1
-2
/
+7
*
|
String buffers, part 3c: Add IRBUFHDR_WRITE mode.
Mike Pall
2021-07-19
1
-0
/
+1
*
|
Fix IRXLOAD_* mode bits description.
Mike Pall
2021-07-19
1
-4
/
+4
*
|
String buffers, part 3a: Add IR_TMPREF for passing TValues to helpers.
Mike Pall
2021-07-19
1
-0
/
+6
*
|
Add IRCONV_NONE for pass-through INT to I64/U64 type change.
Mike Pall
2021-07-19
1
-0
/
+1
*
|
String buffers, part 2d: basic string buffer methods.
Mike Pall
2021-06-01
1
-0
/
+1
*
|
Use weak guards for on-trace allocations.
Mike Pall
2021-03-23
1
-5
/
+5
*
|
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-10-12
1
-0
/
+8
|
\
|
|
*
Ensure full init of IR_NOP instructions.
Mike Pall
2020-10-12
1
-0
/
+8
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-09-22
1
-1
/
+1
|
\
|
|
*
Mark CONV as non-weak, to prevent elimination of its side-effect.
Mike Pall
2020-09-22
1
-1
/
+1
*
|
Improve assertions.
Mike Pall
2020-06-15
1
-2
/
+3
*
|
Optimize table length computation with hinting.
Mike Pall
2020-05-27
1
-0
/
+1
*
|
Remove pow() splitting and cleanup backends.
Mike Pall
2020-05-23
1
-1
/
+1
*
|
Cleanup math function compilation and fix inconsistencies.
Mike Pall
2020-05-22
1
-3
/
+1
*
|
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
*
|
Fix unsinking of 64 bit constants.
Mike Pall
2019-08-30
1
-6
/
+6
*
|
LJ_GC64: Make ASMREF_L references 64 bit.
Mike Pall
2017-10-02
1
-1
/
+3
*
|
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
*
|
x64/LJ_GC64: Add missing backend support and enable JIT compilation.
Mike Pall
2016-05-23
1
-2
/
+6
*
|
LJ_FR2: Add support for trace recording and snapshots.
Mike Pall
2016-05-23
1
-1
/
+1
*
|
LJ_GC64: Update IR type sizes.
Mike Pall
2016-05-23
1
-5
/
+8
*
|
LJ_GC64: Add support for 64 bit GCobj constants in the IR.
Mike Pall
2016-05-23
1
-3
/
+3
*
|
Embed 64 bit constants directly in the IR, using two slots.
Mike Pall
2016-05-23
1
-6
/
+9
*
|
LJ_GC64: Introduce IRT_PGC.
Mike Pall
2016-05-20
1
-1
/
+2
*
|
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
2015-01-06
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
|
Add LJ_GC64 mode: 64 bit GC object references.
Mike Pall
2015-01-03
1
-2
/
+9
*
|
Specialize to ffid for non-monomorphic builtins.
Mike Pall
2014-03-04
1
-0
/
+1
*
|
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
*
|
Compile getfenv(0).
Mike Pall
2013-10-09
1
-0
/
+2
*
|
FFI: Compile lightuserdata to void * conversion.
Mike Pall
2013-10-09
1
-0
/
+1
[next]