aboutsummaryrefslogtreecommitdiff
path: root/src/ljamalg.c (follow)
Commit message (Expand)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
* | String buffers, part 1: object serialization.Mike Pall2021-03-251-0/+2
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Use a securely seeded global PRNG for the VM.Mike Pall2020-06-151-0/+1
* | Improve assertions.Mike Pall2020-06-151-0/+1
* | Cleanup CPU detection and tuning for old CPUs.Mike Pall2020-05-201-10/+0
* | 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 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
* | Use internal implementation for converting FP numbers to strings.Mike Pall2016-02-261-0/+1
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | 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-12-211-1/+1
|\|
| * Fix MinGW build.Mike Pall2013-12-211-1/+1
* | Merge branch 'master' into v2.1Mike Pall2013-09-031-1/+1
|\|
| * Recent GCC versions need more memory.Mike Pall2013-09-031-1/+1
* | Add low-overhead profiler. Part 1: interpreter, low-level C API.Mike Pall2013-09-021-0/+1
* | Refactor string.format().Mike Pall2013-05-121-0/+1
* | String buffer refactoring, part 1.Mike Pall2013-02-271-0/+1
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* Move load/dump functions to lj_load.c. Add load modes.Mike Pall2012-09-211-0/+1
* Replace strtod() with builtin string to number conversion.Mike Pall2012-08-251-0/+1
* Add allocation sinking and store sinking optimization.Mike Pall2012-07-021-0/+1
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* FFI: Add callback support (for x86/x64).Mike Pall2011-11-141-0/+1
* Spelling.Mike Pall2011-11-041-1/+1
* Add support for bytecode loading/saving.Mike Pall2011-06-131-0/+2
* Move debugging/introspection functionality to lj_debug.c.Mike Pall2011-06-071-0/+1
* Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian.Mike Pall2011-06-031-0/+1
* Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs.Mike Pall2011-02-021-0/+1
* FFI: Move code for cdata arithmetic to lj_carith.c.Mike Pall2011-01-261-0/+1
* FFI: Add ffi.load() and ffi.C default namespace.Mike Pall2011-01-101-0/+5
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* FFI: Add support for calling C functions.Mike Pall2011-01-061-0/+1
* FFI: Record cdata index operations (preliminary, lots of NYI cases).Mike Pall2010-12-081-0/+1
* Split off fast function recording to lj_ffrecord.c.Mike Pall2010-12-051-0/+1
* FFI: Add ffi.* library.Mike Pall2010-12-051-0/+1
* FFI: Add C declaration parser.Mike Pall2010-12-051-0/+1
* FFI: Add C data handling and C type conversions.Mike Pall2010-12-051-0/+2