about summary refs log tree commit diff stats
path: root/example/expression/expr_random.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-30replaced redundant codeTim Blazytko1-1/+1
2015-04-30fixed typoTim Blazytko1-2/+2
2015-04-30TestAll: Coverage mode was brokenAjax2-1/+2
2015-04-29IR: Compliance to python coding conventionsCaroline Leman1-350/+390
2015-04-29IR: Regression test integrationCaroline Leman2-12/+15
2015-04-29IR: Improve dead code eliminationCaroline Leman4-164/+923
2015-04-29Graph: replace forgotten root apiFabrice Desclaux1-2/+2
2015-04-28DiGraph: RefactoringAjax1-64/+59
2015-04-28DepGraph: Speed up 'add_uniq_edge' in the mean caseAjax1-5/+5
2015-04-28DiGraph: Refactor internal structures to avoid duplicationAjax1-8/+8
2015-04-28DiGraph: Ambiguous name for internal structuresAjax1-15/+17
2015-04-28Depgraph: Simplify the implicit algorithm (creds @serpilliere)Ajax1-29/+24
2015-04-28DepGraph: Avoid failing if z3 is not presentAjax2-5/+8
2015-04-28Example: Add an example "rename-args" argument for depgraphAjax2-3/+16
2015-04-28DepGraph: Introduce implicit result management, with constraint solving APIAjax2-1/+78
2015-04-27DepGraphResult: Add an initial context optionAjax1-2/+7
2015-04-25Test: add intmod regressionserpilliere1-1/+4
2015-04-25Expression/modint: set arg to long to canonize reprserpilliere1-3/+1
2015-04-24Jitter: fix cast for 32 bits machinesserpilliere4-4/+4
2015-04-24Mips32Sem: Replace argument namesAjax1-189/+194
2015-04-24Mips32Sem: Update semantic according to sembuilderAjax1-22/+8
2015-04-24SemBuilder: Introduce the 'if cond' statement, building a new IRBlockAjax2-18/+139
2015-04-24SemBuilder: Get back functions parsed for mnemo_funcAjax2-88/+38
2015-04-24SemBuilder: PreInit context with needed valuesAjax2-2/+10
2015-04-24ExampleIDA: Add 'Implicit' option for depgraphAjax1-2/+4
2015-04-24Depgraph: Add a new example `depgraph` calling DepGraph with optionsAjax2-0/+86
2015-04-24DepGraph: Introduce the `implicit` optionAjax1-3/+30
2015-04-24DepGraph: Extend FollowExpr to include relative methodsAjax1-20/+33
2015-04-24IR: Introduce dst_linenb, factorize and comment codeAjax2-13/+21
2015-04-24DepGraph: Refactor internals APIAjax1-12/+19
2015-04-24TestAll: Bad productAjax1-1/+0
2015-04-24TestDepgraph: Bad counter name (credits C. Leman)Ajax1-3/+4
2015-04-23Mips32Sem: Update semantic according to SemBuilderAjax1-219/+160
2015-04-23SemBuilder: Add `('X' % Y)(Z) -> ExprOp('X' % Y, Z)` and `('X')(Y) -> ExprOp(...Ajax2-18/+41
2015-04-22Jitter: Factorize common cpu attributes in JitCpu; Update APIs in consequenceserpilliere21-1164/+656
2015-04-22Mips32: Use variable facility in semanticAjax1-6/+9
2015-04-22SemBuilder: Handle real variable declarationAjax2-0/+13
2015-04-22Mips32Sem: Use SemBuilderAjax1-147/+122
2015-04-22Core: Introduce SemBuilder, a helper for building semantics side effectsAjax3-0/+168
2015-04-22Test: add regression test for automod codeserpilliere2-1/+41
2015-04-22Jitter: get/set mem is now wrapped in cpuserpilliere18-333/+723
2015-04-22Vm_mngr: move get/set mem into vmmngrserpilliere3-89/+116
2015-04-15Jitter/Tcc: fix memory leakserpilliere1-6/+0
2015-04-13Analysis: TypoAjax1-1/+1
2015-04-08Test: add expression reg testFabrice Desclaux2-0/+8
2015-04-08Expression: expression comparison are done using repr, not hash (prone to col...Fabrice Desclaux1-18/+68
2015-04-05Asmbloc: add sanity check before assembleFabrice Desclaux1-0/+22
2015-04-05Asmbloc: use correct api in wedge mergeFabrice Desclaux1-1/+1
2015-04-02TestAll: missing products for DepGraphAjax1-1/+2
2015-04-02TestAll: Add a "do-not-clean" optionAjax2-3/+14