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_fold.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into v2.1
Mike Pall
2016-03-03
1
-1
/
+1
|
\
|
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-03-02
1
-3
/
+8
|
\
|
|
*
FFI: Fix FOLD rule for TOBIT + CONV num.u32.
Mike Pall
2015-03-02
1
-3
/
+8
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-01-06
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-05-20
1
-1
/
+2
|
\
|
|
*
Fix FOLD rule for string.sub(s, ...) == k.
Mike Pall
2014-05-20
1
-1
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-05-15
1
-7
/
+8
|
\
|
|
*
Fix FOLD rule for STRREF of SNEW.
Mike Pall
2014-05-15
1
-7
/
+8
*
|
Fix FOLD of string concatenations.
Mike Pall
2014-04-15
1
-1
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-01-16
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-01-05
1
-1
/
+2
|
\
|
|
*
Fix ABC elimination.
Mike Pall
2014-01-05
1
-1
/
+2
*
|
Compile getfenv(0).
Mike Pall
2013-10-09
1
-0
/
+3
*
|
Add table.new().
Mike Pall
2013-10-09
1
-2
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-09-14
1
-1
/
+2
|
\
|
|
*
Fix ABC elimination.
Mike Pall
2013-09-14
1
-1
/
+2
*
|
Low-overhead profiler, part 4: JIT compiler support.
Mike Pall
2013-09-08
1
-0
/
+11
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-05-24
1
-0
/
+1
|
\
|
|
*
Add missing PHI barrier to string.sub(str, a, b) == kstr FOLD rule.
Mike Pall
2013-05-24
1
-0
/
+1
*
|
Compile string.format().
Mike Pall
2013-05-13
1
-0
/
+43
*
|
Big renaming of string buffer/formatting/conversion functions.
Mike Pall
2013-05-13
1
-3
/
+4
*
|
Inhibit CSE for table.concat().
Mike Pall
2013-04-28
1
-0
/
+2
*
|
Compile string.rep().
Mike Pall
2013-04-26
1
-15
/
+25
*
|
Abstract out some common buffer operations.
Mike Pall
2013-04-26
1
-10
/
+3
*
|
Change semantics of buffer ops to simplify CSE and DCE.
Mike Pall
2013-04-26
1
-31
/
+36
*
|
Fix MSVC build.
Mike Pall
2013-04-26
1
-1
/
+1
*
|
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
1
-2
/
+24
*
|
Fix FOLD rules for appending to string buffers.
Mike Pall
2013-04-26
1
-6
/
+21
*
|
Compile string.char().
Mike Pall
2013-04-23
1
-0
/
+8
*
|
Use explicit conversion type for IR_TOSTR. Add char conversion.
Mike Pall
2013-04-23
1
-3
/
+5
*
|
Always emit TOSTR for non-string CAT operands. Fuse in backend.
Mike Pall
2013-04-23
1
-16
/
+12
*
|
Fix PHI barrier in BUFPUT FOLD rule.
Mike Pall
2013-04-22
1
-2
/
+2
*
|
Compile string concatenations (BC_CAT).
Mike Pall
2013-04-21
1
-2
/
+93
*
|
FFI: Add 64 bit bitwise operations.
Mike Pall
2013-03-14
1
-27
/
+14
*
|
Remove obsolete non-truncating number to integer conversions.
Mike Pall
2013-02-23
1
-17
/
+10
|
/
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
Add missing FOLD rules for U32 conversions.
Mike Pall
2013-01-21
1
-17
/
+28
*
Fix assertion.
Mike Pall
2012-10-11
1
-1
/
+1
*
Add LJ_TARGET_UNALIGNED.
Mike Pall
2012-10-09
1
-1
/
+1
*
Add FOLD rules for CONV.int.i8/u8/i16/u16 of KINT.
Mike Pall
2012-10-09
1
-0
/
+14
*
FFI: ctypeid of ctype object is immutable.
Mike Pall
2012-09-27
1
-0
/
+1
*
Replace strtod() with builtin string to number conversion.
Mike Pall
2012-08-25
1
-1
/
+2
*
Minor fixes to FOLD rules.
Mike Pall
2012-08-20
1
-8
/
+20
*
Fix last commit.
Mike Pall
2012-08-15
1
-3
/
+3
*
FOLD x / 2^k ==> x * 2^-k.
Mike Pall
2012-08-15
1
-0
/
+9
[next]