summaryrefslogtreecommitdiff
path: root/src/lj_iropt.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2022-01-151-1/+1
|
* Bump copyright date.Mike Pall2021-01-021-1/+1
|
* Bump copyright date.Mike Pall2020-01-201-1/+1
|
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
|
* Fix handling of non-numeric strings in arithmetic coercions.Mike Pall2016-04-211-2/+2
| | | | Thanks to Vyacheslav Egorov.
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+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
| | | | | | | Add generic HIOP instruction for extra backend functionality. Add support for HIOP to x86 backend. Use POWI for 64 bit integer x^k, too. POWI is lowered to a call by SPLIT or the x64 backend.
* Differentiate between IR_KPTR and IR_KKPTR.Mike Pall2011-01-191-1/+3
| | | | | | | IR_KPTR holds a const pointer to possibly non-const content. IR_KKPTR holds a const pointer to definitely const content. Note that only content known by the VM to be const qualifies. Content tagged as const by users (e.g. const char *) doesn't.
* 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
| | | | | | | | Compile math.sinh(), math.cosh(), math.tanh() and math.random(). Compile various io.*() functions. Drive the GC forward on string allocations in the parser. Improve KNUM fuse vs. load heuristics. Add abstract C call handling to IR.
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+128