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