aboutsummaryrefslogtreecommitdiff
path: root/src/lj_iropt.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | Consistently use 64 bit constants for 64 bit IR instructions.Mike Pall2023-09-211-0/+6
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | Revert to trival pow() optimizations to prevent inaccuracies.Mike Pall2022-03-081-1/+0
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | String buffers, part 3d: Compile string buffer methods and functions.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
* | Optimize table length computation with hinting.Mike Pall2020-05-271-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | MIPS64: Add soft-float support to JIT compiler backend.Mike Pall2017-06-071-1/+1
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | Strip out old infrastructure for 64 bit constants.Mike Pall2016-05-231-3/+0
* | Embed 64 bit constants directly in the IR, using two slots.Mike Pall2016-05-231-1/+1
* | Simplify GCtrace * reference embedding for trace stitching.Mike Pall2016-05-221-0/+1
* | Load SIMD constants with IR_FLOAD from GG_State.Mike Pall2016-05-211-2/+2
* | Add IR_FLOAD with REF_NIL for field loads from GG_State.Mike Pall2016-05-211-0/+2
* | Merge branch 'master' into v2.1Mike Pall2016-04-211-2/+2
|\|
| * Fix handling of non-numeric strings in arithmetic coercions.Mike Pall2016-04-211-2/+2
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | Re-enable trace stitching.Mike Pall2015-08-291-0/+1
|/
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* Add allocation sinking and store sinking optimization.Mike Pall2012-07-021-0/+1
* Add HREFK forwarding. Eliminate HREFK guard for TDUP refs.Mike Pall2012-06-281-0/+1
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* Add narrowing of modulo operator.Mike Pall2011-06-031-1/+1
* Split up FP IR instructions with SPLIT pass for soft-float targets.Mike Pall2011-05-221-1/+1
* Move IR_CALL* definitions to lj_ircall.h.Mike Pall2011-05-221-1/+0
* DUALNUM: Narrow unary minus.Mike Pall2011-03-151-0/+1
* DUALNUM: Add integer variant of MIN/MAX.Mike Pall2011-03-111-0/+1
* DUALNUM: Handle integer type in JIT compiler.Mike Pall2011-03-101-3/+9
* Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs.Mike Pall2011-02-021-0/+6
* Differentiate between IR_KPTR and IR_KKPTR.Mike Pall2011-01-191-1/+3
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* Improve uint64_t <-> FP conversions in x64 backend.Mike Pall2011-01-021-0/+1
* Add alias analysis for XLOAD/XSTORE. Add DSE for XSTORE.Mike Pall2010-12-121-0/+1
* Extend all FOLD rules to work on 64 bit integers.Mike Pall2010-12-111-0/+1
* FFI: Record cdata index operations (preliminary, lots of NYI cases).Mike Pall2010-12-081-0/+6
* Add IR_XSTORE.Mike Pall2010-12-061-0/+1
* Add IR_KINT64.Mike Pall2010-12-051-9/+10
* Improve FOLD/CSE of field loads and array/hash refs across NEWREF.Mike Pall2010-09-211-0/+1
* Fold HREF of TNEW/TDUP to niltv. Fold HLOAD of niltv to nil.Mike Pall2010-03-281-0/+1