PythonExtra/py
Damien 13ed3a658d Native Python and Viper support for x64 and thumb all together. 2013-10-08 09:05:10 +01:00
..
.gitignore Oops: add emitpass1.c for new factorised emit code. 2013-10-05 23:18:38 +01:00
Makefile Native Python and Viper support for x64 and thumb all together. 2013-10-08 09:05:10 +01:00
asmthumb.c Add b_n opcode to inline thumb asm. 2013-10-06 00:36:05 +01:00
asmthumb.h Add b_n opcode to inline thumb asm. 2013-10-06 00:36:05 +01:00
asmx64.c Implement crude viper emit stage. 2013-10-07 00:02:49 +01:00
asmx64.h Compiler computes labels and max_num_labels. 2013-10-05 13:44:41 +01:00
compile.c Native Python and Viper support for x64 and thumb all together. 2013-10-08 09:05:10 +01:00
compile.h Initial commit. 2013-10-04 19:53:11 +01:00
emit.h Native Python and Viper support for x64 and thumb all together. 2013-10-08 09:05:10 +01:00
emitbc.c Add support for inline thumb assembly. 2013-10-05 23:17:28 +01:00
emitcommon.c Factorise EMIT_COMMON calls, mostly into emit_pass1. 2013-10-05 14:17:09 +01:00
emitcpy.c Add support for inline thumb assembly. 2013-10-05 23:17:28 +01:00
emitinlinethumb.c Make runtime able to call inline asm with 1 argument. 2013-10-06 01:01:01 +01:00
emitnative.c Native Python and Viper support for x64 and thumb all together. 2013-10-08 09:05:10 +01:00
emitpass1.c Oops: add emitpass1.c for new factorised emit code. 2013-10-05 23:18:38 +01:00
emitthumb.c Add support for inline thumb assembly. 2013-10-05 23:17:28 +01:00
emitx64.c Native Python and Viper support for x64 and thumb all together. 2013-10-08 09:05:10 +01:00
grammar.h Initial commit. 2013-10-04 19:53:11 +01:00
lexer.c Initial commit. 2013-10-04 19:53:11 +01:00
lexer.h Initial commit. 2013-10-04 19:53:11 +01:00
lexerfile.c Initial commit. 2013-10-04 19:53:11 +01:00
machine.h Initial commit. 2013-10-04 19:53:11 +01:00
main.c Implement built-in decorators to select emit type. 2013-10-05 18:08:26 +01:00
malloc.c Initial commit. 2013-10-04 19:53:11 +01:00
misc.c Initial commit. 2013-10-04 19:53:11 +01:00
misc.h Initial commit. 2013-10-04 19:53:11 +01:00
parse.c Optimise typedargslist_name to not create a node if just an id. 2013-10-06 00:28:28 +01:00
parse.h Initial commit. 2013-10-04 19:53:11 +01:00
qstr.c Initial commit. 2013-10-04 19:53:11 +01:00
runtime.c Native Python and Viper support for x64 and thumb all together. 2013-10-08 09:05:10 +01:00
runtime.h Add support for inline thumb assembly. 2013-10-05 23:17:28 +01:00
scope.c Implement built-in decorators to select emit type. 2013-10-05 18:08:26 +01:00
scope.h Implement built-in decorators to select emit type. 2013-10-05 18:08:26 +01:00
vm.c Further factorise PASS_1 out of specific emit code. 2013-10-05 13:37:10 +01:00
vm.h Further factorise PASS_1 out of specific emit code. 2013-10-05 13:37:10 +01:00