about summary refs log tree commit diff stats
path: root/miasm2 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #950 from serpilliere/aarch64_add_mnCamille Mougey2019-02-032-0/+23
|\
| * Aarch64: add lda/stlFabrice Desclaux2019-01-272-0/+23
* | Merge pull request #952 from serpilliere/ppc_explicit_flagsCamille Mougey2019-02-035-24/+202
|\ \
| * | PPC: Explicit flagsFabrice Desclaux2019-01-271-13/+12
| * | Jitter: support high level flagsFabrice Desclaux2019-01-274-11/+190
| |/
* | Merge pull request #946 from serpilliere/fix_armt_itt_flagsCamille Mougey2019-01-301-1/+38
|\ \ | |/ |/|
| * Armt: fix flags update in ITT blocksFabrice Desclaux2019-01-171-1/+38
* | Simplifications: simplify slice of opFabrice Desclaux2019-01-261-3/+11
* | Merge pull request #945 from serpilliere/fix_armt_cmnCamille Mougey2019-01-171-1/+4
|\ \
| * | Armt: fix cmnFabrice Desclaux2019-01-171-1/+4
* | | Fix bad englishFabrice Desclaux2019-01-1711-33/+33
| |/ |/|
* | Merge pull request #899 from serpilliere/tssa_to_cssaCamille Mougey2019-01-172-102/+740
|\ \ | |/ |/|
| * Code clean-up and commentAjax2019-01-161-80/+127
| * Analysis: fix unssa algorithmFabrice Desclaux2019-01-161-97/+482
| * Analysis: add liveness analysisFabrice Desclaux2019-01-151-1/+207
| * SSA: make ssa_variable_to_expr publicFabrice Desclaux2019-01-151-3/+3
* | Merge pull request #942 from serpilliere/rename_idiv_sdivCamille Mougey2019-01-1615-48/+48
|\ \
| * | Rename idiv/imod into sdiv/smodFabrice Desclaux2019-01-1515-48/+48
* | | Merge pull request #907 from serpilliere/add_simplificationsCamille Mougey2019-01-162-78/+349
|\ \ \
| * | | Expressions/Simplifications: clean codeFabrice Desclaux2019-01-151-60/+91
| * | | Expression: add simplificationsFabrice Desclaux2019-01-152-27/+267
| | |/ | |/|
* | | Merge pull request #943 from commial/fix/reorg-python-jitterserpilliere2019-01-163-81/+142
|\ \ \ | |/ / |/| |
| * | LLVMConvert: fix mini-typoAjax2019-01-151-1/+1
| * | JitCore: remove unused codeAjax2019-01-151-11/+1
| * | JitCore_Python: rewrite to be match llvm & gcc behaviorAjax2019-01-151-69/+140
* | | Merge pull request #922 from serpilliere/updt_aarch64_mnCamille Mougey2019-01-152-0/+80
|\ \ \
| * | | Aarch64: add [su]mul instructionsFabrice Desclaux2019-01-111-0/+31
| * | | Aarch64: add casp instructionFabrice Desclaux2019-01-112-0/+49
* | | | Merge pull request #939 from commial/fix/unused-sizeserpilliere2019-01-151-4/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | VmMngrPy: remove unused 'size' varAjax2019-01-141-4/+0
* | | | Merge pull request #941 from serpilliere/jit_python_dump_gpregsCamille Mougey2019-01-157-5/+65
|\ \ \ \
| * | | | Jitter/python: use correct dump gpregsFabrice Desclaux2019-01-147-5/+65
| | |_|/ | |/| |
* / | | Examples/IDA: raise IOError on read out of rangeFabrice Desclaux2019-01-141-1/+5
|/ / /
* | | Merge pull request #935 from serpilliere/fix_jit_pc_updtCamille Mougey2019-01-144-12/+26
|\ \ \
| * | | Jitter: fix pc update in trace modeFabrice Desclaux2019-01-134-12/+26
| |/ /
* / / Core: rm deprecated moduleFabrice Desclaux2019-01-141-10/+0
|/ /
* | Update arch.pyVladislav HrĨka2019-01-111-1/+4
* | Merge pull request #915 from serpilliere/msp430_flagsCamille Mougey2019-01-112-101/+163
|\ \
| * | MSP430: Explicit flagsFabrice Desclaux2019-01-112-101/+163
| |/
* | ARM: add mnemonicsFabrice Desclaux2019-01-112-1/+31
* | Armt: fix itt exprlocFabrice Desclaux2019-01-111-2/+2
* | Armt: fix cbnzFabrice Desclaux2019-01-111-1/+1
|/
* fix: typo in ContextException structureSheidan2019-01-031-1/+1
* Aarch64: fix ccmp semFabrice Desclaux2018-12-261-3/+3
* Aarch64: add mnemonic semFabrice Desclaux2018-12-261-0/+249
* Fix typos & add codespellPierre LALET2018-12-2352-199/+199
* Merge pull request #904 from commial/feature/export-LLVMserpilliere2018-12-201-58/+165
|\
| * LLVM: introduce LLVMFunction_IRCompilation, basics for IR exportAjax2018-12-201-2/+93
| * LLVM: add basic support for unsigned comparisonAjax2018-12-201-1/+17
| * LLVM: move Miasm operatation support to LLVMContext (not specific to jit)Ajax2018-12-201-55/+55