index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lj_ffrecord.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compile bit.tohex().
Mike Pall
2013-05-15
1
-6
/
+17
*
Compile string.format().
Mike Pall
2013-05-13
1
-0
/
+78
*
Abstract out default BUFHDR emitter.
Mike Pall
2013-05-13
1
-11
/
+12
*
Big renaming of string buffer/formatting/conversion functions.
Mike Pall
2013-05-13
1
-1
/
+1
*
Refactor raw object to pointer or string conversions.
Mike Pall
2013-05-13
1
-2
/
+3
*
Merge branch 'master' into v2.1
Mike Pall
2013-05-08
1
-17
/
+10
|
\
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-05-08
1
-3
/
+3
|
\
|
|
*
Fix optional argument handling while recording builtins.
Mike Pall
2013-05-08
1
-3
/
+3
*
|
Compile string.find() for fixed string searches (no patterns).
Mike Pall
2013-05-08
1
-21
/
+87
*
|
Compile table.concat().
Mike Pall
2013-04-27
1
-0
/
+27
*
|
Compile string.rep().
Mike Pall
2013-04-26
1
-0
/
+28
*
|
Replace string.len with bytecode builtin.
Mike Pall
2013-04-26
1
-6
/
+0
*
|
Change semantics of buffer ops to simplify CSE and DCE.
Mike Pall
2013-04-26
1
-2
/
+2
*
|
Compile string.reverse(), string.lower(), string.upper().
Mike Pall
2013-04-26
1
-0
/
+9
*
|
Compile string.char().
Mike Pall
2013-04-23
1
-1
/
+24
*
|
Use explicit conversion type for IR_TOSTR. Add char conversion.
Mike Pall
2013-04-23
1
-1
/
+2
*
|
Optimize and refactor printing of numbers to buffers.
Mike Pall
2013-03-25
1
-4
/
+1
*
|
FFI: Add 64 bit bitwise operations.
Mike Pall
2013-03-14
1
-20
/
+46
*
|
Replace table.remove with bytecode builtin.
Mike Pall
2013-02-24
1
-32
/
+0
*
|
Replace table.getn/foreach/foreachi with bytecode builtins.
Mike Pall
2013-02-23
1
-8
/
+0
*
|
Replace math.deg/math.rad with builtin Lua function.
Mike Pall
2013-02-22
1
-8
/
+0
|
/
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
From Lua 5.2: Add math.log(x, base).
Mike Pall
2012-10-07
1
-0
/
+22
*
From Lua 5.2: Return file object for io.write() and file:write().
Mike Pall
2012-09-28
1
-4
/
+5
*
From Lua 5.2: Add rawlen(). Needs -DLUAJIT_ENABLE_LUA52COMPAT.
Mike Pall
2012-09-24
1
-0
/
+13
*
Use 0/1 macro for Lua 5.2 compatibility.
Mike Pall
2012-09-12
1
-4
/
+1
*
Replace strtod() with builtin string to number conversion.
Mike Pall
2012-08-25
1
-2
/
+3
*
ARM: Fix compilation of math.sinh/cosh/tanh.
Mike Pall
2012-04-30
1
-1
/
+1
*
Bump copyright date to 2012.
Mike Pall
2012-01-23
1
-1
/
+1
*
Avoid overwriting argument with error from metacall recording.
Mike Pall
2011-09-28
1
-1
/
+3
*
ARM: Fix math.ldexp() recording and folding.
Mike Pall
2011-05-27
1
-3
/
+13
*
ARM: Unify rotates to simplify assembler backend.
Mike Pall
2011-05-23
1
-2
/
+9
*
Split up FP IR instructions with SPLIT pass for soft-float targets.
Mike Pall
2011-05-22
1
-1
/
+6
*
Move IR_CALL* definitions to lj_ircall.h.
Mike Pall
2011-05-22
1
-0
/
+1
*
DUALNUM: Narrow result of math.floor() and math.ceil().
Mike Pall
2011-03-15
1
-3
/
+11
*
DUALNUM: Add integer variant of MIN/MAX.
Mike Pall
2011-03-11
1
-3
/
+11
*
DUALNUM: Handle integer type in JIT compiler.
Mike Pall
2011-03-10
1
-18
/
+21
*
Suppress recording of retried fast functions.
Mike Pall
2011-03-07
1
-1
/
+3
*
FFI: Simplify and fix tonumber() for cdata objects.
Mike Pall
2011-02-06
1
-6
/
+6
*
Fix recording of select() with multi-char string as 1st argument.
Mike Pall
2011-01-13
1
-1
/
+1
*
Bump copyright date to 2011.
Mike Pall
2011-01-09
1
-1
/
+1
*
FFI: Record tonumber() for boxed cdata.
Mike Pall
2011-01-02
1
-1
/
+2
*
FFI: Catch various NYI cases while recording.
Mike Pall
2010-12-28
1
-0
/
+4
*
Make recording of type() independent of LJ_T*/IRT_* mapping.
Mike Pall
2010-12-28
1
-1
/
+7
*
Add missing guard for check against "#" when recording select().
Mike Pall
2010-12-09
1
-2
/
+2
*
FFI: Record cdata index operations (preliminary, lots of NYI cases).
Mike Pall
2010-12-08
1
-7
/
+2
*
Use native IRT_PTR instead of IRT_LIGHTUD workaround for FILE*.
Mike Pall
2010-12-06
1
-2
/
+2
*
Rename IRT_PTR to IRT_P32.
Mike Pall
2010-12-05
1
-5
/
+5
*
Split off fast function recording to lj_ffrecord.c.
Mike Pall
2010-12-05
1
-0
/
+803