about summary refs log tree commit diff stats
path: root/example/expression/simplification_add.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-04X86/arch: add stmxcsr/ldmxcsrserpilliere2-0/+7
2015-02-27msp430 semantic: fix carry and overflow flags for cmp.* mnemonicsPierre LALET1-4/+4
2015-02-27VmMngrPY: Null Deref in `set_mem_access`Ajax1-0/+5
2015-02-27X86/sem: fix leave semanticFabrice Desclaux1-6/+5
2015-02-27Test/X86: updt reg testsFabrice Desclaux1-6/+6
2015-02-27X86: fix stack manipulators default size (64bit)Fabrice Desclaux1-57/+36
2015-02-27BinStreamIDA: `getlen` is now lazy, and use the proper IDA APIAjax1-1/+7
2015-02-24Example/Disasm/Full: Compute IR with & without analysis on `-g`Camille Mougey1-6/+17
2015-02-24Machine: Export IR (without analyse)Camille Mougey1-0/+16
2015-02-24DepGraph: Normalize output by including heads from graphCamille Mougey1-2/+7
2015-02-24Depgraph: results should be copy of `done` elementsCamille Mougey1-1/+1
2015-02-24ir2C: fix `gen_resolve_int()`Pierre LALET1-1/+1
2015-02-23Jitcore: BounderDict upper bound is now a class attributeCamille Mougey1-1/+2
2015-02-23JitCore: Jitcore is an abstract classCamille Mougey1-2/+2
2015-02-23JitCore_TCC: Use a callback to free TCCState on Jitted block deletionCamille Mougey1-4/+10
2015-02-23JitCore: Jitted blocks are now a BoundedDict with a possible callbackCamille Mougey1-1/+5
2015-02-23Core: Introduce BoundedDict and its regression testCamille Mougey3-0/+115
2015-02-23Jittcc: free values returned by `strdup` in `tcc_set_emul_lib_path`Camille Mougey1-8/+8
2015-02-23VmMngrPy: resource leak (`mpn`, `mpn->ad_hp`) if "known page in memory"Camille Mougey1-1/+4
2015-02-23VmMngr: resource leak (`mpn`) if `(!p)` is takenCamille Mougey1-0/+1
2015-02-23Expression: use __hash__ function instead of propertyFabrice Desclaux1-9/+8
2015-02-23Arm: fit testFabrice Desclaux1-5/+5
2015-02-23Expression: use private attributes i