aboutsummaryrefslogtreecommitdiff
path: root/src/lj_arch.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* PPC: Add dual-number mode interpreter. Enable by default.Mike Pall2011-07-251-1/+1
|
* PPC: Add dual-number mode interpreter.Mike Pall2011-07-131-2/+0
|
* Cleanup single-number vs. dual-number mode selection.Mike Pall2011-07-131-8/+14
|
* PPC: Add build rules for PPC interpreter (non-functional, yet).Mike Pall2011-07-031-0/+14
|
* PPC: Untangle PPC vs. PPCSPE target defines.Mike Pall2011-07-021-2/+1
|
* More fixes for the Solaris/x86 build. Thanks to Will Metcalf.Mike Pall2011-06-141-1/+2
|
* ARM: Enable JIT compiler (except for iOS).Mike Pall2011-06-021-0/+3
|
* ARM: Unify rotates to simplify assembler backend.Mike Pall2011-05-231-0/+2
|
* Cleanup of target dependencies.Mike Pall2011-05-161-0/+3
|
* ARM: Add LJ_SOFTFP define. Add support for soft-float slot handling.Mike Pall2011-05-161-0/+2
|
* ARM: Fix ABI and build issues for iOS. Now works on iOS 3.0+.Mike Pall2011-04-281-2/+2
|
* ARM: Use own lj_bswap(). Reduce min. req. version of GCC to 4.2.Mike Pall2011-04-281-1/+5
|
* ARM: Allow compilation in thumb mode (CCOPT_ARM=-mthumb).Mike Pall2011-04-181-3/+0
|
* ARM: Add missing FFI functionality. Enable FFI for ARM.Mike Pall2011-04-181-1/+0
|
* ARM: Enable ARM port.Mike Pall2011-04-171-1/+0
|
* ARM: Add partial support for FFI.Mike Pall2011-04-161-1/+1
|
* DUALNUM: Add build infrastructure.Mike Pall2011-02-171-0/+12
| | | | Note: DUALNUM is disabled by default and won't work yet.
* PPC: Disable FFI due to NYI: comparisons and calls.Mike Pall2011-02-141-0/+1
|
* ARM: Add ARM target architecture selection (disabled).Mike Pall2011-01-251-6/+36
|
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* POSIX is an acronym.Mike Pall2010-12-041-1/+1
|
* FFI: Add define to disable the FFI library.Mike Pall2010-11-301-0/+7
|
* Add shorter defines for endianess checks.Mike Pall2010-11-281-3/+4
|
* Cleanup architecture, ABI and OS definitions.Mike Pall2010-11-161-5/+63
|
* PPC: Add frame unwind info for assembler part.Mike Pall2010-09-281-0/+3
| | | | Add define for target-specific exception handler return register.
* Fix checks for minimum required compiler versions.Mike Pall2010-09-281-0/+17
|
* PPC: Clean up masked shift/rotate target settings.Mike Pall2010-08-291-11/+10
|
* PPC: Add PowerPC target architecture selection.Mike Pall2010-08-251-3/+44
|
* Enable JIT compiler for x64.Mike Pall2010-02-281-1/+0
| | | | | | | Only works on Linux/x64 and Windows/x64 right now. Force an x64 build on Linux/x64 with: make CC="gcc -m64" NYI: handle on-trace OOM errors. NYI: improve register allocation for x64.
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
|
* Save all callee-saved x64 integer regs for unwinding.Mike Pall2009-12-291-1/+1
| | | | | Temporary measure. Does not cover xmm saves on WIN64. May have to use unwind info or waste another 160 bytes per CFRAME.
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+88