summaryrefslogtreecommitdiff
path: root/src/lj_arch.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* Add XBox 360 port.Mike Pall2013-01-211-1/+1
* Remove fictitious Solaris define.Mike Pall2013-01-111-2/+1
* Fix PS3 build.Mike Pall2013-01-111-1/+1
* ARM: Handle armv7s arch defines.Mike Pall2012-12-101-1/+1
* Prevent erroneous x64 builds with non-native exception handling.Mike Pall2012-11-141-1/+5
* Fix Android/x86 build.Mike Pall2012-10-171-1/+1
* Add LJ_TARGET_UNALIGNED.Mike Pall2012-10-091-0/+6
* Use 0/1 macro for Lua 5.2 compatibility.Mike Pall2012-09-121-0/+7
* Add check for unsupported MIPS soft-float targets.Mike Pall2012-08-301-0/+4
* ARM: Enable VFP and hard-float ABI support.Mike Pall2012-08-091-5/+2
* ARM: Add VFP and hard-float ABI variants to JIT compiler.Mike Pall2012-08-091-0/+3
* Handle cross-compiles with FPU/no-FPU or hard-fp/soft-fp ABI mismatch.Mike Pall2012-07-291-5/+9
* Fix build issues on Cygwin and MinGW with optional MSys.Mike Pall2012-06-221-1/+5
* CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter.Mike Pall2012-06-131-0/+5
* CONSOLE: Minor PS3 build fixes.Mike Pall2012-06-101-1/+1
* CONSOLE: Fix PS3 build.Mike Pall2012-06-101-3/+3
* ARM/PPC: Detect more target arch variants. Detect console OS.Mike Pall2012-06-091-3/+62
* Fix check for minimum GCC version.Mike Pall2012-06-091-6/+6
* Rearrange OSX vs. iOS defines. Disable callbacks on iOS.Mike Pall2012-06-081-7/+11
* MIPS: Integrate and enable JIT compiler.Mike Pall2012-03-301-1/+0
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* MIPS: Add interpreter. Enable MIPS build rules.Mike Pall2012-01-231-3/+3
* MIPS: Add build rules (non-functional, yet).Mike Pall2011-12-151-0/+24
* ARM: Error out for attempt to compile with hard-float ABI.Mike Pall2011-12-101-0/+3
* PPC: Integrate and enable JIT compiler.Mike Pall2011-10-241-1/+0
* Allow selection of single-number vs. dual-number mode in Makefile.Mike Pall2011-10-241-0/+4
* Rearrange defines for workarounds to embedded operating systems.Mike Pall2011-10-191-0/+12
* PPC: Add machine-specific part of FFI.Mike Pall2011-08-011-1/+0
* PPC: Add dual-number mode interpreter. Enable by default.Mike Pall2011-07-251-1/+1
* PPC: Add dual-number mode interpreter.Mike Pall2011-07-131-2/+0
* Cleanup single-number vs. dual-number mode selection.Mike Pall2011-07-131-8/+14
* PPC: Add build rules for PPC interpreter (non-functional, yet).Mike Pall2011-07-031-0/+14
* PPC: Untangle PPC vs. PPCSPE target defines.Mike Pall2011-07-021-2/+1
* More fixes for the Solaris/x86 build. Thanks to Will Metcalf.Mike Pall2011-06-141-1/+2
* ARM: Enable JIT compiler (except for iOS).Mike Pall2011-06-021-0/+3
* ARM: Unify rotates to simplify assembler backend.Mike Pall2011-05-231-0/+2
* Cleanup of target dependencies.Mike Pall2011-05-161-0/+3
* ARM: Add LJ_SOFTFP define. Add support for soft-float slot handling.Mike Pall2011-05-161-0/+2
* ARM: Fix ABI and build issues for iOS. Now works on iOS 3.0+.Mike Pall2011-04-281-2/+2
* ARM: Use own lj_bswap(). Reduce min. req. version of GCC to 4.2.Mike Pall2011-04-281-1/+5
* ARM: Allow compilation in thumb mode (CCOPT_ARM=-mthumb).Mike Pall2011-04-181-3/+0
* ARM: Add missing FFI functionality. Enable FFI for ARM.Mike Pall2011-04-181-1/+0
* ARM: Enable ARM port.Mike Pall2011-04-171-1/+0
* ARM: Add partial support for FFI.Mike Pall2011-04-161-1/+1
* DUALNUM: Add build infrastructure.Mike Pall2011-02-171-0/+12
* PPC: Disable FFI due to NYI: comparisons and calls.Mike Pall2011-02-141-0/+1
* ARM: Add ARM target architecture selection (disabled).Mike Pall2011-01-251-6/+36
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* POSIX is an acronym.Mike Pall2010-12-041-1/+1