about summary refs log tree commit diff stats
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Test/aarch64: add reg testFabrice Desclaux2015-08-301-1/+24
|
* Merge pull request #213 from carolineLe/dependency_graphCamille Mougey2015-08-261-96/+105
|\ | | | | Dependency graph
| * Analysis/Depgraph: Coding convention and cleanupsCaroline Leman2015-08-241-2/+1
| |
| * Analysis/Depgraph: Remove duplicates treatmentsCaroline Leman2015-08-241-96/+106
| |
* | Merge pull request #209 from serpilliere/x86_mm_fixCamille Mougey2015-08-241-19/+580
|\ \ | | | | | | X86 mm fix
| * | Test/x86: updt regression testFabrice Desclaux2015-08-241-19/+580
| |/
* / Test/aarch64: add regresion testsFabrice Desclaux2015-08-202-0/+1787
|/
* Test/aarch64: add unit testFabrice Desclaux2015-08-093-0/+105
|
* Add aarch64l md5 sandbox and testFabrice Desclaux2015-08-091-0/+2
|
* Analysis/Depgraph: pylint and pep8 compliance + docstringsCaroline Leman2015-08-051-8/+7
|
* Analysis/Depgraph: DependecyGraph precision improvement + regressions tests.Caroline Leman2015-08-052-436/+1036
| | | | | | | | | The DependencyNodes are now distincts, in order to handle dependency loops p (cf test graph 13) The emulation part of DependencyResult will emulate the value along the path specified by the DependencyGraph (loops included). This commit includes depgraph regression tests.
* Test/ir: updt regression testserpilliere2015-07-311-1/+1
|
* Test/simplification: add cmpx regression testsserpilliere2015-07-291-0/+33
|
* Test/sem: add daa/dasFabrice Desclaux2015-07-293-0/+184
|
* Test/Expression: add regression test for shift/sliceFabrice Desclaux2015-07-231-0/+8
|
* X86/Test: add stack unit testserpilliere2015-07-202-0/+61
|
* X86/test: update arch regression testsserpilliere2015-07-201-6/+60
|
* test/simplification: reg testserpilliere2015-07-101-0/+2
|
* Merge pull request #175 from serpilliere/add_simp_sliceCamille Mougey2015-06-111-1/+52
|\ | | | | Add simp slice
| * Test: add simplification regressionFabrice Desclaux2015-06-051-1/+52
| |
* | Test/Graph: extended regression tests for g2Tim Blazytko2015-06-021-0/+7
| |
* | DiGraph: fixed order in dominance_frontierTim Blazytko2015-06-021-4/+8
| |
* | Tests/graph: extended regression testsTim Blazytko2015-06-021-1/+41
|/
* Test/Graph: add regression tests for walk_dominator/walk_postdominatorFabrice Desclaux2015-06-021-0/+36
|
* TestAll: Update disasm 'file.py' example addressAjax2015-05-271-1/+1
|
* Merge pull request #157 from commial/enhance-graphdataflowserpilliere2015-05-021-4/+5
|\ | | | | Enhance graphdataflow
| * GraphDataflow: A function where never executed / testedAjax2015-04-301-4/+5
| |
* | TestAll: Coverage mode was brokenAjax2015-04-302-1/+2
|/
* IR: Compliance to python coding conventionsCaroline Leman2015-04-291-350/+390
|
* IR: Regression test integrationCaroline Leman2015-04-292-12/+15
|
* IR: Improve dead code eliminationCaroline Leman2015-04-291-0/+680
| | | | | | Dead code analysis computed using Ken Kennedy Algorithm Ref: A survey of data flow analysis techniques, IBM Thomas J. Watson Research Division, 1979
* DepGraph: Avoid failing if z3 is not presentAjax2015-04-281-4/+4
|
* Example: Add an example "rename-args" argument for depgraphAjax2015-04-281-1/+1
|
* Merge pull request #150 from serpilliere/fix_uintCamille Mougey2015-04-261-1/+4
|\ | | | | Fix uint
| * Test: add intmod regressionserpilliere2015-04-251-1/+4
| |
* | Merge pull request #149 from commial/sembuilderserpilliere2015-04-241-5/+32
|\ \ | |/ |/| Sembuilder
| * SemBuilder: Introduce the 'if cond' statement, building a new IRBlockAjax2015-04-241-2/+26
| |
| * SemBuilder: Add `('X' % Y)(Z) -> ExprOp('X' % Y, Z)` and `('X')(Y) -> ↵Ajax2015-04-231-3/+6
| | | | | | | | ExprOp('X')(Y)`
* | Depgraph: Add a new example `depgraph` calling DepGraph with optionsAjax2015-04-241-0/+9
| |
* | TestAll: Bad productAjax2015-04-241-1/+0
| |
* | TestDepgraph: Bad counter name (credits C. Leman)Ajax2015-04-241-3/+4
|/
* Merge pull request #147 from commial/printable_semserpilliere2015-04-222-0/+26
|\ | | | | Printable sem
| * SemBuilder: Handle real variable declarationAjax2015-04-221-0/+3
| |
| * Core: Introduce SemBuilder, a helper for building semantics side effectsAjax2015-04-222-0/+23
| |
* | Jitter: Factorize common cpu attributes in JitCpu; Update APIs in consequenceserpilliere2015-04-221-2/+2
| |
* | Test: add regression test for automod codeserpilliere2015-04-221-1/+1
|/
* Test: add expression reg testFabrice Desclaux2015-04-082-0/+8
|
* Merge pull request #138 from commial/test-do-not-supprserpilliere2015-04-022-13/+25
|\ | | | | Test "do not suppr" option
| * TestAll: missing products for DepGraphAjax2015-04-021-1/+2
| |
| * TestAll: Add a "do-not-clean" optionAjax2015-04-022-3/+14
| |