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 | 2024-08-24 | 1 | -1/+2 |
|\| | |||||
| * | Fix limit check in narrow_conv_backprop(). | Mike Pall | 2024-08-24 | 1 | -1/+2 |
| | | | | | | | | Thanks to Sergey Kaplun. #1262 | ||||
* | | 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 |
| | | |||||
* | | Revert to trival pow() optimizations to prevent inaccuracies. | Mike Pall | 2022-03-08 | 1 | -24/+0 |
| | | |||||
* | | Fix pow() optimization inconsistencies. | Mike Pall | 2022-01-24 | 1 | -9/+3 |
| | | |||||
* | | 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 |
| | | |||||
* | | 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 | -8/+9 |
| | | |||||
* | | Remove pow() splitting and cleanup backends. | Mike Pall | 2020-05-23 | 1 | -14/+6 |
| | | |||||
* | | Fix narrowing of unary minus. | Mike Pall | 2020-05-22 | 1 | -2/+7 |
| | | |||||
* | | 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 | 2017-01-17 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | | |||||
* | | Load SIMD constants with IR_FLOAD from GG_State. | Mike Pall | 2016-05-21 | 1 | -1/+1 |
|/ | | | | Contributed by Peter Cawley. | ||||
* | Fix handling of non-numeric strings in arithmetic coercions. | Mike Pall | 2016-04-21 | 1 | -20/+22 |
| | | | | Thanks to Vyacheslav Egorov. | ||||
* | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -3/+2 |
| | |||||
* | Fix narrowing of TOBIT. | Mike Pall | 2015-06-10 | 1 | -5/+2 |
| | |||||
* | Fix stack check in narrowing optimization. | Mike Pall | 2015-04-28 | 1 | -3/+11 |
| | | | | Thanks to Robert Nix. | ||||
* | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Replace strtod() with builtin string to number conversion. | Mike Pall | 2012-08-25 | 1 | -6/+6 |
| | |||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | Avoid conversion narrowing of arithmetic with large constants. | Mike Pall | 2011-08-26 | 1 | -1/+2 |
| | |||||
* | x64: Fix result type of cdata index conversions. | Mike Pall | 2011-08-11 | 1 | -1/+1 |
| | |||||
* | Add narrowing of modulo operator. | Mike Pall | 2011-06-03 | 1 | -8/+8 |
| | |||||
* | DUALNUM: Narrow unary minus. | Mike Pall | 2011-03-15 | 1 | -0/+15 |
| | |||||
* | DUALNUM: Handle integer type in JIT compiler. | Mike Pall | 2011-03-10 | 1 | -38/+195 |
| | |||||
* | Fix narrowing of POW. | Mike Pall | 2011-03-03 | 1 | -8/+12 |
| | |||||
* | Rename IR_POWI to IR_POW. | Mike Pall | 2011-02-02 | 1 | -1/+1 |
| | |||||
* | 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 | -34/+55 |
| | | | | Also narrow CONV.int.num and CONV.i64.num. | ||||
* | Apply narrowing optimization to IR_TOI64, too. | Mike Pall | 2010-12-08 | 1 | -10/+23 |
| | |||||
* | Fix some uses of tref_isint(). | Mike Pall | 2010-02-18 | 1 | -2/+2 |
| | |||||
* | Cleanup types for narrowing stack machine. | Mike Pall | 2010-01-27 | 1 | -28/+35 |
| | |||||
* | 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 | -1/+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/+430 |