about summary refs log tree commit diff stats
path: root/example/expression/basic_simplification.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-18PyLint: Remove keyword redefinition, bad open modeCamille Mougey6-20/+20
2015-02-18PyLint: Import errors, pointless statements (`fds`), bad indentationCamille Mougey8-32/+24
2015-02-18Core: General PyLintingCamille Mougey3-43/+29
2015-02-18Core/Interval: `interval.cannon_list` should be a `staticmethod`Camille Mougey1-2/+3
2015-02-18Core/Interval: Add commentsCamille Mougey1-32/+28
2015-02-18Core/Interval: PyLint passCamille Mougey1-23/+28
2015-02-18Core/CPU: Pylint pass, remove commented code (SCM or log.debug should be used)Camille Mougey1-306/+105
2015-02-18Core/ParseASM: Remove some warningCamille Mougey1-7/+6
2015-02-18Core/ParseASM: Remove wildcard import and too long linesCamille Mougey1-34/+27
2015-02-18ir: replace wildcard imports + pylint compliancePierre LALET3-71/+84
2015-02-18analysis: replace wildcard importsPierre LALET3-5/+7
2015-02-18os_dep: replace wildcard importsPierre LALET3-7/+11
2015-02-17example unpack_upx: use argument lists in .func_args_*()Pierre LALET1-7/+4
2015-02-17os_dep.win_api_x86_32: use argument lists in .func_args_*(), (bug)fixesPierre LALET1-879/+693
2015-02-17Mips32/Sem: Import expression as m2_exprAjax1-128/+135
2015-02-17Mips32/Sem: Remove wildcard-import from `regs`Ajax1-1/+1
2015-02-17Mips32/Sem: Describe common MIPS32 instructionsAjax1-0/+49
2015-02-17Use `@named_arguments` decorators for `.func_args_*` methodsPierre LALET2-27/+14
2015-02-17Use wrapper `named_arguments` to log function callsPierre LALET2-7/+27
2015-02-17Add a function decorator to use named arguments in .func_args_stdcall() methodsPierre LALET1-2/+19
2015-02-17os_dep: reorder importsPierre LALET1-7/+10
2015-02-16TestAll: Never launch tests from `miasm2` root (files are used before modules)Camille Mougey1-6/+4
2015-02-16PyLint: Unreachable codeCamille Mougey4-14/+7
2015-02-16PyLint: remove 'unnecessary-lambda'Camille Mougey3-4/+4
2015-02-16PyLint: Wild-unused-import (expression.expression) in x86 partCamille Mougey3-868/+983
2015-02-16PyLint: Replace old `Raise` syntaxCamille Mougey1-2/+2
2015-02-16PyLint: Remove `global` variables undefinedCamille Mougey1-1/+1
2015-02-16PyLint: Remove bad `super` callsCamille Mougey2-2/+2
2015-02-16PyLint: SH4 test code was duplicatedCamille Mougey1-435/+0
2015-02-16PyLint: IRBloc was an Old-Style class, dst was rewrite on `irbloc(...).dst =`Camille Mougey1-2/+2
2015-02-16PyLint: Debugging: Invalid nameCamille Mougey1-6/+6
2015-02-16PyLint: Remove relative importsCamille Mougey17-30/+27
2015-02-16PyLint: Remove unused-importsCamille Mougey11-15/+5
2015-02-13Test: Add x86 64 mul/div regression testFabrice Desclaux2-1/