summaryrefslogtreecommitdiff
path: root/src/lj_iropt.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move SIMD constants to jit_State to keep them in the low 4GB.Mike Pall2010-02-241-4/+3
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
* Fast forward to sync public repo.Mike Pall2009-12-081-1/+5
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+128