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
/
vm_x86.dasc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Windows/x86: Add full exception interoperability.
Mike Pall
2016-05-07
1
-3
/
+74
*
|
x86: Detect BMI2 instruction support.
Mike Pall
2016-03-28
1
-0
/
+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
*
|
Re-enable trace stitching.
Mike Pall
2015-08-29
1
-7
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-06-09
1
-0
/
+24
|
\
|
|
*
x64: Allow building without external unwinder.
Mike Pall
2015-06-09
1
-0
/
+24
*
|
Cleanup.
Mike Pall
2015-05-04
1
-2
/
+0
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-05-04
1
-3
/
+7
|
\
|
|
*
x86/x64: Fix argument check for bit shifts.
Mike Pall
2015-05-04
1
-3
/
+7
*
|
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
2015-01-05
1
-2
/
+1
|
\
|
|
*
x86: Minor interpreter optimization.
Mike Pall
2015-01-05
1
-2
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-12-20
1
-1
/
+1
|
\
|
|
*
x86: Fix argument checks for ipairs() iterator.
Mike Pall
2014-12-20
1
-1
/
+1
*
|
x86/x64: Drop internal x87 math functions. Use libm functions.
Mike Pall
2014-12-08
1
-363
/
+62
*
|
x86/x64: Call external symbols directly from interpreter code.
Mike Pall
2014-12-08
1
-5
/
+11
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-03-27
1
-1
/
+1
|
\
|
|
*
x86/x64: Avoid use of SAHF instruction.
Mike Pall
2014-03-27
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-01-19
1
-2
/
+2
|
\
|
|
*
Fix OSX build issue.
Mike Pall
2014-01-19
1
-2
/
+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
*
|
Fix KBASE for Lua functions below stitched fast functions.
Mike Pall
2014-01-16
1
-4
/
+21
*
|
Add trace stitching.
Mike Pall
2013-12-25
1
-1
/
+62
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-12-02
1
-1
/
+1
|
\
|
|
*
x64: Fix store to upvalue for lightuserdata values.
Mike Pall
2013-12-02
1
-1
/
+1
*
|
Add low-overhead profiler. Part 1: interpreter, low-level C API.
Mike Pall
2013-09-02
1
-1
/
+14
*
|
Save currently executing lua_State in g->cur_L.
Mike Pall
2013-08-30
1
-11
/
+17
*
|
Use g->jit_base for on/off-trace detection.
Mike Pall
2013-08-26
1
-2
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-05-25
1
-0
/
+4
|
\
|
|
*
Fix compatibility issues with Illumos.
Mike Pall
2013-05-25
1
-0
/
+4
*
|
Big renaming of string buffer/formatting/conversion functions.
Mike Pall
2013-05-13
1
-2
/
+2
*
|
Fix BC_ISTYPE for WIN64 calling conventions.
Mike Pall
2013-04-28
1
-3
/
+3
*
|
Refactor string.rep().
Mike Pall
2013-04-26
1
-35
/
+0
*
|
Replace string.len with bytecode builtin.
Mike Pall
2013-04-26
1
-9
/
+0
*
|
Fix MSVC build.
Mike Pall
2013-04-26
1
-2
/
+2
*
|
Refactor string.reverse(), string.lower(), string.upper().
Mike Pall
2013-04-26
1
-59
/
+19
*
|
Compile string concatenations (BC_CAT).
Mike Pall
2013-04-21
1
-0
/
+1
*
|
String buffer refactoring, part 2.
Mike Pall
2013-02-27
1
-12
/
+15
*
|
Replace table.getn/foreach/foreachi with bytecode builtins.
Mike Pall
2013-02-23
1
-15
/
+0
*
|
Add special bytecodes for builtins.
Mike Pall
2013-02-23
1
-0
/
+131
*
|
Remove obsolete non-truncating number to integer conversions.
Mike Pall
2013-02-23
1
-5
/
+5
*
|
Replace math.deg/math.rad with builtin Lua function.
Mike Pall
2013-02-22
1
-6
/
+0
*
|
x86: Remove x87 support from interpreter.
Mike Pall
2013-02-21
1
-605
/
+82
|
/
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
Remove fictitious Solaris define.
Mike Pall
2013-01-11
1
-1
/
+1
[next]