neovim/third-party/luajit/src
Thiago de Arruda 20b799a6f2 Import luajit 2.0.2 source tree
This will be used for testing and in the future for reimplementing vimscript as
a compile-to-lua language.
2014-02-27 09:37:08 -03:00
..
host Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
jit Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lauxlib.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lib_aux.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lib_base.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lib_bit.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lib_debug.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lib_ffi.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lib_init.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lib_io.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lib_jit.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lib_math.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lib_os.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lib_package.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lib_string.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lib_table.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_alloc.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_alloc.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_api.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_arch.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_asm_arm.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_asm_mips.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_asm_ppc.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_asm_x86.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_asm.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_asm.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_bc.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_bc.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_bcdump.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_bcread.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_bcwrite.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_carith.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_carith.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_ccall.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_ccall.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_ccallback.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_ccallback.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_cconv.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_cconv.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_cdata.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_cdata.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_char.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_char.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_clib.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_clib.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_cparse.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_cparse.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_crecord.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_crecord.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_ctype.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_ctype.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_debug.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_debug.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_def.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_dispatch.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_dispatch.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_emit_arm.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_emit_mips.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_emit_ppc.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_emit_x86.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_err.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_err.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_errmsg.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_ff.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_ffrecord.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_ffrecord.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_frame.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_func.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_func.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_gc.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_gc.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_gdbjit.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_gdbjit.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_ir.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_ir.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_ircall.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_iropt.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_jit.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_lex.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_lex.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_lib.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_lib.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_load.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_mcode.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_mcode.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_meta.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_meta.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_obj.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_obj.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_opt_dce.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_opt_fold.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_opt_loop.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_opt_mem.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_opt_narrow.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_opt_sink.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_opt_split.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_parse.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_parse.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_record.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_record.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_snap.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_snap.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_state.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_state.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_str.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_str.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_strscan.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_strscan.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_tab.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_tab.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_target_arm.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_target_mips.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_target_ppc.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_target_x86.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_target.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_trace.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_trace.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_traceerr.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_udata.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_udata.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_vm.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_vmevent.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_vmevent.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj_vmmath.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lj.supp Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
ljamalg.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lua.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lua.hpp Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
luaconf.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
luajit.c Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
luajit.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
lualib.h Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
Makefile Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
Makefile.dep Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
msvcbuild.bat Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
vm_arm.dasc Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
vm_mips.dasc Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
vm_ppc.dasc Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
vm_ppcspe.dasc Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
vm_x86.dasc Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
xedkbuild.bat Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00