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
/
doc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-05-23
FFI: Fix unroll limit for ffi.fill().
Mike Pall
1
-6
/
+1
2013-05-23
FFI: Insert no-op type conversion for pointer to integer cast.
Mike Pall
1
-0
/
+4
2013-05-23
Refactor lj_cdata_newv().
Mike Pall
3
-5
/
+5
2013-05-22
Don't try to reinvent memcpy().
Mike Pall
2
-11
/
+7
2013-05-18
FFI: Improve error messages for arithmetic and comparison operators.
Mike Pall
1
-1
/
+1
2013-05-18
Remove use of printf() in luajit.c.
Mike Pall
1
-7
/
+6
2013-05-16
Get rid of module() in all internal modules.
Mike Pall
12
-98
/
+92
2013-05-16
Handle calls with max. args in backends even after SPLIT.
Mike Pall
5
-9
/
+9
2013-05-16
FFI: Fix calling conventions for ARM hard-float EABI.
Mike Pall
1
-2
/
+6
2013-05-16
FFI: Fix calling conventions for 32 bit OSX and iOS simulator.
Mike Pall
1
-0
/
+58
2013-05-15
Add partial support for building with MingW64 GCC 4.8-SEH.
Mike Pall
4
-11
/
+16
2013-05-15
Compile bit.tohex().
Mike Pall
5
-10
/
+59
2013-05-15
Another fix for bit.tohex().
Mike Pall
1
-1
/
+6
2013-05-13
Compile string.format().
Mike Pall
4
-5
/
+133
2013-05-13
FFI: Load FFI library on-demand for -jdump.
Mike Pall
2
-3
/
+14
2013-05-13
Refactor CCallInfo representation for split arguments.
Mike Pall
6
-59
/
+74
2013-05-13
Fix bit.tohex() broken by 7d5acc29.
Mike Pall
1
-2
/
+2
2013-05-13
Adapt -jdump to unified string.format("%x", -1) behavior.
Mike Pall
2
-3
/
+6
2013-05-13
Abstract out default BUFHDR emitter.
Mike Pall
1
-11
/
+12
2013-05-13
Fix compiler warnings.
Mike Pall
1
-4
/
+4
2013-05-13
FFI: Ignore CTF_LONG in ffi.istype().
Mike Pall
1
-1
/
+1
2013-05-13
Big renaming of string buffer/formatting/conversion functions.
Mike Pall
40
-354
/
+393
2013-05-13
Refactor raw object to pointer or string conversions.
Mike Pall
9
-58
/
+62
2013-05-12
Refactor internal string formatting.
Mike Pall
14
-126
/
+149
2013-05-12
Refactor bit.tohex().
Mike Pall
4
-30
/
+31
2013-05-12
Refactor string.format().
Mike Pall
8
-193
/
+463
2013-05-08
Fix optional argument handling in table.concat().
Mike Pall
1
-2
/
+2
2013-05-08
Fix optional argument handling while recording builtins.
Mike Pall
1
-3
/
+3
2013-05-08
Compile string.find() for fixed string searches (no patterns).
Mike Pall
3
-22
/
+89
2013-05-07
Partially refactor string.find().
Mike Pall
3
-63
/
+73
2013-05-02
FFI: Fix tailcall in lowest frame to C function with bool result.
Mike Pall
1
-1
/
+1
2013-04-29
Fix builtin string to number conversion for overflow digits.
Mike Pall
1
-2
/
+3
2013-04-28
Inhibit CSE for table.concat().
Mike Pall
1
-0
/
+2
2013-04-28
Compile __concat metamethod.
Mike Pall
1
-14
/
+48
2013-04-28
Fix BC_ISTYPE for WIN64 calling conventions.
Mike Pall
1
-3
/
+3
2013-04-27
Compile table.concat().
Mike Pall
3
-1
/
+29
2013-04-27
Refactor table.concat().
Mike Pall
4
-22
/
+45
2013-04-27
Optimize BUFHDR code generation.
Mike Pall
1
-1
/
+13
2013-04-26
Compile string.rep().
Mike Pall
4
-16
/
+55
2013-04-26
Refactor string.rep().
Mike Pall
8
-184
/
+39
2013-04-26
Abstract out some common buffer operations.
Mike Pall
5
-17
/
+24
2013-04-26
Replace string.len with bytecode builtin.
Mike Pall
8
-54
/
+24
2013-04-26
Change semantics of buffer ops to simplify CSE and DCE.
Mike Pall
6
-56
/
+58
2013-04-26
Fix MSVC build.
Mike Pall
2
-3
/
+3
2013-04-26
Tighten requirements for non-default optimization flags.
Mike Pall
1
-5
/
+7
2013-04-26
Compile string.reverse(), string.lower(), string.upper().
Mike Pall
5
-8
/
+42
2013-04-26
Refactor string.reverse(), string.lower(), string.upper().
Mike Pall
10
-216
/
+137
2013-04-26
Fix FOLD rules for appending to string buffers.
Mike Pall
1
-6
/
+21
2013-04-24
Fix os.date() broken by d38d10a3.
Mike Pall
1
-3
/
+3
2013-04-23
Compile string.char().
Mike Pall
3
-2
/
+33
[next]