aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Define x64 interpreter frame and cleanup use of stack temps.Mike Pall2009-12-162-106/+175
|
* Unify interpreter reg saves/restores for WIN64 prolog/epilog req.Mike Pall2009-12-152-801/+800
|
* First bunch of register definitions for x64 interpreter.Mike Pall2009-12-151-14/+70
|
* Allow 32 bit regs for indexing even for DynASM x64.Mike Pall2009-12-151-4/+5
|
* Make DynASM conditionals available before .arch statement.Mike Pall2009-12-151-1/+5
|
* Add usage message for mov64 to DynASM x64.Mike Pall2009-12-151-0/+1
|
* Fix off-by-one error in err_chunkid().Mike Pall2009-12-141-1/+1
|
* Add support for 64 bit immediates/displacements to DynASM x64.Mike Pall2009-12-131-7/+47
|
* Pick unused X char to force REX.W in DynASM x64.Mike Pall2009-12-101-7/+7
|
* Add 64 bit instruction templates to DynASM x64 and fix REX encoding.Mike Pall2009-12-101-47/+66
|
* Show memory operand size in cvtsi2sd/cvtsi2ss disassembly.Mike Pall2009-12-101-1/+1
|
* Add REX encoding to DynASM x64.Mike Pall2009-12-101-32/+45
|
* Add DynASM x64 module (non-functional). Add extra x64 registers.Mike Pall2009-12-102-19/+57
|
* Fix text about x64 port in status page.Mike Pall2009-12-091-5/+4
|
* Reorg Makefile to allow more overrides on the make command line.Mike Pall2009-12-081-33/+41
|
* Remove asm auto-detection due to cross-compilation issues.Mike Pall2009-12-083-12/+5
|
* Add DynASM-built files to public repo.Mike Pall2009-12-082-1/+1730
|
* Fast forward to sync public repo.Mike Pall2009-12-0844-761/+1213
| | | | | | | | Compile math.sinh(), math.cosh(), math.tanh() and math.random(). Compile various io.*() functions. Drive the GC forward on string allocations in the parser. Improve KNUM fuse vs. load heuristics. Add abstract C call handling to IR.
* LuaJIT-2.0.0-beta2 hotfix #2v2.0.0-beta2-hotfix2Mike Pall2009-12-083-11/+20
| | | | | | Fix lua_tocfunction(). Fix cutoff register in JMP bytecode for some conditional expressions. Fix PHI marking algorithm for references from variant slots.
* LuaJIT 2.0.0-beta2 hotfix #1Mike Pall2009-12-082-3/+2
| | | | | Fix LUA_XCPATH. Fix DWARF unwinding info for OSX.
* RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2Mike Pall2009-12-0846-390/+1238
|
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-08122-0/+42143