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
*
Fix compiler warnings.
Mike Pall
2022-09-13
1
-2
/
+2
*
Revert to trival pow() optimizations to prevent inaccuracies.
Mike Pall
2022-03-08
1
-2
/
+2
*
Fix compiled error handling for buffer methods.
Mike Pall
2022-01-23
1
-6
/
+14
*
Merge branch 'master' into v2.1
Mike Pall
2022-01-15
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
|
Fix string buffer method recording.
Mike Pall
2021-10-12
1
-0
/
+1
*
|
Fix compilation of multi-result call to next().
Mike Pall
2021-10-06
1
-1
/
+1
*
|
Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.
Mike Pall
2021-09-19
1
-0
/
+34
*
|
Refactor IR_TMPREF generation.
Mike Pall
2021-09-19
1
-17
/
+16
*
|
Refactor IR_VLOAD to take an offset.
Mike Pall
2021-09-19
1
-2
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-07-19
1
-1
/
+1
|
\
|
|
*
Avoid out-of-range number of results when compiling select(k, ...).
Mike Pall
2021-07-19
1
-1
/
+1
*
|
String buffers, part 3d: Compile string buffer methods and functions.
Mike Pall
2021-07-19
1
-10
/
+335
*
|
Throw any errors before stack changes in trace stitching.
Mike Pall
2021-06-14
1
-0
/
+4
*
|
FFI: Support FFI numbers in string.format() and buf:putf().
Mike Pall
2021-06-03
1
-1
/
+10
*
|
Handle on-trace OOM errors from helper functions.
Mike Pall
2021-03-23
1
-0
/
+2
*
|
Use weak guards for on-trace allocations.
Mike Pall
2021-03-23
1
-15
/
+15
*
|
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
*
|
Use a securely seeded global PRNG for the VM.
Mike Pall
2020-06-15
1
-1
/
+1
*
|
ARM: Implement FLOAD from GG_State.
Mike Pall
2020-06-13
1
-6
/
+0
*
|
Optimize table length computation with hinting.
Mike Pall
2020-05-27
1
-3
/
+3
*
|
Cleanup math function compilation and fix inconsistencies.
Mike Pall
2020-05-22
1
-17
/
+2
*
|
Don't compile math.modf() anymore.
Mike Pall
2020-05-22
1
-16
/
+0
*
|
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
*
|
Fix string.char() recording with no arguments.
Mike Pall
2020-01-14
1
-0
/
+2
*
|
Properly fix pointer diff in string.find().
Mike Pall
2019-12-21
1
-2
/
+2
*
|
Don't use STRREF for pointer diff in string.find().
Mike Pall
2019-12-08
1
-1
/
+2
*
|
MIPS64: Add soft-float support to JIT compiler backend.
Mike Pall
2017-06-07
1
-1
/
+1
*
|
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
*
|
x64/LJ_GC64: Add missing backend support and enable JIT compilation.
Mike Pall
2016-05-23
1
-0
/
+5
*
|
LJ_FR2: Add support for trace recording and snapshots.
Mike Pall
2016-05-23
1
-18
/
+31
*
|
Simplify GCtrace * reference embedding for trace stitching.
Mike Pall
2016-05-22
1
-3
/
+2
*
|
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
-19
/
+19
*
|
Constrain value range of lj_ir_kptr() to unsigned 32 bit pointers.
Mike Pall
2016-04-24
1
-7
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-04-21
1
-4
/
+2
|
\
|
|
*
Fix handling of non-numeric strings in arithmetic coercions.
Mike Pall
2016-04-21
1
-4
/
+2
*
|
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
*
|
Fix pairs() recording.
Mike Pall
2015-10-24
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-10-24
1
-4
/
+5
|
\
|
|
*
FFI: Fix ipairs() recording.
Mike Pall
2015-10-24
1
-4
/
+5
*
|
Re-enable trace stitching.
Mike Pall
2015-08-29
1
-35
/
+4
*
|
Fix broken Windows build.
Mike Pall
2015-04-29
1
-2
/
+2
*
|
Disable trace stitching (for now) due to a design mistake.
Mike Pall
2015-04-28
1
-0
/
+32
*
|
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
[next]