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_opt_fold.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.
Mike Pall
2021-09-19
1
-0
/
+9
*
String buffers, part 3d: Compile string buffer methods and functions.
Mike Pall
2021-07-19
1
-11
/
+46
*
Minor improvements of optimizations.
Mike Pall
2021-07-19
1
-0
/
+6
*
String buffers, part 3c: Add IRBUFHDR_WRITE mode.
Mike Pall
2021-07-19
1
-2
/
+5
*
String buffers, part 3b: Change IR_BUFHDR op2 mode bits to mode.
Mike Pall
2021-07-19
1
-5
/
+5
*
String buffers, part 3a: Add IR_TMPREF for passing TValues to helpers.
Mike Pall
2021-07-19
1
-0
/
+1
*
Merge branch 'master' into v2.1
Mike Pall
2021-01-02
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2021-01-02
1
-1
/
+1
*
|
Improve assertions.
Mike Pall
2020-06-15
1
-39
/
+49
*
|
Optimize table length computation with hinting.
Mike Pall
2020-05-27
1
-2
/
+2
*
|
Remove pow() splitting and cleanup backends.
Mike Pall
2020-05-23
1
-4
/
+14
*
|
Cleanup math function compilation and fix inconsistencies.
Mike Pall
2020-05-22
1
-1
/
+24
*
|
Fix math.min()/math.max() inconsistencies.
Mike Pall
2020-05-22
1
-34
/
+19
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-01-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2020-01-20
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2019-11-10
1
-2
/
+2
|
\
|
|
*
Fix narrowing of conversions to U32.
Mike Pall
2019-11-10
1
-2
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-11-08
1
-1
/
+1
|
\
|
|
*
Fix FOLD rule for strength reduction of widening.
Mike Pall
2017-11-08
1
-1
/
+1
*
|
Add FOLD rules for mixed BAND/BOR with constants.
Mike Pall
2017-04-30
1
-0
/
+41
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-03-30
1
-8
/
+8
|
\
|
|
*
FFI: Fix FOLD rules for int64_t comparisons.
Mike Pall
2017-03-30
1
-8
/
+8
*
|
Fix FOLD rules for math.abs() and FP negation.
Mike Pall
2017-02-20
1
-4
/
+11
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-01-17
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
|
Add missing FOLD rule for 64 bit shift+BAND simplification.
Mike Pall
2016-12-08
1
-0
/
+13
*
|
Must preserve J->fold.ins (fins) around call to lj_ir_ksimd().
Mike Pall
2016-07-22
1
-1
/
+3
*
|
Embed 64 bit constants directly in the IR, using two slots.
Mike Pall
2016-05-23
1
-2
/
+6
*
|
Load SIMD constants with IR_FLOAD from GG_State.
Mike Pall
2016-05-21
1
-1
/
+1
*
|
LJ_GC64: Introduce IRT_PGC.
Mike Pall
2016-05-20
1
-1
/
+1
*
|
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
[next]