Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into v2.1 | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | |||||
* | Add cross-32/64 bit and deterministic bytecode generation. | Mike Pall | 2024-01-22 | 1 | -41/+50 |
| | | | | Contributed by Peter Cawley. #993 #1008 | ||||
* | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| | |||||
* | Make embedded bytecode readable and forward-compatible. | Mike Pall | 2022-06-13 | 1 | -11/+36 |
| | |||||
* | Fix loop initialization in table.foreach(). | Mike Pall | 2022-05-20 | 1 | -2/+5 |
| | | | | Reported by Daniel Steinberg. | ||||
* | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Fix genlibbc. | Mike Pall | 2013-02-24 | 1 | -1/+1 |
| | |||||
* | Add special bytecodes for builtins. | Mike Pall | 2013-02-23 | 1 | -8/+100 |
| | | | | | BC_ISTYPE, BC_ISNUM: fast type checks/coercions. BC_TGETR, BC_TSETR: fast rawgeti/rawseti, no type checks for table/key. | ||||
* | Don't modify generated libbc header if unchanged. | Mike Pall | 2013-02-22 | 1 | -19/+56 |
| | |||||
* | Add support for embedding LuaJIT bytecode for builtins. | Mike Pall | 2013-02-22 | 1 | -0/+68 |