index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lj_arch.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Android/x86 build.
Mike Pall
2012-10-17
1
-1
/
+1
*
Add LJ_TARGET_UNALIGNED.
Mike Pall
2012-10-09
1
-0
/
+6
*
Use 0/1 macro for Lua 5.2 compatibility.
Mike Pall
2012-09-12
1
-0
/
+7
*
Add check for unsupported MIPS soft-float targets.
Mike Pall
2012-08-30
1
-0
/
+4
*
ARM: Enable VFP and hard-float ABI support.
Mike Pall
2012-08-09
1
-5
/
+2
*
ARM: Add VFP and hard-float ABI variants to JIT compiler.
Mike Pall
2012-08-09
1
-0
/
+3
*
Handle cross-compiles with FPU/no-FPU or hard-fp/soft-fp ABI mismatch.
Mike Pall
2012-07-29
1
-5
/
+9
*
Fix build issues on Cygwin and MinGW with optional MSys.
Mike Pall
2012-06-22
1
-1
/
+5
*
CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter.
Mike Pall
2012-06-13
1
-0
/
+5
*
CONSOLE: Minor PS3 build fixes.
Mike Pall
2012-06-10
1
-1
/
+1
*
CONSOLE: Fix PS3 build.
Mike Pall
2012-06-10
1
-3
/
+3
*
ARM/PPC: Detect more target arch variants. Detect console OS.
Mike Pall
2012-06-09
1
-3
/
+62
*
Fix check for minimum GCC version.
Mike Pall
2012-06-09
1
-6
/
+6
*
Rearrange OSX vs. iOS defines. Disable callbacks on iOS.
Mike Pall
2012-06-08
1
-7
/
+11
*
MIPS: Integrate and enable JIT compiler.
Mike Pall
2012-03-30
1
-1
/
+0
*
Bump copyright date to 2012.
Mike Pall
2012-01-23
1
-1
/
+1
*
MIPS: Add interpreter. Enable MIPS build rules.
Mike Pall
2012-01-23
1
-3
/
+3
*
MIPS: Add build rules (non-functional, yet).
Mike Pall
2011-12-15
1
-0
/
+24
*
ARM: Error out for attempt to compile with hard-float ABI.
Mike Pall
2011-12-10
1
-0
/
+3
*
PPC: Integrate and enable JIT compiler.
Mike Pall
2011-10-24
1
-1
/
+0
*
Allow selection of single-number vs. dual-number mode in Makefile.
Mike Pall
2011-10-24
1
-0
/
+4
*
Rearrange defines for workarounds to embedded operating systems.
Mike Pall
2011-10-19
1
-0
/
+12
*
PPC: Add machine-specific part of FFI.
Mike Pall
2011-08-01
1
-1
/
+0
*
PPC: Add dual-number mode interpreter. Enable by default.
Mike Pall
2011-07-25
1
-1
/
+1
*
PPC: Add dual-number mode interpreter.
Mike Pall
2011-07-13
1
-2
/
+0
*
Cleanup single-number vs. dual-number mode selection.
Mike Pall
2011-07-13
1
-8
/
+14
*
PPC: Add build rules for PPC interpreter (non-functional, yet).
Mike Pall
2011-07-03
1
-0
/
+14
*
PPC: Untangle PPC vs. PPCSPE target defines.
Mike Pall
2011-07-02
1
-2
/
+1
*
More fixes for the Solaris/x86 build. Thanks to Will Metcalf.
Mike Pall
2011-06-14
1
-1
/
+2
*
ARM: Enable JIT compiler (except for iOS).
Mike Pall
2011-06-02
1
-0
/
+3
*
ARM: Unify rotates to simplify assembler backend.
Mike Pall
2011-05-23
1
-0
/
+2
*
Cleanup of target dependencies.
Mike Pall
2011-05-16
1
-0
/
+3
*
ARM: Add LJ_SOFTFP define. Add support for soft-float slot handling.
Mike Pall
2011-05-16
1
-0
/
+2
*
ARM: Fix ABI and build issues for iOS. Now works on iOS 3.0+.
Mike Pall
2011-04-28
1
-2
/
+2
*
ARM: Use own lj_bswap(). Reduce min. req. version of GCC to 4.2.
Mike Pall
2011-04-28
1
-1
/
+5
*
ARM: Allow compilation in thumb mode (CCOPT_ARM=-mthumb).
Mike Pall
2011-04-18
1
-3
/
+0
*
ARM: Add missing FFI functionality. Enable FFI for ARM.
Mike Pall
2011-04-18
1
-1
/
+0
*
ARM: Enable ARM port.
Mike Pall
2011-04-17
1
-1
/
+0
*
ARM: Add partial support for FFI.
Mike Pall
2011-04-16
1
-1
/
+1
*
DUALNUM: Add build infrastructure.
Mike Pall
2011-02-17
1
-0
/
+12
*
PPC: Disable FFI due to NYI: comparisons and calls.
Mike Pall
2011-02-14
1
-0
/
+1
*
ARM: Add ARM target architecture selection (disabled).
Mike Pall
2011-01-25
1
-6
/
+36
*
Bump copyright date to 2011.
Mike Pall
2011-01-09
1
-1
/
+1
*
POSIX is an acronym.
Mike Pall
2010-12-04
1
-1
/
+1
*
FFI: Add define to disable the FFI library.
Mike Pall
2010-11-30
1
-0
/
+7
*
Add shorter defines for endianess checks.
Mike Pall
2010-11-28
1
-3
/
+4
*
Cleanup architecture, ABI and OS definitions.
Mike Pall
2010-11-16
1
-5
/
+63
*
PPC: Add frame unwind info for assembler part.
Mike Pall
2010-09-28
1
-0
/
+3
*
Fix checks for minimum required compiler versions.
Mike Pall
2010-09-28
1
-0
/
+17
*
PPC: Clean up masked shift/rotate target settings.
Mike Pall
2010-08-29
1
-11
/
+10
[next]