about summary refs log tree commit diff stats
path: root/example/expression/basic_simplification.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-10MSP430 semantic: fix SR affectationPierre LALET1-1/+1
2015-03-08IR: factor identical slices in multi dst effectsserpilliere1-10/+11
2015-03-06README: add a workaround for Windows & IDACamille Mougey1-0/+11
2015-03-06README: TCC *stable* version should be useCamille Mougey1-1/+1
2015-03-06Depgraph: Clean each `depnodes` to purge and improve search in `done`Ajax1-0/+3
2015-03-06Depgraph: Modify the inter block `done` data structure to improve membership ...Ajax1-3/+4
2015-03-06Depgraph: In `filter_used_nodes`, `used_nodes` can be used as a done setAjax1-0/+3
2015-03-06TranslatorZ3: now uses its cache (forgotten lines...)Florent Monjalet1-1/+3
2015-03-05Example/IDA: Replace /tmp/ by tempfile.gettempdir (credits Joel Eriksson)Ajax2-2/+6
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 in expressionFabrice Desclaux1-213/+211
2015-02-23Expression: Exprcompose are now ordered by default; add sanitycheck for conti...Fabrice Desclaux1-0/+8
2015-02-23