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_opt_fold.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change handling of nil value markers in template tables.
HEAD
v2.1
Mike Pall
4 days
1
-2
/
+4
*
REVERT: Change handling of nil value markers in template tables.
Mike Pall
6 days
1
-4
/
+2
*
Change handling of nil value markers in template tables.
Mike Pall
6 days
1
-2
/
+4
*
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
*
|
Add more FOLD rules for integer conversions.
Mike Pall
2024-08-15
1
-4
/
+5
*
|
Merge branch 'master' into v2.1
Mike Pall
2024-08-15
1
-2
/
+14
|
\
|
|
*
Fix IR_ABC hoisting.
Mike Pall
2024-08-15
1
-2
/
+3
|
*
Limit CSE for IR_CARG to fix loop optimizations.
Mike Pall
2024-08-15
1
-0
/
+11
*
|
Check for upvalue state transition in IR_UREFO.
Mike Pall
2023-11-05
1
-9
/
+38
*
|
FFI: Fix 64 bit shift fold rules.
Mike Pall
2023-09-11
1
-4
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-09-09
1
-1
/
+4
|
\
|
|
*
Add NaN check to IR_NEWREF.
Mike Pall
2023-09-09
1
-1
/
+4
*
|
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-12-22
1
-3
/
+3
|
\
|
|
*
Avoid negation of signed integers in C that may hold INT*_MIN.
Mike Pall
2022-12-22
1
-3
/
+3
|
*
Fix assertions.
Mike Pall
2022-04-17
1
-3
/
+0
*
|
Fix compiler warning.
Mike Pall
2022-03-08
1
-3
/
+3
*
|
Revert to trival pow() optimizations to prevent inaccuracies.
Mike Pall
2022-03-08
1
-29
/
+8
*
|
Fix pow() optimization inconsistencies.
Mike Pall
2022-01-24
1
-27
/
+0
*
|
Fix FOLD rule for BUFHDR append with intervening buffer use.
Mike Pall
2022-01-23
1
-1
/
+2
*
|
Prevent replay of buffer operation for PHI operands.
Mike Pall
2022-01-16
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
*
|
Fix FOLD rule for BUFHDR append.
Mike Pall
2022-01-13
1
-1
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-01-13
1
-2
/
+3
|
\
|
|
*
Fix ABC FOLD rule with constants.
Mike Pall
2022-01-13
1
-2
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-12-19
1
-0
/
+11
|
\
|
|
*
Prevent CSE of a REF_BASE operand across IR_RETF.
Mike Pall
2021-12-19
1
-0
/
+11
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-12-17
1
-2
/
+1
|
\
|
|
*
Fix FOLD rule for x-0.
Mike Pall
2021-12-17
1
-2
/
+1
*
|
Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.
Mike Pall
2021-09-19
1
-0
/
+9
*
|
String buffers, part 3d: Compile string buffer methods and functions.
Mike Pall
2021-07-19
1
-11
/
+46
*
|
Minor improvements of optimizations.
Mike Pall
2021-07-19
1
-0
/
+6
*
|
String buffers, part 3c: Add IRBUFHDR_WRITE mode.
Mike Pall
2021-07-19
1
-2
/
+5
*
|
String buffers, part 3b: Change IR_BUFHDR op2 mode bits to mode.
Mike Pall
2021-07-19
1
-5
/
+5
*
|
String buffers, part 3a: Add IR_TMPREF for passing TValues to helpers.
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
*
|
Improve assertions.
Mike Pall
2020-06-15
1
-39
/
+49
*
|
Optimize table length computation with hinting.
Mike Pall
2020-05-27
1
-2
/
+2
*
|
Remove pow() splitting and cleanup backends.
Mike Pall
2020-05-23
1
-4
/
+14
*
|
Cleanup math function compilation and fix inconsistencies.
Mike Pall
2020-05-22
1
-1
/
+24
*
|
Fix math.min()/math.max() inconsistencies.
Mike Pall
2020-05-22
1
-34
/
+19
*
|
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
*
|
Merge branch 'master' into v2.1
Mike Pall
2019-11-10
1
-2
/
+2
|
\
|
|
*
Fix narrowing of conversions to U32.
Mike Pall
2019-11-10
1
-2
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-11-08
1
-1
/
+1
|
\
|
[next]