about summary refs log tree commit diff stats
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Test: fix arm regression testsFabrice Desclaux2018-08-061-267/+267
|
* Test: add simplification reg testsFabrice Desclaux2018-08-061-11/+20
|
* Test: add regression test (bad block ref)Fabrice Desclaux2018-08-011-0/+53
|
* Test: add reduce graph test (infinite loop)Fabrice Desclaux2018-08-011-1/+62
|
* Add an example for LinuxEnvironment & Syscall handlingAjax2018-07-241-0/+13
|
* LocationDB: add a name -> offset methodAjax2018-07-191-0/+5
|
* Expression: fix slice assignmentFabrice Desclaux2018-07-191-0/+5
|
* Test: add x86 64 asm test 64bit addrFabrice Desclaux2018-07-172-0/+31
|
* Test: don't reset *all* testsFabrice Desclaux2018-07-131-1/+0
|
* Toshiba MeP supportGuillaume Valadon2018-07-1243-0/+4701
|
* Merge pull request #795 from commial/features/better-float-sseserpilliere2018-07-102-1/+43
|\ | | | | Better float support & additionnal SSE
| * TestALL: add QEMU sse test for LLVM and GCCAjax2018-07-101-0/+4
| |
| * Add new SSE instruction description and updates old onesAjax2018-07-101-1/+39
| |
* | IR: rename DiGraphIR=>IRCFGFabrice Desclaux2018-07-101-1/+1
| |
* | Test: add reduce ircfg reg testsFabrice Desclaux2018-07-102-0/+532
|/
* SSA: add testsFabrice Desclaux2018-07-091-2/+2
|
* Merge pull request #738 from marilafo/fix_offset_branch_armtlserpilliere2018-07-051-0/+3
|\ | | | | armtl change branch pc offset
| * armtl change branch pc offsetMarion Lafon2018-05-241-0/+3
| | | | | | | | Modify some armtl instr to match with documentation
* | IR: gen ircfg from ir_archFabrice Desclaux2018-07-056-380/+588
| |
* | IR: remove default regs_init for symbexecFabrice Desclaux2018-07-057-8/+8
| |
* | Update symbol_pool's deprecated API -> LocationDBAjax2018-07-039-107/+33
| |
* | symbol_pool -> loc_dbAjax2018-07-0321-191/+191
| |
* | LocationDB: introduced to replace AsmSymbolPoolAjax2018-07-032-0/+109
| |
* | Merge pull request #780 from serpilliere/simp_shift_maskCamille Mougey2018-06-221-0/+4
|\ \ | | | | | | Expr: add simplification shift mask
| * | Expr: add simplification shift maskFabrice Desclaux2018-06-211-0/+4
| | |
* | | Code cleaning: remove useless / commented codeAjax2018-06-217-83/+1
|/ /
* | Jitter: add simple trace apiFabrice Desclaux2018-06-218-25/+6
| |
* | Unify ExprLoc str with LocKey and othersAjax2018-06-171-4/+4
| |
* | Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-0912-442/+462
| |
* | Expr: Add new word ExprLocFabrice Desclaux2018-06-089-131/+155
| | | | | | | | | | This word represents a location in the binary. Thus, the hack of ExprId containing an AsmLabel ends here.
* | Add a regression test to ensure INT is called each time in a loopAjax2018-05-181-2/+8
| |
* | Jitter: fix bad block managementFabrice Desclaux2018-05-174-4/+94
| |
* | Add support for XMM0-15 registers in x86Ajax2018-05-172-0/+18
| |
* | Test: remove blacklisted testAjax2018-05-161-1/+0
|/
* Remove TCC jitter engineAjax2018-05-162-23/+6
|
* Rename x86 specific op 'cpuid' to 'x86_cpuid'Ajax2018-05-151-1/+1
|
* Op bsr/bsf are replaced by cnttrailzeros / cntleadzeros, defined in 0Ajax2018-05-153-17/+26
|
* Merge pull request #734 from serpilliere/enhance_parserCamille Mougey2018-05-1411-67/+36
|\ | | | | Enhance parser
| * Core: updt parser structureFabrice Desclaux2018-05-1411-67/+36
| |
* | Merge pull request #736 from losynix/get_block_by_offsetserpilliere2018-05-091-0/+2
|\ \ | | | | | | add getby_offset in AsmCFG
| * | add getby_offset in AsmCFGlosynix2018-05-091-0/+2
| |/
* / Jitter: fix FPU C functions namesFabrice Desclaux2018-05-091-1/+1
|/
* Fix __ne__ callsFabrice Desclaux2018-04-191-1/+1
|
* Arm: add dsbFabrice Desclaux2018-04-181-0/+3
|
* Fix arm T32ExpandImmFabrice Desclaux2018-04-181-1/+2
|
* Arm: add some arm t2 instructionsFabrice Desclaux2018-04-181-1/+213
|
* X86/sem: fix cmpxchg semFabrice Desclaux2018-04-081-1/+1
|
* Merge pull request #707 from serpilliere/fix_bp_memory_nameCamille Mougey2018-03-281-3/+3
|\ | | | | Fix memory breakpoint name
| * Fix memory breakpoint nameFabrice Desclaux2018-03-281-3/+3
| |
* | Fix test rw cstFabrice Desclaux2018-03-281-1/+1
|/