about summary refs log tree commit diff stats
path: root/test/expression/expression.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-18X86_32: Add fastcall abiFabrice Desclaux1-0/+27
2017-04-18Jitter: fix pending memory breakpoint (#527)serpilliere1-0/+8
2017-04-18Jitter: fix symb cache name (#525)serpilliere5-14/+27
2017-04-18Jitter: regression test for post instrFabrice Desclaux2-0/+47
2017-04-17Jitter: fix post instr exceptionFabrice Desclaux1-8/+7
2017-04-14Ir: rm dup api. Use get_out_regsFabrice Desclaux4-42/+0
2017-04-06Tests: run md5_aarch64l from the very beginningAjax1-1/+2
2017-04-06Introduce Sandbox.call, for direct function callingAjax3-0/+95
2017-04-06MD5_arm: run from the very beginningAjax2-4/+1
2017-04-06Add regression test for command-line/env support in SandboxAjax7-0/+52
2017-04-06Add command-line and enviornment-vars argument in SandboxAjax1-13/+146
2017-04-06Add basic libc_start_main stub for LinuxAjax1-0/+30
2017-04-06Introduce a new API 'func_prepare_<callingconv>' for calling a functionAjax3-1/+31
2017-04-06Introduce a naive "System V" calling conventionAjax5-59/+81
2017-04-06Aarch64: fix ldrFabrice Desclaux2-4/+62
2017-04-04Jitter/arm: dump gpregs 32 bit outputFabrice Desclaux1-4/+4
2017-04-04IR: fix set_dst linenbFabrice Desclaux1-1/+3
2017-03-31Expr: fix singleton; add reg testFabrice Desclaux3-67/+110
2017-03-30Update regression tests fo ModularIntervals mulAjax2-0/+12
2017-03-30ModularIntervals: naive support for * operationAjax2-1/+24
2017-03-30ModularIntervals: add length capabilityAjax1-0/+4
2017-03-30ModularIntervals: fix init with empty intervalAjax1-2/+4
2017-03-30Use non-deprecated ExprInt form in sembuilderAjax1-5/+6
2017-03-30Replace ExprInt[num](x) -> ExprInt(x, num)Ajax38-594/+595
2017-03-30Deprecate ExprInt[num] and ExprInt_from(expr, num)Ajax1-0/+12
2017-03-30Let ExprInt always use its Singleton capabilitiesAjax3-68/+65
2017-03-29analysis: Introduction of use-definition chainsCaroline Leman8-318/+346
2017-03-28ExprReduce: fix exprnode strFabrice Desclaux1-11/+11
2017-03-27Example/full: fix tipoFabrice Desclaux1-1/+1
2017-03-25Container: add dynsym symbolsFabrice Desclaux1-12/+16
2017-03-17Symbexec: fix tipo symbmngrFabrice Desclaux1-4/+4
2017-03-17IR: fix support old api blocsFabrice Desclaux1-1/+1
2017-03-16Symbexec: Fix state updateFabrice Desclaux1-3/+8
2017-03-13Core/asmblock: rename asmbloc_final to asmblock_finalFabrice Desclaux1-2/+9
2017-03-13Core/asmbloc: move asmbloc to asmblockFabrice Desclaux50-1659/+1669
2017-03-13Asmbloc: rename asm_constraint[to/next] to AsmConstraint[To/Next]Fabrice Desclaux3-16/+29
2017-03-13Asmbloc: rename asm_constraint to AsmConstraintFabrice Desclaux6-42/+49
2017-03-13Asmbloc: rename asm_raw to AsmRawFabrice Desclaux2-10/+17
2017-03-13Asmbloc: rename asm_symbol_pool to AsmSymbolPoolFabrice Desclaux10-25/+32
2017-03-13Asmbloc: rename asm_label to AsmLabelFabrice Desclaux27-97/+99
2017-03-13Asmbloc: rename asm_block_bad to AsmBlockBadFabrice Desclaux5-22/+29
2017-03-13Asmbloc: rename asm_bloc to AsmBlockFabrice Desclaux4-29/+37
2017-03-13All: rename vars bloc -> blockFabrice Desclaux24-231/+191
2017-03-13IR: rename blocs to blocksFabrice Desclaux17-189/+193
2017-03-13Arch: clean ira/jitFabrice Desclaux10-142/+117
2017-03-13IR/ir: rename ir to IntermediateRepresentationFabrice Desclaux13-34/+54
2017-03-13IR/ir: rename irbloc to IRBlockFabrice Desclaux10-286/+309
2017-03-13IR/Symbexec: rename symbexec to SymbolicExecutionEngineFabrice Desclaux13-42/+69
2017-03-08add mips32's addi simulationrootkiter1-0/+1
2017-02-22Add regression tests for expr_range, based on z3Ajax2-0/+99