aboutsummaryrefslogtreecommitdiff
path: root/src/lj_opt_fold.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change handling of nil value markers in template tables.HEADv2.1Mike Pall4 days1-2/+4
* REVERT: Change handling of nil value markers in template tables.Mike Pall6 days1-4/+2
* Change handling of nil value markers in template tables.Mike Pall6 days1-2/+4
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | Add more FOLD rules for integer conversions.Mike Pall2024-08-151-4/+5
* | Merge branch 'master' into v2.1Mike Pall2024-08-151-2/+14
|\|
| * Fix IR_ABC hoisting.Mike Pall2024-08-151-2/+3
| * Limit CSE for IR_CARG to fix loop optimizations.Mike Pall2024-08-151-0/+11
* | Check for upvalue state transition in IR_UREFO.Mike Pall2023-11-051-9/+38
* | FFI: Fix 64 bit shift fold rules.Mike Pall2023-09-111-4/+4
* | Merge branch 'master' into v2.1Mike Pall2023-09-091-1/+4
|\|
| * Add NaN check to IR_NEWREF.Mike Pall2023-09-091-1/+4
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-12-221-3/+3
|\|
| * Avoid negation of signed integers in C that may hold INT*_MIN.Mike Pall2022-12-221-3/+3
| * Fix assertions.Mike Pall2022-04-171-3/+0
* | Fix compiler warning.Mike Pall2022-03-081-3/+3
* | Revert to trival pow() optimizations to prevent inaccuracies.Mike Pall2022-03-081-29/+8
* | Fix pow() optimization inconsistencies.Mike Pall2022-01-241-27/+0
* | Fix FOLD rule for BUFHDR append with intervening buffer use.Mike Pall2022-01-231-1/+2
* | Prevent replay of buffer operation for PHI operands.Mike Pall2022-01-161-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | Fix FOLD rule for BUFHDR append.Mike Pall2022-01-131-1/+2
* | Merge branch 'master' into v2.1Mike Pall2022-01-131-2/+3
|\|
| * Fix ABC FOLD rule with constants.Mike Pall2022-01-131-2/+3
* | Merge branch 'master' into v2.1Mike Pall2021-12-191-0/+11
|\|
| * Prevent CSE of a REF_BASE operand across IR_RETF.Mike Pall2021-12-191-0/+11
* | Merge branch 'master' into v2.1Mike Pall2021-12-171-2/+1
|\|
| * Fix FOLD rule for x-0.Mike Pall2021-12-171-2/+1
* | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.Mike Pall2021-09-191-0/+9
* | String buffers, part 3d: Compile string buffer methods and functions.Mike Pall2021-07-191-11/+46
* | Minor improvements of optimizations.Mike Pall2021-07-191-0/+6
* | String buffers, part 3c: Add IRBUFHDR_WRITE mode.Mike Pall2021-07-191-2/+5
* | String buffers, part 3b: Change IR_BUFHDR op2 mode bits to mode.Mike Pall2021-07-191-5/+5
* | String buffers, part 3a: Add IR_TMPREF for passing TValues to helpers.Mike Pall2021-07-191-0/+1
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Improve assertions.Mike Pall2020-06-151-39/+49
* | Optimize table length computation with hinting.Mike Pall2020-05-271-2/+2
* | Remove pow() splitting and cleanup backends.Mike Pall2020-05-231-4/+14
* | Cleanup math function compilation and fix inconsistencies.Mike Pall2020-05-221-1/+24
* | Fix math.min()/math.max() inconsistencies.Mike Pall2020-05-221-34/+19
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2019-11-101-2/+2
|\|
| * Fix narrowing of conversions to U32.Mike Pall2019-11-101-2/+2
* | Merge branch 'master' into v2.1Mike Pall2017-11-081-1/+1
|\|