Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix dump of bytecode instructions with missing operands. | Mike Pall | 2010-02-11 | 1 | -4/+5 |
| | |||||
* | Fix snapshot dumps. | Mike Pall | 2010-01-28 | 1 | -1/+1 |
| | |||||
* | Expose compressed snapshot map to reflection API. | Mike Pall | 2010-01-27 | 1 | -17/+14 |
| | | | | Update jit.dump module and restore printing of frame separators. | ||||
* | Decouple guard vs. INT check vs. TYPECHECK semantics for SLOAD. | Mike Pall | 2010-01-19 | 1 | -1/+2 |
| | |||||
* | Improve alias analysis of upvalues using a disambiguation hash value. | Mike Pall | 2010-01-09 | 1 | -0/+2 |
| | | | | | | | | All upvalue objects hold a disambiguation hash value now. It's built from the parent prototype and the slot number. Different hash values imply the upvalues cannot alias. Same hash values don't imply anything (collision or different closures). Upvalue disambiguation makes use of a reduced hash due to IR contraints. | ||||
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 5 | -5/+5 |
| | |||||
* | Show memory operand size in cvtsi2sd/cvtsi2ss disassembly. | Mike Pall | 2009-12-10 | 1 | -1/+1 |
| | |||||
* | Fast forward to sync public repo. | Mike Pall | 2009-12-08 | 2 | -8/+34 |
| | | | | | | | | 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-beta1 | Mike Pall | 2009-12-08 | 6 | -0/+1749 |