about summary refs log tree commit diff stats
path: root/example/expression/simplification_tools.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-08Translator/z3: fix tipo in z3 cmp operatorsFabrice Desclaux1-2/+2
2019-02-08Added descriptionVladislav Hrčka1-1/+14
2019-02-08Added function find_path_from_srcVladislav Hrčka1-0/+22
2019-02-07Support for REP instruction prefix (#956)Vladislav Hrčka3-21/+27
2019-02-05Add ENDBR64 and ENDBR32 instructionsWilliam Bruneau3-0/+17
2019-02-04bin_stream: check negative offsetFabrice Desclaux1-0/+8
2019-02-03Binary: add more elf symbolsFabrice Desclaux2-0/+30
2019-02-03Location: known_offset can be NoneFabrice Desclaux1-1/+4
2019-01-27PPC: Explicit flagsFabrice Desclaux1-13/+12
2019-01-27Jitter: support high level flagsFabrice Desclaux4-11/+190
2019-01-27Aarch64: add lda/stlFabrice Desclaux3-0/+28
2019-01-26Simplifications: simplify slice of opFabrice Desclaux1-3/+11
2019-01-17Release v0.1.1Fabrice Desclaux1-0/+20
2019-01-17Fix bad englishFabrice Desclaux14-37/+37
2019-01-17Armt: fix flags update in ITT blocksFabrice Desclaux1-1/+38
2019-01-17Armt: fix cmnFabrice Desclaux2-1/+6
2019-01-16Code clean-up and commentAjax1-80/+127
2019-01-16Example/IDA: updt graph ir + menuFabrice Desclaux2-126/+215
2019-01-16Example/Full: dont modify ircfg in ssa formFabrice Desclaux1-3/+0
2019-01-16Example: del unnecessary dup dst in blocksFabrice Desclaux1-5/+2
2019-01-16Test: add an unssa reg testFabrice Desclaux2-6/+659
2019-01-16Analysis: fix unssa algorithmFabrice Desclaux2-113/+549
2019-01-15Analysis: add liveness analysisFabrice Desclaux1-1/+207
2019-01-15SSA: make ssa_variable_to_expr publicFabrice Desclaux3-11/+11
2019-01-15Expressions/Simplifications: clean codeFabrice Desclaux1-60/+91
2019-01-15Expression: add simplificationsFabrice Desclaux3-27/+443
2019-01-15LLVMConvert: fix mini-typoAjax1-1/+1
2019-01-15JitCore: remove unused codeAjax1-11/+1
2019-01-15JitCore_Python: rewrite to be match llvm & gcc behaviorAjax1-69/+140
2019-01-15Rename idiv/imod into sdiv/smodFabrice Desclaux16-50/+50
2019-01-14Jitter/python: use correct dump gpregsFabrice Desclaux7-5/+65
2019-01-14Examples/IDA: raise IOError on read out of rangeFabrice Desclaux1-1/+5
2019-01-14VmMngrPy: remove unused 'size' varAjax1-4/+0
2019-01-14Travis: avoid redundancy between parallel tests casesAjax1-9/+12
2019-01-14Test_all: add a TAG for python jitter based testsAjax1-2/+3
2019-01-14Core: rm deprecated moduleFabrice Desclaux1-10/+0
2019-01-13Jitter: fix pc update in trace modeFabrice Desclaux4-12/+26
2019-01-12parallel testsStephen1-2/+12
2019-01-11Update arch.pyVladislav Hrčka1-1/+4
2019-01-11README: update appveyor cea-secFabrice Desclaux1-1/+1
2019-01-11Disasm/full: ircfg_a and ssa.graph are the same object, use only one denomina...Ajax1-8/+7
2019-01-11Aarch64: add [su]mul instructionsFabrice Desclaux1-0/+31
2019-01-11Aarch64: add casp instructionFabrice Desclaux3-0/+69
2019-01-11ARM: add mnemonicsFabrice Desclaux3-1/+43
2019-01-11Armt: fix itt exprlocFabrice Desclaux1-2/+2
2019-01-11Armt: fix cbnzFabrice Desclaux1-1/+1
2019-01-11MSP430: Explicit flagsFabrice Desclaux2-101/+163
2019-01-10remove unnecessary apt packages from travisStephen1-4/+0
2019-01-10appveyor cleanupStephen1-3/+0
2019-01-10use referenceStephen1-2/+2