aboutsummaryrefslogtreecommitdiff
path: root/src/lj_opt_fold.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Fix FOLD rule for strength reduction of widening.Mike Pall2017-11-081-1/+1
* | Add FOLD rules for mixed BAND/BOR with constants.Mike Pall2017-04-301-0/+41
* | Merge branch 'master' into v2.1Mike Pall2017-03-301-8/+8
|\|
| * FFI: Fix FOLD rules for int64_t comparisons.Mike Pall2017-03-301-8/+8
* | Fix FOLD rules for math.abs() and FP negation.Mike Pall2017-02-201-4/+11
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | Add missing FOLD rule for 64 bit shift+BAND simplification.Mike Pall2016-12-081-0/+13
* | Must preserve J->fold.ins (fins) around call to lj_ir_ksimd().Mike Pall2016-07-221-1/+3
* | Embed 64 bit constants directly in the IR, using two slots.Mike Pall2016-05-231-2/+6
* | Load SIMD constants with IR_FLOAD from GG_State.Mike Pall2016-05-211-1/+1
* | LJ_GC64: Introduce IRT_PGC.Mike Pall2016-05-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | Merge branch 'master' into v2.1Mike Pall2015-03-021-3/+8
|\|