aboutsummaryrefslogtreecommitdiff
path: root/src/lj_def.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2025-01-131-1/+1
|
* Bump copyright date.Mike Pall2023-08-201-1/+1
|
* 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
|
* Fix declarations of _BitScanForward/_BitScanReverse.Mike Pall2019-12-081-4/+4
| | | | Reported by Mumin Guler.
* More recent MSVC is partially C99 compliant.Mike Pall2019-12-081-2/+2
|
* 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
|
* Add PS Vita port.Mike Pall2014-04-271-2/+6
| | | | Thanks to Anton Stenmark.
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
|
* Fix rotate definitions for variable shifts.Mike Pall2013-03-131-2/+2
|
* Properly fix MSVC intrinsics for older versions.Mike Pall2013-02-241-3/+3
|
* Fix capitalization of 'Xbox'.Mike Pall2013-02-131-1/+1
|
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Add XBox 360 port.Mike Pall2013-01-211-3/+29
| | | | Thanks to Eddie Edwards.
* Remove fictitious Solaris define.Mike Pall2013-01-111-1/+1
|
* Allow using MSVC intrinsics with older versions.Mike Pall2013-01-031-0/+2
|
* Add missing declarations for MSVC intrinsics.Mike Pall2012-07-091-0/+5
|
* Bump some limits to accomodate SINK pass.Mike Pall2012-07-041-1/+1
|
* CONSOLE: Fix PS3 build.Mike Pall2012-06-101-1/+10
|
* CONSOLE: Handle unimplemented features for console toolchains.Mike Pall2012-06-091-1/+1
|
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* FFI: Add callback support (for x86/x64).Mike Pall2011-11-141-0/+2
|
* Increase max. number of exit stub groups to correspond with -Omaxsnap.Mike Pall2011-09-051-1/+1
|
* More fixes for the Solaris/x86 build. Thanks to Will Metcalf.Mike Pall2011-06-141-0/+2
|
* Add stdint.h replacement for Symbian. Sigh.Mike Pall2011-06-031-1/+13
|
* ARM: Add CPU detection.Mike Pall2011-05-261-1/+1
|
* Use common helper functions for unaligned loads.Mike Pall2011-05-091-0/+26
|
* ARM: Use own lj_bswap(). Reduce min. req. version of GCC to 4.2.Mike Pall2011-04-281-1/+23
|
* Get rid of the remaining silly cast macros from Lua.Mike Pall2011-03-101-6/+0
|
* DUALNUM: Add integer type to core VM.Mike Pall2011-02-171-1/+0
|
* Improve static assertion macro.Mike Pall2011-02-071-0/+5
|
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* Add 64 bit bswap and rotates.Mike Pall2010-12-111-2/+20
|
* Add IR_KINT64.Mike Pall2010-12-051-1/+2
|
* Cleanup 64 bit IR type handling.Mike Pall2010-12-051-0/+1
|
* Fix checks for minimum required compiler versions.Mike Pall2010-09-281-5/+1
|
* Untangle some target dependencies.Mike Pall2010-08-031-1/+6
|
* Drop obsolete shadow frame link stack.Mike Pall2010-02-181-1/+0
|
* Major redesign of function call handling.Mike Pall2010-02-131-8/+4
| | | | | | | | | | | Drop call gates. Use function headers, dispatched like bytecodes. Emit BC_FUNCF/BC_FUNCV bytecode at PC 0 for all Lua functions. C functions and ASM fast functions get extra bytecodes. Modify internal calling convention: new base in BASE (formerly in RA). Can now use better C function wrapper semantics (dynamic on/off). Prerequisite for call hooks with zero-overhead if disabled. Prerequisite for compiling recursive calls. Prerequisite for efficient 32/64 bit prototype guards.
* Add shadow frame link stack for trace recorder.Mike Pall2010-02-041-0/+1
| | | | | Simplifies snapshots. Prerequisite for pre-call snapshots. Increases consistency for fast function calls, too.
* Add some sanity checks for allocator in 64 bit mode.Mike Pall2010-01-181-0/+1
|
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
|
* Fast forward to sync public repo.Mike Pall2009-12-081-0/+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-beta1Mike Pall2009-12-081-0/+226