about summary refs log tree commit diff stats
path: root/miasm2/arch/ppc/arch.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-764/+0
* Support python2/python3Fabrice Desclaux2019-03-051-4/+5
* Expression: replace arg by ptr in ExprMemFabrice Desclaux2018-10-121-2/+2
* Code cleaning: lgtm.comFabrice Desclaux2018-09-201-1/+1
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-2/+2
* symbol_pool -> loc_dbAjax2018-07-031-10/+10
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-5/+4
* Expr: Add new word ExprLocFabrice Desclaux2018-06-081-4/+4
* Parser: fix arguments nameFabrice Desclaux2018-05-141-6/+6
* Core: updt parser structureFabrice Desclaux2018-05-141-26/+32
* Fix the 011111 group of store instructions wrt r0Aymeric Vincent2018-03-151-2/+3
* Merge pull request #693 from a-vincent/ppc-fix-getdstflowCamille Mougey2018-03-091-2/+2
|\
| * Fix branches which currently have a useless CR fieldAymeric Vincent2018-03-091-2/+2
* | Allow any condition on non-conditional branchesAymeric Vincent2018-03-081-3/+1
|/
* Add support for PowerPC 32bit big-endian processors: "ppc32b"Aymeric Vincent2018-02-261-0/+759