summaryrefslogtreecommitdiff
path: root/src/lj_asm_arm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of snap->depth.Mike Pall2011-11-201-1/+1
* ARM: Fix code generation for type-check only softfp [AHUV]LOAD.Mike Pall2011-11-111-1/+1
* FFI: Compile calls to stdcall, fastcall and vararg functions.Mike Pall2011-10-271-3/+7
* Fix handling of alignment arguments (nil) to CALLX.Mike Pall2011-10-241-1/+1
* Generalize handling of stack checks indicated by highest exit + 1.Mike Pall2011-10-241-1/+0
* FFI: Cleanup/fix 64 bit arithmetic in assembler backend.Mike Pall2011-10-221-27/+19
* Cleanup various endianess issues in assembler backend.Mike Pall2011-10-221-3/+3
* Don't fuse colocated array offsets without -Ofuse.Mike Pall2011-10-191-1/+1
* ARM: Fix HREFK code generation.Mike Pall2011-09-211-1/+1
* Use some register allocator helpers for multiple architectures.Mike Pall2011-09-051-67/+0
* Reorganize trace linking and track link types.Mike Pall2011-06-281-2/+1
* ARM: Fuse XLOAD/XSTORE operands.Mike Pall2011-06-051-52/+138
* Add narrowing of modulo operator.Mike Pall2011-06-031-1/+12
* ARM: Add ARM-specific assembler backend.Mike Pall2011-06-021-0/+1763