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_iropt.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
*
|
Consistently use 64 bit constants for 64 bit IR instructions.
Mike Pall
2023-09-21
1
-0
/
+6
*
|
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
*
|
Revert to trival pow() optimizations to prevent inaccuracies.
Mike Pall
2022-03-08
1
-1
/
+0
*
|
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
*
|
String buffers, part 3d: Compile string buffer methods and functions.
Mike Pall
2021-07-19
1
-0
/
+1
*
|
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
*
|
Optimize table length computation with hinting.
Mike Pall
2020-05-27
1
-1
/
+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
*
|
MIPS64: Add soft-float support to JIT compiler backend.
Mike Pall
2017-06-07
1
-1
/
+1
*
|
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
*
|
Strip out old infrastructure for 64 bit constants.
Mike Pall
2016-05-23
1
-3
/
+0
*
|
Embed 64 bit constants directly in the IR, using two slots.
Mike Pall
2016-05-23
1
-1
/
+1
*
|
Simplify GCtrace * reference embedding for trace stitching.
Mike Pall
2016-05-22
1
-0
/
+1
*
|
Load SIMD constants with IR_FLOAD from GG_State.
Mike Pall
2016-05-21
1
-2
/
+2
*
|
Add IR_FLOAD with REF_NIL for field loads from GG_State.
Mike Pall
2016-05-21
1
-0
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-04-21
1
-2
/
+2
|
\
|
|
*
Fix handling of non-numeric strings in arithmetic coercions.
Mike Pall
2016-04-21
1
-2
/
+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
*
|
Re-enable trace stitching.
Mike Pall
2015-08-29
1
-0
/
+1
|
/
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
Add allocation sinking and store sinking optimization.
Mike Pall
2012-07-02
1
-0
/
+1
*
Add HREFK forwarding. Eliminate HREFK guard for TDUP refs.
Mike Pall
2012-06-28
1
-0
/
+1
*
Bump copyright date to 2012.
Mike Pall
2012-01-23
1
-1
/
+1
*
Add narrowing of modulo operator.
Mike Pall
2011-06-03
1
-1
/
+1
*
Split up FP IR instructions with SPLIT pass for soft-float targets.
Mike Pall
2011-05-22
1
-1
/
+1
*
Move IR_CALL* definitions to lj_ircall.h.
Mike Pall
2011-05-22
1
-1
/
+0
*
DUALNUM: Narrow unary minus.
Mike Pall
2011-03-15
1
-0
/
+1
*
DUALNUM: Add integer variant of MIN/MAX.
Mike Pall
2011-03-11
1
-0
/
+1
*
DUALNUM: Handle integer type in JIT compiler.
Mike Pall
2011-03-10
1
-3
/
+9
*
Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs.
Mike Pall
2011-02-02
1
-0
/
+6
*
Differentiate between IR_KPTR and IR_KKPTR.
Mike Pall
2011-01-19
1
-1
/
+3
*
Bump copyright date to 2011.
Mike Pall
2011-01-09
1
-1
/
+1
*
Improve uint64_t <-> FP conversions in x64 backend.
Mike Pall
2011-01-02
1
-0
/
+1
*
Add alias analysis for XLOAD/XSTORE. Add DSE for XSTORE.
Mike Pall
2010-12-12
1
-0
/
+1
*
Extend all FOLD rules to work on 64 bit integers.
Mike Pall
2010-12-11
1
-0
/
+1
*
FFI: Record cdata index operations (preliminary, lots of NYI cases).
Mike Pall
2010-12-08
1
-0
/
+6
*
Add IR_XSTORE.
Mike Pall
2010-12-06
1
-0
/
+1
*
Add IR_KINT64.
Mike Pall
2010-12-05
1
-9
/
+10
*
Improve FOLD/CSE of field loads and array/hash refs across NEWREF.
Mike Pall
2010-09-21
1
-0
/
+1
*
Fold HREF of TNEW/TDUP to niltv. Fold HLOAD of niltv to nil.
Mike Pall
2010-03-28
1
-0
/
+1
[next]