| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into v2.1 | Mike Pall | 2023-12-23 | 1 | -0/+2 |
|\ |
|
| * | Check for IR_HREF vs. IR_HREFK aliasing in non-nil store check. | Mike Pall | 2023-12-23 | 1 | -0/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2023-12-23 | 1 | -11/+9 |
|\| |
|
| * | Simplify handling of instable types in TNEW/TDUP load forwarding. | Mike Pall | 2023-12-23 | 1 | -11/+9 |
* | | Check for upvalue state transition in IR_UREFO. | Mike Pall | 2023-11-05 | 1 | -5/+10 |
* | | 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 | 2023-06-02 | 1 | -2/+2 |
|\| |
|
| * | Fix handling of instable types in TNEW/TDUP load forwarding. | Mike Pall | 2023-06-02 | 1 | -1/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2023-04-16 | 1 | -0/+6 |
|\| |
|
| * | Fix TDUP load forwarding after table rehash. | Mike Pall | 2023-04-16 | 1 | -0/+6 |
* | | Fix alias analysis for table length forwarding. | Mike Pall | 2022-05-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 |
* | | Fix HREFK forwarding vs. table.clear(). | Mike Pall | 2022-01-15 | 1 | -31/+32 |
* | | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN. | Mike Pall | 2021-09-19 | 1 | -1/+4 |
* | | String buffers, part 3d: Compile string buffer methods and functions. | Mike Pall | 2021-07-19 | 1 | -2/+26 |
* | | 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 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-10-12 | 1 | -20/+5 |
|\| |
|
| * | Ensure full init of IR_NOP instructions. | Mike Pall | 2020-10-12 | 1 | -20/+5 |
* | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -6/+9 |
* | | Optimize table length computation with hinting. | Mike Pall | 2020-05-27 | 1 | -35/+62 |
* | | 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-05-09 | 1 | -1/+2 |
|\| |
|
| * | Fix TNEW load forwarding with instable types. | Mike Pall | 2019-05-09 | 1 | -1/+2 |
* | | 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 |
* | | Embed 64 bit constants directly in the IR, using two slots. | Mike Pall | 2016-05-23 | 1 | -2/+2 |
* | | 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-02-18 | 1 | -0/+1 |
|\| |
|
| * | FFI: Prevent DSE across ffi.string(). | Mike Pall | 2015-02-18 | 1 | -0/+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 |
* | | Fix alias analysis for table.len vs. table.clear. | Mike Pall | 2014-04-01 | 1 | -9/+19 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-03-28 | 1 | -11/+9 |
|\| |
|
| * | FFI: Fix pseudo type conversions for type punning. | Mike Pall | 2014-03-28 | 1 | -11/+9 |
* | | 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 |
* | | Add table.clear(). | Mike Pall | 2013-11-25 | 1 | -1/+10 |
|/ |
|
* | Fix type punning alias analysis for constified pointers. | Mike Pall | 2013-11-07 | 1 | -4/+5 |
* | Improve ULOAD forwarding for open upvalues. | Mike Pall | 2013-06-18 | 1 | -3/+12 |
* | Inhibit DSE for implicit loads via calls. | Mike Pall | 2013-04-09 | 1 | -1/+1 |
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | FFI: Detect type punning through unions. | Mike Pall | 2012-08-27 | 1 | -16/+20 |
* | Add HREFK forwarding. Eliminate HREFK guard for TDUP refs. | Mike Pall | 2012-06-28 | 1 | -0/+26 |
* | Fix TDUP to HLOAD forwarding for DUALNUM builds. | Mike Pall | 2012-06-27 | 1 | -1/+4 |
* | Fix DSE of USTORE. Have to remove OBAR, too. | Mike Pall | 2012-04-11 | 1 | -0/+13 |