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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Refactor raw object to pointer or string conversions.
Mike Pall
2013-05-13
9
-58
/
+62
*
|
Refactor internal string formatting.
Mike Pall
2013-05-12
14
-126
/
+149
*
|
Refactor bit.tohex().
Mike Pall
2013-05-12
4
-30
/
+31
*
|
Refactor string.format().
Mike Pall
2013-05-12
8
-193
/
+463
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-05-08
2
-19
/
+12
|
\
|
|
*
Fix optional argument handling in table.concat().
Mike Pall
2013-05-08
1
-2
/
+2
*
|
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
3
-22
/
+89
*
|
Partially refactor string.find().
Mike Pall
2013-05-07
3
-63
/
+73
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-05-02
1
-1
/
+1
|
\
|
|
*
FFI: Fix tailcall in lowest frame to C function with bool result.
Mike Pall
2013-05-02
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-04-29
1
-2
/
+3
|
\
|
|
*
Fix builtin string to number conversion for overflow digits.
Mike Pall
2013-04-29
1
-2
/
+3
*
|
Inhibit CSE for table.concat().
Mike Pall
2013-04-28
1
-0
/
+2
*
|
Compile __concat metamethod.
Mike Pall
2013-04-28
1
-14
/
+48
*
|
Fix BC_ISTYPE for WIN64 calling conventions.
Mike Pall
2013-04-28
1
-3
/
+3
*
|
Compile table.concat().
Mike Pall
2013-04-27
3
-1
/
+29
*
|
Refactor table.concat().
Mike Pall
2013-04-27
4
-22
/
+45
*
|
Optimize BUFHDR code generation.
Mike Pall
2013-04-27
1
-1
/
+13
*
|
Compile string.rep().
Mike Pall
2013-04-26
4
-16
/
+55
*
|
Refactor string.rep().
Mike Pall
2013-04-26
8
-184
/
+39
*
|
Abstract out some common buffer operations.
Mike Pall
2013-04-26
5
-17
/
+24
*
|
Replace string.len with bytecode builtin.
Mike Pall
2013-04-26
8
-54
/
+24
*
|
Change semantics of buffer ops to simplify CSE and DCE.
Mike Pall
2013-04-26
6
-56
/
+58
*
|
Fix MSVC build.
Mike Pall
2013-04-26
2
-3
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-04-26
1
-5
/
+7
|
\
|
|
*
Tighten requirements for non-default optimization flags.
Mike Pall
2013-04-26
1
-5
/
+7
*
|
Compile string.reverse(), string.lower(), string.upper().
Mike Pall
2013-04-26
5
-8
/
+42
*
|
Refactor string.reverse(), string.lower(), string.upper().
Mike Pall
2013-04-26
10
-216
/
+137
*
|
Fix FOLD rules for appending to string buffers.
Mike Pall
2013-04-26
1
-6
/
+21
*
|
Fix os.date() broken by d38d10a3.
Mike Pall
2013-04-24
1
-3
/
+3
*
|
Compile string.char().
Mike Pall
2013-04-23
3
-2
/
+33
*
|
Use explicit conversion type for IR_TOSTR. Add char conversion.
Mike Pall
2013-04-23
10
-20
/
+47
*
|
Fuse string creation into concats. Optimize single-char concats.
Mike Pall
2013-04-23
4
-8
/
+37
*
|
Always emit TOSTR for non-string CAT operands. Fuse in backend.
Mike Pall
2013-04-23
3
-32
/
+35
*
|
Fix PHI barrier in BUFPUT FOLD rule.
Mike Pall
2013-04-22
1
-2
/
+2
*
|
Combine IR instruction dispatch for all assembler backends.
Mike Pall
2013-04-22
5
-654
/
+454
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-04-22
1
-3
/
+8
|
\
|
|
*
Fix compiler warning.
Mike Pall
2013-04-22
1
-3
/
+8
*
|
Use same HREF+EQ/NE optimization in all assembler backends.
Mike Pall
2013-04-22
2
-47
/
+47
*
|
Reorganize generic operations common to all assembler backends.
Mike Pall
2013-04-22
5
-461
/
+219
*
|
Compile string concatenations (BC_CAT).
Mike Pall
2013-04-21
18
-16
/
+279
*
|
Move buffer shrinking to atomic GC phase.
Mike Pall
2013-04-21
1
-9
/
+4
*
|
Add generic load/store with offset to assembler backends.
Mike Pall
2013-04-21
6
-32
/
+39
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-04-09
2
-3
/
+4
|
\
|
|
*
Document support for Lua 5.2 extension of loadfile().
Mike Pall
2013-04-09
1
-2
/
+3
|
*
Inhibit DSE for implicit loads via calls.
Mike Pall
2013-04-09
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-04-05
1
-1
/
+2
|
\
|
|
*
Fix jump-range constrained mcode allocation.
Mike Pall
2013-04-05
1
-1
/
+2
[prev]
[next]