aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_arm.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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