aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_mips.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Add LJ_FR2 mode: Two-slot frame info.Mike Pall2015-01-031-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-02-201-2/+3
|\|
| * Prevent BASE register coalescing if parent uses IR_RETF.Mike Pall2014-02-191-2/+3
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Low-overhead profiler, part 4: JIT compiler support.Mike Pall2013-09-081-0/+11
* | Save currently executing lua_State in g->cur_L.Mike Pall2013-08-301-1/+1
* | FFI: Compile VLA/VLS and large cdata allocs with default initialization.Mike Pall2013-05-241-15/+29
* | Merge branch 'master' into v2.1Mike Pall2013-05-161-2/+2
|\|
| * Handle calls with max. args in backends even after SPLIT.Mike Pall2013-05-161-2/+2
* | Refactor CCallInfo representation for split arguments.Mike Pall2013-05-131-2/+2
* | Combine IR instruction dispatch for all assembler backends.Mike Pall2013-04-221-137/+44
* | Use same HREF+EQ/NE optimization in all assembler backends.Mike Pall2013-04-221-18/+30
* | Reorganize generic operations common to all assembler backends.Mike Pall2013-04-221-95/+2
* | Compile string concatenations (BC_CAT).Mike Pall2013-04-211-0/+5
* | Merge branch 'master' into v2.1Mike Pall2013-04-041-0/+1
|\|
| * Fix spurious red zone overflows in machine code generation.Mike Pall2013-04-041-0/+1
* | Merge branch 'master' into v2.1Mike Pall2013-02-281-0/+1
|\|
| * MIPS: Fix cache flush/sync for JIT-compiled code jump area.Mike Pall2013-02-281-0/+1
* | Remove obsolete non-truncating number to integer conversions.Mike Pall2013-02-231-1/+1
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* MIPS: Compile math.sqrt() to sqrt.d instruction.Mike Pall2012-10-151-0/+2
* ARM, MIPS: Fix workaround for argument GPRs vs. FPR remat.Mike Pall2012-10-151-1/+1
* ARM, PPC, MIPS: Improve XLOAD operand fusion and register hinting.Mike Pall2012-08-271-1/+1
* Replace strtod() with builtin string to number conversion.Mike Pall2012-08-251-1/+1
* MIPS: Don't use argument GPRs to rematerialize FPR arguments.Mike Pall2012-08-191-11/+20
* MIPS: Fix calls to floor/ceil/trunc.Mike Pall2012-08-191-7/+5
* Remove unneeded snapshot preps for sunk stores.Mike Pall2012-07-031-17/+5
* Avoid pesky compiler warnings about C++ keywords (eh?).Mike Pall2012-07-031-5/+5
* Add allocation sinking and store sinking optimization.Mike Pall2012-07-021-13/+30
* Add explicit IR_GCSTEP instruction.Mike Pall2012-07-021-1/+2
* Use HIOP for XSTORE in SPLIT pass.Mike Pall2012-07-021-14/+24
* MIPS: Integrate and enable JIT compiler.Mike Pall2012-03-301-0/+1949