about summary refs log tree commit diff stats
path: root/example/expression/basic_simplification.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-18Graph: add dominators computationFabrice Desclaux1-0/+52
2015-01-11TranslatorPython: fix forgotten parenthesis could lead to errorsFlorent Monjalet1-1/+1
2015-01-11fix TranslatorPython.from_ExprSlice forgotten varFlorent Monjalet1-2/+1
2015-01-09Add docstring/Fix variable nameFabrice Desclaux2-7/+11
2015-01-09IR Analysis: Handle liveness analysis on uncomplete graphFabrice Desclaux1-14/+65
2015-01-09Arm/Ira: Fix call bloc generationFabrice Desclaux1-2/+2
2015-01-09IR: Add set_dstFabrice Desclaux1-0/+11
2015-01-09Graph: Add get_all_parents/del_nodeFabrice Desclaux1-0/+22
2015-01-09Analysis: Refactor and commentFabrice Desclaux1-29/+78
2015-01-09Fix xorps semanticFabrice Desclaux1-1/+1
2014-12-24Loader/PE: Update vm_load_pe_lib* APIs to take a VmMngr instance in inputCamille Mougey2-5/+7
2014-12-24Loader/Pe: Fix importsCamille Mougey1-2/+4
2014-12-24Loader/Pe: Fix a typographyCamille Mougey1-1/