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_opt_split.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fold KPTR + offset in SPLIT pass.
Mike Pall
2012-09-27
1
-0
/
+2
*
ARM: Invoke SPLIT pass for leftover IR_TOBIT.
Mike Pall
2012-07-16
1
-0
/
+2
*
Handle joining IR_HIOP in SPLIT pass.
Mike Pall
2012-07-02
1
-0
/
+10
*
Use HIOP for XSTORE in SPLIT pass.
Mike Pall
2012-07-02
1
-19
/
+3
*
ARM: Fix rejoin of pow in SPLIT pass.
Mike Pall
2012-04-30
1
-1
/
+1
*
ARM: Handle all CALL* ops with double results in SPLIT pass.
Mike Pall
2012-04-29
1
-0
/
+2
*
Bump copyright date to 2012.
Mike Pall
2012-01-23
1
-1
/
+1
*
ARM: Fix IR splitting for softfp XLOAD.
Mike Pall
2011-11-11
1
-4
/
+12
*
Fix compiler warning.
Mike Pall
2011-10-24
1
-0
/
+1
*
Separate/rename NUM/FLOAT <-> I64/U64 conversion functions.
Mike Pall
2011-10-22
1
-4
/
+4
*
Cleanup various endianess issues in assembler backend.
Mike Pall
2011-10-22
1
-1
/
+1
*
FFI/ARM: Ensure invocation of SPLIT pass for float conversions.
Mike Pall
2011-10-14
1
-5
/
+6
*
Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian.
Mike Pall
2011-06-03
1
-1
/
+1
*
Many soft-float-related fixes to SPLIT pass and assembler backend.
Mike Pall
2011-06-02
1
-31
/
+98
*
Fix handling of number constants in snapshots in SPLIT pass.
Mike Pall
2011-05-27
1
-4
/
+11
*
Simplify helper routines for soft-float targets. Add POW rejoin.
Mike Pall
2011-05-26
1
-0
/
+20
*
Split up FP IR instructions with SPLIT pass for soft-float targets.
Mike Pall
2011-05-22
1
-28
/
+243
*
Move IR_CALL* definitions to lj_ircall.h.
Mike Pall
2011-05-22
1
-0
/
+1
*
FFI: Compile C function calls with 64 bit args/results in 32 bit mode.
Mike Pall
2011-04-29
1
-0
/
+38
*
FFI: Rename IR_CNEWP to IR_CNEWI and use it to box 64 bit integers.
Mike Pall
2011-02-03
1
-19
/
+31
*
Rename IR_POWI to IR_POW.
Mike Pall
2011-02-02
1
-1
/
+1
*
FFI: Record 64 bit integer divide and modulo.
Mike Pall
2011-02-02
1
-0
/
+10
*
Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs.
Mike Pall
2011-02-02
1
-0
/
+343