about summary refs log tree commit diff stats
path: root/example/expression/simplification_add.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-18Add a regression test to ensure INT is called each time in a loopAjax1-2/+8
2018-05-18LLVM: check all CPU exceptions after instruction executionAjax1-0/+3
2018-05-17Jitter: fix bad block managementFabrice Desclaux5-21/+119
2018-05-17AsmBlock: constant for asmblockbad errnoFabrice Desclaux1-10/+29
2018-05-17Add support for XMM0-15 registers in x86Ajax4-0/+105
2018-05-17Add support for 128 bits operations in VmMngr and GCC outputsAjax7-44/+158
2018-05-16Test: remove blacklisted testAjax1-1/+0
2018-05-16Add support for 128 bits udiv/umod/idiv/imod operations for CC jittersAjax2-0/+7
2018-05-16MSP430: remove duplicate or unused operations implemAjax2-15/+0
2018-05-16ARM 'clz' op is actually 'cntleadzeros', replace itAjax4-22/+1
2018-05-16Move umod/udiv/imod/idiv operations to op_semanticsAjax12-159/+31
2018-05-16udiv/umod/idiv/imod: remove unused 'vmcpu' argumentAjax8-58/+58
2018-05-16Update documentation (remove TCC jitter engine)Ajax1-11/+2
2018-05-16Remove TCC jitter engineAjax8-543/+10
2018-05-15Rename x86 specific op 'cpuid' to 'x86_cpuid'Ajax7-18/+18
2018-05-15Remove unused 'Makefile'Ajax1-20/+0
2018-05-15Extract operation semantics from 'vm_mngr' to dedicated 'op_semantics'Ajax11-920/+934
2018-05-15Op bsr/bsf are replaced by cnttrailzeros / cntleadzeros, defined in 0Ajax12-61/+100
2018-05-15Fix bsr implementation to avoid infinite loop on src=0Ajax1-2/+2
2018-05-15AsmAst: fix dup methodFabrice Desclaux1-3/+0
2018-05-14DSE: update doc on attachment in a breakpointAjax1-1/+19
2018-05-14Parser: fix arguments nameFabrice Desclaux8-191/+189
2018-05-14Core: updt parser structureFabrice Desclaux29-1030/+1113
2018-05-09add getby_offset in AsmCFGlosynix2-0/+10
2018-05-09Cpu: fix fromstring arg nameFabrice Desclaux5-44/+43
2018-05-09Jitter: fix FPU C functions namesFabrice Desclaux4-56/+59
2018-05-09Remove debug codeFabrice Desclaux1-4/+0
2018-05-02Update Mips runtimeFabrice Desclaux7-6/+185
2018-04-27Jitter: add get_breakpointFabrice Desclaux1-0/+7
2018-04-26Travis: switch to llvm-6.0 for LLVMLite 0.23Fabrice Desclaux1-4/+4
2018-04-26Expr: Fix default sizeFabrice Desclaux1-1/+7
2018-04-25Add some graphical optionsWilliam Bruneau1-15/+95
2018-04-24Fix typoWilliam Bruneau1-9/+3
2018-04-20Fix build on OpenBSD.Remi Pointel1-1/+1
2018-04-19Fix __ne__ callsFabrice Desclaux10-1/+28
2018-04-19Asmblock: fix AsmSymbolPool APIFabrice Desclaux1-4/+22
2018-04-19Fixed uxtw, uxth and sxtw, sxth register truncationVikas Gupta1-1/+24
2018-04-19PE: fix resource rebuildFabrice Desclaux1-5/+5
2018-04-18IR: fix remove_jmp auto loopFabrice Desclaux1-0/+4
2018-04-18IR: simplify return if block is modifiedFabrice Desclaux1-5/+12
2018-04-18Arm: add dsbFabrice Desclaux2-1/+49
2018-04-18CPU: add reg_info from dictFabrice Desclaux1-0/+18
2018-04-18Sandbox/arm: Add armtlFabrice Desclaux1-0/+70
2018-04-18Cpu: lmask is propertyFabrice Desclaux2-4/+8
2018-04-18Fix arm T32ExpandImmFabrice Desclaux2-4/+5
2018-04-18Arm: add armt jitterFabrice Desclaux8-2/+200
2018-04-18Fix armt irFabrice Desclaux1-2/+2
2018-04-18Arm/t2: Round ld/st pc relativeFabrice Desclaux1-0/+3
2018-04-18Arm: add some arm t2 instructionsFabrice Desclaux7-239/+1536
2018-04-16Update example with expressions manipulationsmanwefm1-5/+6