aboutsummaryrefslogtreecommitdiff
path: root/src/lj_opt_loop.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
| |
* | Handle on-trace OOM errors from helper functions.Mike Pall2021-03-231-0/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
| |
* | Improve assertions.Mike Pall2020-06-151-2/+3
| |
* | Optimize table length computation with hinting.Mike Pall2020-05-271-4/+6
| | | | | | | | 10x faster on loop with t[#t+1] = x idiom. Also used by table.insert.
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2019-01-101-4/+4
|\|
| * Fix overflow of snapshot map offset.Mike Pall2019-01-101-4/+4
| | | | | | | | Thanks to Yichun Zhang.
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
| |
* | Use own buffer for LOOP substitution table.Mike Pall2014-02-011-6/+20
| | | | | | | | Conflicted with the use of lj_buf_cat2str() in lj_opt_fold.c.
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2013-10-261-16/+15
|\|
| * Fix handling of redundant PHIs.Mike Pall2013-10-261-16/+15
| |
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-1/+0
| |
* | String buffer refactoring, part 1.Mike Pall2013-02-271-2/+2
|/ | | | | Move string buffer handling to lj_buf.*. Use common buffer resizing function.
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Remove stray comment.Mike Pall2012-05-091-1/+1
|
* Add required PHIs for implicit conversions (via XREF fwd).Mike Pall2012-04-191-21/+29
|
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* Do not eliminate PHIs only referenced from other PHIs.Mike Pall2011-11-241-13/+41
|
* Keep maximum frame extent in snap->topslot.Mike Pall2011-11-201-0/+1
|
* Get rid of snap->depth.Mike Pall2011-11-201-9/+9
|
* Eliminate some rare occurrences of redundant PHIs.Mike Pall2011-11-141-4/+8
|
* Add potential PHI for number conversions due to type instability, too.Mike Pall2011-08-171-5/+16
|
* DUALNUM: Handle integer type in JIT compiler.Mike Pall2011-03-101-3/+6
|
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* Refactoring of conversion ops, part 4: use CONV instead of TOINT/TONUM.Mike Pall2010-12-311-1/+1
| | | | Also narrow CONV.int.num and CONV.i64.num.
* Do not eliminate PHIs for values only referenced from side exits.Mike Pall2010-06-301-23/+28
|
* Fix PHI elimination: mark right PHI as used, too.Mike Pall2010-04-281-1/+5
|
* Add shadow frame link stack for trace recorder.Mike Pall2010-02-041-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 Pall2010-01-261-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 Pall2010-01-251-5/+5
| | | | Preparatory work for compressed snapshots.
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
|
* Adapt primary inbound calls in x64 interpreter.Mike Pall2009-12-171-1/+1
| | | | Change argument order for lj_vm_cpcall() to simplify x64 interpreter.
* Fast forward to sync public repo.Mike Pall2009-12-081-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-hotfix2Mike Pall2009-12-081-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-beta2Mike Pall2009-12-081-1/+1
|