aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_arm.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove pow() splitting and cleanup backends.Mike Pall2020-05-231-9/+1
|
* Cleanup math function compilation and fix inconsistencies.Mike Pall2020-05-221-1/+0
|
* Fix math.min()/math.max() inconsistencies.Mike Pall2020-05-221-3/+3
|
* Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\
| * Bump copyright date.Mike Pall2020-01-201-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2019-04-291-21/+23
|\|
| * ARM: Fix GCC 7 -Wimplicit-fallthrough warnings.Mike Pall2019-04-291-2/+2
| |
| * ARM: Fix condition code check fusion.Mike Pall2019-04-291-13/+15
| | | | | | | | Reported by Qingjun Wei.
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
| |
* | Add IR_FLOAD with REF_NIL for field loads from GG_State.Mike Pall2016-05-211-14/+18
| | | | | | | | Contributed by Peter Cawley.
* | Merge branch 'master' into v2.1Mike Pall2016-05-201-1/+0
|\|
| * Add guard for obscure aliasing between open upvalues and SSA slots.Mike Pall2016-05-201-1/+0
| | | | | | | | Thanks to Peter Cawley.
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2016-02-101-1/+1
|\|
| * Don't allocate unused 2nd result register in JIT compiler backend.Mike Pall2016-02-101-1/+1
| |
* | Generalize LJ_SOFTFP dependencies in lj_asm.c.Mike Pall2016-02-091-11/+1
| |
* | 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/+5
|\|
| * Prevent BASE register coalescing if parent uses IR_RETF.Mike Pall2014-02-191-2/+5
| |
* | 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/+10
| |
* | Save currently executing lua_State in g->cur_L.Mike Pall2013-08-301-4/+4
| | | | | | | | | | | | This is only a good approximation due to deficiencies in the design of the Lua/C API. It indicates _some_ valid state that is/was executing. Also reorder L->cframe stores to achieve a synchronously consistent state.
* | Merge branch 'master' into v2.1Mike Pall2013-07-311-7/+7
|\|
| * ARM: Fix register allocation when rematerializing FPRs.Mike Pall2013-07-311-7/+7
| |
* | FFI: Compile VLA/VLS and large cdata allocs with default initialization.Mike Pall2013-05-241-10/+19
| |
* | 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-185/+113
| |
* | Merge branch 'master' into v2.1Mike Pall2013-04-221-3/+8
|\|
| * Fix compiler warning.Mike Pall2013-04-221-3/+8
| |
* | Reorganize generic operations common to all assembler backends.Mike Pall2013-04-221-99/+3
| |
* | Compile string concatenations (BC_CAT).Mike Pall2013-04-211-0/+5
|/
* ARM: Fix cache flush/sync for exit stubs of JIT-compiled code.Mike Pall2013-02-281-0/+1
|
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* ARM: Fix code generation for integer math.min/math.max.Mike Pall2012-12-021-2/+2
|
* ARM: Fix armhf call argument handling.Mike Pall2012-12-021-1/+1
|
* ARM: Drop hard-fp variants of floor/ceil/trunc.Mike Pall2012-10-151-8/+16
| | | | Soft-fp variants are faster on a Cortex-A9. Duh.
* 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
|
* ARM: Fix base register coalescing.Mike Pall2012-08-251-3/+6
|
* ARM: Fix commit ceaa60c0.Mike Pall2012-08-251-2/+5
|
* ARM: Don't use argument GPRs to rematerialize FPR arguments.Mike Pall2012-08-191-4/+15
|
* ARM: Fix calls to hard-float floor/ceil/trunc.Mike Pall2012-08-191-1/+2
|