Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into v2.1 | Mike Pall | 2025-01-13 | 1 | -1/+1 |
|\ | |||||
| * | Bump copyright date. | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | | |||||
* | | Handle on-trace OOM errors from helper functions. | Mike Pall | 2021-03-23 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| | | |||||
* | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -2/+3 |
| | | |||||
* | | Optimize table length computation with hinting. | Mike Pall | 2020-05-27 | 1 | -4/+6 |
| | | | | | | | | 10x faster on loop with t[#t+1] = x idiom. Also used by table.insert. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-01-10 | 1 | -4/+4 |
|\| | |||||
| * | Fix overflow of snapshot map offset. | Mike Pall | 2019-01-10 | 1 | -4/+4 |
| | | | | | | | | Thanks to Yichun Zhang. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | | |||||
* | | Use own buffer for LOOP substitution table. | Mike Pall | 2014-02-01 | 1 | -6/+20 |
| | | | | | | | | Conflicted with the use of lj_buf_cat2str() in lj_opt_fold.c. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-10-26 | 1 | -16/+15 |
|\| | |||||
| * | Fix handling of redundant PHIs. | Mike Pall | 2013-10-26 | 1 | -16/+15 |
| | | |||||
* | | Big renaming of string buffer/formatting/conversion functions. | Mike Pall | 2013-05-13 | 1 | -1/+0 |
| | | |||||
* | | String buffer refactoring, part 1. | Mike Pall | 2013-02-27 | 1 | -2/+2 |
|/ | | | | | Move string buffer handling to lj_buf.*. Use common buffer resizing function. | ||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Remove stray comment. | Mike Pall | 2012-05-09 | 1 | -1/+1 |
| | |||||
* | Add required PHIs for implicit conversions (via XREF fwd). | Mike Pall | 2012-04-19 | 1 | -21/+29 |
| | |||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | Do not eliminate PHIs only referenced from other PHIs. | Mike Pall | 2011-11-24 | 1 | -13/+41 |
| | |||||
* | Keep maximum frame extent in snap->topslot. | Mike Pall | 2011-11-20 | 1 | -0/+1 |
| | |||||
* | Get rid of snap->depth. | Mike Pall | 2011-11-20 | 1 | -9/+9 |
| | |||||
* | Eliminate some rare occurrences of redundant PHIs. | Mike Pall | 2011-11-14 | 1 | -4/+8 |
| | |||||
* | Add potential PHI for number conversions due to type instability, too. | Mike Pall | 2011-08-17 | 1 | -5/+16 |
| | |||||
* | DUALNUM: Handle integer type in JIT compiler. | Mike Pall | 2011-03-10 | 1 | -3/+6 |
| | |||||
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
| | |||||
* | Refactoring of conversion ops, part 4: use CONV instead of TOINT/TONUM. | Mike Pall | 2010-12-31 | 1 | -1/+1 |
| | | | | Also narrow CONV.int.num and CONV.i64.num. | ||||
* | Do not eliminate PHIs for values only referenced from side exits. | Mike Pall | 2010-06-30 | 1 | -23/+28 |
| | |||||
* | Fix PHI elimination: mark right PHI as used, too. | Mike Pall | 2010-04-28 | 1 | -1/+5 |
| | |||||
* | Add shadow frame link stack for trace recorder. | Mike Pall | 2010-02-04 | 1 | -6/+6 |
| | | | | | Simplifies snapshots. Prerequisite for pre-call snapshots. Increases consistency for fast function calls, too. | ||||
* | Compress snapshots using a simple, extensible 1D-compression. | Mike Pall | 2010-01-26 | 1 | -81/+87 |
| | | | | | | Typically reduces storage overhead for snapshot maps by 60%. The extensible format is a prerequisite for the next redesign steps: Eliminate IR_FRAME and implement return-to-lower-frame. | ||||
* | Use dedicated type for snapshot map entry. | Mike Pall | 2010-01-25 | 1 | -5/+5 |
| | | | | Preparatory work for compressed snapshots. | ||||
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 1 | -1/+1 |
| | |||||
* | Adapt primary inbound calls in x64 interpreter. | Mike Pall | 2009-12-17 | 1 | -1/+1 |
| | | | | Change argument order for lj_vm_cpcall() to simplify x64 interpreter. | ||||
* | Fast forward to sync public repo. | Mike Pall | 2009-12-08 | 1 | -0/+6 |
| | | | | | | | | 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-hotfix2 | Mike Pall | 2009-12-08 | 1 | -7/+10 |
| | | | | | | Fix lua_tocfunction(). Fix cutoff register in JMP bytecode for some conditional expressions. Fix PHI marking algorithm for references from variant slots. | ||||
* | RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2 | Mike Pall | 2009-12-08 | 1 | -1/+1 |
| |