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