Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FFI: Compile calls to stdcall, fastcall and vararg functions. | Mike Pall | 2011-10-27 | 1 | -3/+7 |
* | Fix handling of alignment arguments (nil) to CALLX. | Mike Pall | 2011-10-24 | 1 | -1/+1 |
* | Generalize handling of stack checks indicated by highest exit + 1. | Mike Pall | 2011-10-24 | 1 | -1/+0 |
* | FFI: Cleanup/fix 64 bit arithmetic in assembler backend. | Mike Pall | 2011-10-22 | 1 | -27/+19 |
* | Cleanup various endianess issues in assembler backend. | Mike Pall | 2011-10-22 | 1 | -3/+3 |
* | Don't fuse colocated array offsets without -Ofuse. | Mike Pall | 2011-10-19 | 1 | -1/+1 |
* | ARM: Fix HREFK code generation. | Mike Pall | 2011-09-21 | 1 | -1/+1 |
* | Use some register allocator helpers for multiple architectures. | Mike Pall | 2011-09-05 | 1 | -67/+0 |
* | Reorganize trace linking and track link types. | Mike Pall | 2011-06-28 | 1 | -2/+1 |
* | ARM: Fuse XLOAD/XSTORE operands. | Mike Pall | 2011-06-05 | 1 | -52/+138 |
* | Add narrowing of modulo operator. | Mike Pall | 2011-06-03 | 1 | -1/+12 |
* | ARM: Add ARM-specific assembler backend. | Mike Pall | 2011-06-02 | 1 | -0/+1763 |