about summary refs log tree commit diff stats
path: root/example/expression/expr_reduce.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-16LLVM: use pretty print for instr loggingAjax1-1/+2
2018-07-16TranslatorC: use unsigned long long int in 64 bitsAjax1-1/+4
2018-07-16AsmBlock: avoid underterministic print for next/toAjax1-1/+1
2018-07-13Jitter: use bignumFabrice Desclaux23-389/+1918
2018-07-13Jitter: skip jit import on minimal installFabrice Desclaux1-4/+12
2018-07-13Test: don't reset *all* testsFabrice Desclaux1-1/+0
2018-07-12Toshiba MeP supportGuillaume Valadon56-2/+8914
2018-07-12Fix ARM C function callingAdrien Guinet1-2/+2
2018-07-12IR-Merge-blocks: ensure son is always in blocksAjax1-1/+3
2018-07-12Disasm/Full: fix inversion in output namesAjax1-2/+2
2018-07-10IR: rename DiGraphIR=>IRCFGFabrice Desclaux4-18/+30
2018-07-10Test: add reduce ircfg reg testsFabrice Desclaux2-0/+532
2018-07-10Examples: updt apiFabrice Desclaux2-11/+14
2018-07-10IR: move simplification from ir to data_flowFabrice Desclaux2-138/+260
2018-07-10TestALL: add QEMU sse test for LLVM and GCCAjax1-0/+4
2018-07-10Add support for new SSE operations (based on QEMU i386 test_sse)Ajax1-104/+299
2018-07-10Expression: introduce operation on float (comparision, equality to NaN/sNan/q...Ajax1-0/+77
2018-07-10Add the new float ops support for the C jitter and fix old onesAjax1-15/+146
2018-07-10Add the new float ops support for the C jitterAjax3-138/+195
2018-07-10Introduce the new float notation and operations for x86 semanticAjax2-114/+89
2018-07-10JitCore x86: use uint64_t instead of double to store float_st*Ajax1-8/+8
2018-07-10Add new SSE instruction description and updates old onesAjax2-15/+111
2018-07-10TranslatorC: for uncommon size, use at least uint8Ajax1-2/+2
2018-07-09SSA: add testsFabrice Desclaux1-2/+2
2018-07-09Analysis: Add SSA transformationTim Blazytko3-0/+603
2018-07-05Example: fix defuseFabrice Desclaux1-1/+1
2018-07-05Example/ida: fix dgFabrice Desclaux1-6/+6
2018-07-05README: add python console colorationAjax1-30/+30
2018-07-05IR: pretty print irblocsFabrice Desclaux1-16/+42
2018-07-05IR: gen ircfg from ir_archFabrice Desclaux37-770/+1017
2018-07-05IR: split ir/digraphFabrice Desclaux2-256/+254
2018-07-05IR: remove default regs_init for symbexecFabrice Desclaux13-150/+247
2018-07-05Analysis: Remove unused functionFabrice Desclaux1-30/+0
2018-07-03Update symbol_pool's deprecated API -> LocationDBAjax56-272/+198
2018-07-03symbol_pool -> loc_dbAjax86-706/+720
2018-07-03LocationDB: introduced to replace AsmSymbolPoolAjax4-224/+569
2018-07-02ExprLoc/LocKey: avoid ambiguity in string representationAjax1-2/+2
2018-07-01Remove incorrect attributeGuillaume Valadon1-2/+2
2018-06-22Jitcore: run_at actually takes a list of stop_offset, instead of aAjax5-14/+24
2018-06-22Jitcore: remove useless strucs and rename for more meaningful namesAjax9-83/+80
2018-06-22Jitters: use loc_key instead of names or offset for basic block labelingAjax8-57/+27
2018-06-22TravisCI: turn deprecation warning into RuntimeErrorAjax1-1/+4
2018-06-21Expr: add simplification shift maskFabrice Desclaux2-0/+24
2018-06-21Code cleaning: remove useless / commented codeAjax16-173/+2
2018-06-21Jitter: deprecate jit.disasm_cbAjax1-3/+11
2018-06-21Jitter: rename jitter class into JitterFabrice Desclaux7-34/+47
2018-06-21Jitter: add simple trace apiFabrice Desclaux14-53/+45
2018-06-21Adding ccmp aarch64 instruction.gajaloyan1-0/+30
2018-06-20Parse_asm: remove useless functionsFabrice Desclaux1-26/+0
2018-06-20Update README.md_Frky1-3/+3