about summary refs log tree commit diff stats
path: root/example/expression/graph_dataflow.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-23Squelch a couple of warnings on 32 bit architectures with respect toAymeric Vincent2-2/+2
2015-11-23When parsing a 64 bit integer, make sure we have enough room to store it.Aymeric Vincent2-10/+14
2015-11-22Expression: repr cpuid opFabrice Desclaux1-0/+1
2015-11-22Os_dep/win: multiple fixFabrice Desclaux1-7/+15
2015-11-17TestALL: add a new tag 'qemu', avoiding QEMU testsAjax1-0/+3
2015-11-17QEMU/test: enable 'test_misc' for both python and TCCAjax1-2/+2
2015-11-17x86/sem: add 'iret[d]' user-landAjax1-0/+14
2015-11-17x86/sem: template eflags assignment from a sourceAjax1-12/+11
2015-11-17Test/QEMU: enable 'test_string' for both python and TCCAjax1-1/+2
2015-11-17x86/sem: fix cmps comparisonAjax1-3/+1
2015-11-17Qemu/test: update expected output for test_stringAjax1-78/+78
2015-11-17Semantic: instr.mode doesn't stand for ir.IRDst.sizeAjax2-60/+60
2015-11-17TestALL: enable QEMU test_xchg for python / tccAjax1-1/+2
2015-11-17JitterPython: init registers with 0 instead of symbolAjax1-4/+2
2015-11-17Symbexec: func_write callback doesn't need anymore last argAjax2-4/+3
2015-11-17Symbexec: fix parallelism with memory accessesAjax1-7/+4
2015-11-17x86/sem: rewrite xchg with SemBuilderAjax1-5/+4
2015-11-17TestQEMU: workaround/hack for displaying extended hexAjax1-0/+6
2015-11-17x86/sem: add cmpxchg8bAjax1-0/+16
2015-11-17Sembuilder: update regression testAjax1-1/+10
2015-11-16SemBuilder: introduce a new notation {a, b} for ExprComposeAjax1-0/+27
2015-11-16SemBuilder: use a local context per functionAjax1-2/+6
2015-11-16x86/arch: add cmpxchg8b and cmpxchg16b in disass and testsAjax2-0/+12
2015-11-16x86/sem: fix cmpxchg using a sembuilderAjax1-19/+17
2015-11-16SemBuilder: handle if .. else .. structuresAjax1-37/+46
2015-11-16SemBuilder: update `ir.get_next_label` APIAjax1-1/+2
2015-11-16SemBuilder: allow alias (re-assignment of a declared var)Ajax1-0/+1
2015-11-16Test: enable QEMU tests for "bcd"Ajax1-1/+2
2015-11-16x86/sem: 'aad' af is undefined, but must be set to 0Ajax1-0/+1
2015-11-16x86/sem: 'aam' af is undefined, but must be set to 0Ajax1-0/+1
2015-11-16x86/sem: fix 'aas' factor code with 'aaa'Ajax1-27/+10
2015-11-16x86/sem: refactor 'aaa' and fix itAjax1-24/+16
2015-11-16x86/sem: update nzp flags in 'das'Ajax1-0/+1
2015-11-16x86/sem: update nzp flags in 'daa'Ajax1-0/+1
2015-11-16Test/QEMU: emulate puts, enabling test_self_modifying_codeAjax2-1/+18