summaryrefslogtreecommitdiff
path: root/src/ljamalg.c
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2022-01-151-1/+1
* Bump copyright date.Mike Pall2021-01-021-1/+1
* Bump copyright date.Mike Pall2020-01-201-1/+1
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* Fix MinGW build.Mike Pall2013-12-211-1/+1
* Recent GCC versions need more memory.Mike Pall2013-09-031-1/+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
* FFI: Add C type management.Mike Pall2010-12-051-0/+1
* Rename character type handling from lj_ctype* to lj_char*.Mike Pall2010-11-091-1/+1
* Update docs for PPC port. Clarify and extend install instructions.Mike Pall2010-10-051-1/+1
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+70