about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #485 from commial/feature/pytthon-cpuidserpilliere2017-02-021-1/+26
|\
| * Add support for 'cpuid' in EmulatedsymbexecAjax2017-02-021-1/+26
|/
* Merge pull request #482 from commial/enhance/link-r2m2serpilliere2017-01-291-1/+2
|\
| * Add reference to R2M2Ajax2017-01-291-1/+2
* | Merge pull request #478 from commial/refactor/pre_add_instrserpilliere2017-01-296-89/+15
|\ \
| * | Let x86 'pre_add_instr' be the default behaviorAjax2017-01-246-89/+15
| |/
* | Merge pull request #481 from guedou/aarch64_duplicated_registersCamille Mougey2017-01-261-2/+2
|\ \ | |/ |/|
| * Duplicated WZR definitionGuillaume Valadon2017-01-261-2/+2
|/
* Merge pull request #479 from commial/fix/llvmliteserpilliere2017-01-241-1/+1
|\
| * Fix the version of LLVMLiteAjax2017-01-231-1/+1
|/
* Merge pull request #459 from commial/feature/only-tagsserpilliere2017-01-142-31/+51
|\
| * Add a only-tags option for test_allAjax2017-01-142-31/+51
* | Merge pull request #475 from serpilliere/doc_vmmngrCamille Mougey2017-01-143-71/+39
|\ \ | |/ |/|
| * VmMngr: add API documentationFabrice Desclaux2017-01-141-33/+39
| * VmMngr: remove unused functionsFabrice Desclaux2017-01-133-38/+0
* | Merge pull request #476 from commial/fix/repr-exprserpilliere2017-01-142-1/+16
|\ \
| * | Expr: test that repr permit instanciationAjax2017-01-131-0/+14
| * | Fix ExprInt repr to include sizeAjax2017-01-131-1/+2
* | | Merge pull request #477 from commial/fix/divisionserpilliere2017-01-142-7/+24
|\ \ \ | |_|/ |/| |
| * | Modint: add tests for big intAjax2017-01-131-0/+9
| * | Div: fix modint operationAjax2017-01-132-7/+15
| |/
* | Merge pull request #473 from serpilliere/Fix_max_exec_self_loopCamille Mougey2017-01-123-34/+59
|\ \
| * | Jit: update example max execFabrice Desclaux2017-01-121-16/+15
| * | Jitter: fix max exec self loopFabrice Desclaux2017-01-122-18/+44
* | | Merge pull request #474 from serpilliere/fix_full_rawCamille Mougey2017-01-121-2/+9
|\ \ \ | |_|/ |/| |
| * | Example: add raw disasm to full.pyFabrice Desclaux2017-01-121-2/+9
| |/
* | Merge pull request #472 from commial/feature/faster-parityserpilliere2017-01-123-12/+16
|\ \
| * | CC: declare parity as a macro to avoid function callsAjax2017-01-092-7/+1
| * | LLVM: use llvm.ctpop for 'parity' operationAjax2017-01-091-5/+15
|/ /
* | Merge pull request #467 from serpilliere/fix_dg_emulCamille Mougey2017-01-095-18/+43
|\ \ | |/ |/|
| * DepGraph: Add emul regression testsFabrice Desclaux2017-01-094-0/+13
| * DepGraph: fix emulationFabrice Desclaux2017-01-091-18/+30
|/
* Merge pull request #469 from serpilliere/updt_call_effects_apiCamille Mougey2017-01-067-62/+89
|\
| * x86: IRA don't stack retaddr in default call modelFabrice Desclaux2017-01-061-31/+8
| * IR: Split addbloc codeFabrice Desclaux2017-01-061-23/+68
| * IR: Call_effects API modificationFabrice Desclaux2017-01-066-9/+14
* | Merge pull request #471 from commial/feature/llvm-cacheserpilliere2017-01-0610-62/+282
|\ \
| * | Test/jitter for each jitter engineAjax2017-01-064-11/+9
| * | Add a test for jit_maxline optionAjax2017-01-061-0/+22
| * | Add a test for max_exec_per_call optionAjax2017-01-062-0/+82
| * | Remove useless jit_call wrapperAjax2017-01-052-14/+5
| * | Jitter: avoid getting all gpregs, just for one valueAjax2017-01-051-1/+1
| * | Jitter: remove useless VmMngr argumentAjax2017-01-053-11/+10
| * | LLVM: handle max_exec_per_call optionAjax2017-01-052-11/+21
| * | LLVM: get rid of vm_mngr argumentAjax2017-01-052-4/+6
| * | LLVM: enable final object cachingAjax2017-01-052-22/+111
| * | LLVM: avoid going back to Python while next block are already jittedAjax2017-01-052-7/+34
* | | Merge pull request #470 from a-vincent/masterserpilliere2017-01-0674-93/+49
|\ \ \ | |/ / |/| |
| * | make this one executable, it's probably the most used toplevel executableAymeric Vincent2017-01-051-0/+2
| * | these files are not top level executables, adaptAymeric Vincent2017-01-053-24/+0