summaryrefslogtreecommitdiff
path: root/src/lj_asm_mips.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid negation of signed integers in C that may hold INT*_MIN.Mike Pall2022-12-221-1/+1
* Bump copyright date.Mike Pall2022-01-151-1/+1
* MIPS: Fix register allocation in assembly of HREF.Mike Pall2021-10-021-3/+5
* Bump copyright date.Mike Pall2021-01-021-1/+1
* Prevent patching of the GC exit check branch.Mike Pall2020-09-271-1/+6
* Bump copyright date.Mike Pall2020-01-201-1/+1
* MIPS: Fix handling of spare long-range jump slots.Mike Pall2017-06-071-4/+5
* MIPS: Use precise search for exit jump patching.Mike Pall2017-06-071-1/+5
* MIPS: Fix emitted code for U32 to float conversion.Mike Pall2017-02-201-11/+7
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* Add guard for obscure aliasing between open upvalues and SSA slots.Mike Pall2016-05-201-1/+0
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* Don't allocate unused 2nd result register in JIT compiler backend.Mike Pall2016-02-101-1/+1
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* Prevent BASE register coalescing if parent uses IR_RETF.Mike Pall2014-02-191-2/+3
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* Handle calls with max. args in backends even after SPLIT.Mike Pall2013-05-161-2/+2
* Fix spurious red zone overflows in machine code generation.Mike Pall2013-04-041-0/+1
* MIPS: Fix cache flush/sync for JIT-compiled code jump area.Mike Pall2013-02-281-0/+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