summaryrefslogtreecommitdiff
path: root/src/lj_target_x86.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add x64 call argument setup. More 32/64 bit cleanups in assembler.Mike Pall2010-02-251-5/+21
|
* Major 32/64 bit cleanups in assembler and exit handling.Mike Pall2010-02-241-10/+16
| | | | | | | | | Add 64 bit lightuserdata handling. Keep the tagged 64 bit value. Allocate/save/restore 64 bit spill slots for 64 bit lightuserdata. Fix code generation for 64 bit loads/stores/moves/compares. Fix code generation for stack pointer adjustments. Add fixed spill slot definitions for x64. Reduce reserved spill slots. Disable STRREF + ADD fusion in 64 bit mode (avoid negative 32 bit ofs).
* Fix exit state for 64 bit mode.Mike Pall2010-02-241-1/+1
|
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
|
* Change callee-save regs for x64 interpreter to shorten code.Mike Pall2009-12-281-0/+5
|
* Fast forward to sync public repo.Mike Pall2009-12-081-2/+9
| | | | | | | | 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.
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+257