Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ARM: Add CPU detection. | Mike Pall | 2011-05-26 | 1 | -1/+1 | |
| | ||||||
* | Use common helper functions for unaligned loads. | Mike Pall | 2011-05-09 | 1 | -0/+26 | |
| | ||||||
* | ARM: Use own lj_bswap(). Reduce min. req. version of GCC to 4.2. | Mike Pall | 2011-04-28 | 1 | -1/+23 | |
| | ||||||
* | Get rid of the remaining silly cast macros from Lua. | Mike Pall | 2011-03-10 | 1 | -6/+0 | |
| | ||||||
* | DUALNUM: Add integer type to core VM. | Mike Pall | 2011-02-17 | 1 | -1/+0 | |
| | ||||||
* | Improve static assertion macro. | Mike Pall | 2011-02-07 | 1 | -0/+5 | |
| | ||||||
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 | |
| | ||||||
* | Add 64 bit bswap and rotates. | Mike Pall | 2010-12-11 | 1 | -2/+20 | |
| | ||||||
* | Add IR_KINT64. | Mike Pall | 2010-12-05 | 1 | -1/+2 | |
| | ||||||
* | Cleanup 64 bit IR type handling. | Mike Pall | 2010-12-05 | 1 | -0/+1 | |
| | ||||||
* | Fix checks for minimum required compiler versions. | Mike Pall | 2010-09-28 | 1 | -5/+1 | |
| | ||||||
* | Untangle some target dependencies. | Mike Pall | 2010-08-03 | 1 | -1/+6 | |
| | ||||||
* | Drop obsolete shadow frame link stack. | Mike Pall | 2010-02-18 | 1 | -1/+0 | |
| | ||||||
* | Major redesign of function call handling. | Mike Pall | 2010-02-13 | 1 | -8/+4 | |
| | | | | | | | | | | | Drop call gates. Use function headers, dispatched like bytecodes. Emit BC_FUNCF/BC_FUNCV bytecode at PC 0 for all Lua functions. C functions and ASM fast functions get extra bytecodes. Modify internal calling convention: new base in BASE (formerly in RA). Can now use better C function wrapper semantics (dynamic on/off). Prerequisite for call hooks with zero-overhead if disabled. Prerequisite for compiling recursive calls. Prerequisite for efficient 32/64 bit prototype guards. | |||||
* | Add shadow frame link stack for trace recorder. | Mike Pall | 2010-02-04 | 1 | -0/+1 | |
| | | | | | Simplifies snapshots. Prerequisite for pre-call snapshots. Increases consistency for fast function calls, too. | |||||
* | Add some sanity checks for allocator in 64 bit mode. | Mike Pall | 2010-01-18 | 1 | -0/+1 | |
| | ||||||
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 1 | -1/+1 | |
| | ||||||
* | Fast forward to sync public repo. | Mike Pall | 2009-12-08 | 1 | -0/+1 | |
| | | | | | | | | 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 | 1 | -0/+226 | |