about summary refs log tree commit diff stats
path: root/example/expression/basic_simplification.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-14Arch/aarch64: fix ANDS dst ZRFabrice Desclaux1-1/+6
2015-10-09TestAll: delete `exp_graph_test*` from depgraphAjax1-10/+10
2015-10-09TestAll: there is one more test for depgraph to deleteAjax1-1/+1
2015-10-09TestAll: `sol_10` and `sol_11` do not exist anymoreAjax1-1/+1
2015-10-07Arch/arm: add rev mnemonic;Fabrice Desclaux3-0/+14
2015-10-05Sandbox: add stack base manipulationFabrice Desclaux1-0/+10
2015-10-05IR: add get_labelFabrice Desclaux1-10/+22
2015-10-05Depgraph: fix nameFabrice Desclaux1-1/+2
2015-10-05Depgraph: fix follow mem/callFabrice Desclaux1-37/+49
2015-09-23Expression: move is_func_call to expr scrFabrice Desclaux2-4/+4
2015-09-06DiGraph: refactored compute_strongly_connected_componentsTim Blazytko1-18/+22
2015-09-05DiGraph: refactored compute_strongly_connected_componentsTim Blazytko1-6/+6
2015-09-04DiGraph: fixed typoTim Blazytko1-2/+2
2015-09-04DiGraph: added regression tests for strongly connected components and natural...Tim Blazytko1-1/+29
2015-09-04DiGraph: added algorithm to retrieve the strongly connected components of a g...Tim Blazytko1-0/+73
2015-09-04DiGraph: added natural loop detectionTim Blazytko1-0/+52
2015-09-04DiGraph: added breadth and depth first traversalsTim Blazytko1-0/+39
2015-08-30Test/aarch64: add reg testFabrice Desclaux1-1/+24
2015-08-30Aarch64/arch: fix zrFabrice Desclaux1-15/+18
2015-08-27Analysis/depgraph: improve get_modifiers complexityFabrice Desclaux1-34/+46
2015-08-26 Analysis/depgraph: use slots to be memory friendlyFabrice Desclaux1-0/+6
2015-08-26Aarch64/sem: fix tipoFabrice Desclaux1-1/+1
2015-08-24Analysis/Depgraph: Coding convention and cleanupsCaroline Leman2-22/+33
2015-08-24Arch/x86: factorize codeFabrice Desclaux1-40/+18
2015-08-24Arch/x86: fix e=> exprFabrice Desclaux1-157/+125
2015-08-24Arch/X86: remove dummy commentsFabrice Desclaux1-230/+7
2015-08-24Test/x86: updt regression testFabrice Desclaux1-19/+580
2015-08-24Arch/x86: fix xmm encoding/decodingFabrice Desclaux1-273/+380
2015-08-24Arch/aarch64: discard writes to ZRFabrice Desclaux1-0/+15
2015-08-24Analysis/Depgraph: Remove duplicates treatmentsCaroline Leman2-103/+131
2015-08-23Arch/aarch64: fix offset sizeFabrice Desclaux1-1/+1
2015-08-23Arch/aarch64: remove dbg printFabrice Desclaux1-7/+0
2015-08-20Arch/aarch64: fix PC value in semanticFabrice Desclaux1-6/+18
2015-08-20Test/aarch64: add regresion testsFabrice Desclaux2-0/+1787
2015-08-20Arch/aarch64: fix semanticFabrice Desclaux1-9/+75
2015-08-19Arch/aarch64: fix mnemonicFabrice Desclaux1-2/+2
2015-08-12README: fixed elfesteem linkTim Blazytko1-1/+1
2015-08-12README: fixed elfesteem documentationTim Blazytko1-2/+2
2015-08-09Loader/Elf: Support aarch64Fabrice Desclaux1-0/+2
2015-08-09Travis: use elfesteem from githubFabrice Desclaux1-1/+1
2015-08-09Example/ida: add aarch64 to ida utilsFabrice Desclaux1-13/+21
2015-08-09Test/aarch64: add unit testFabrice Desclaux4-0/+122
2015-08-09Add aarch64l md5 sandbox and testFabrice Desclaux3-0/+30
2015-08-09Linux/api: add memset; fix printfFabrice Desclaux1-14/+102
2015-08-08Add arch aarch64Fabrice Desclaux4-1/+67
2015-08-08Arch/aarch64: add arch/reg/ira/disasmserpilliere9-0/+3899
2015-08-08Jitter: factor common operatorsFabrice Desclaux2-51/+53
2015-08-08Jitter/vm_mngr: fix rot_right operatorFabrice Desclaux2-5/+10
2015-08-06Travis: migrate to container based buildsFabrice Desclaux1-7/+28
2015-08-05Analysis/Depgraph: pylint and pep8 compliance + docstringsCaroline Leman2-62/+93