| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Test/Arch/x86:: add cpuid | serpilliere | 2015-10-23 | 1 | -0/+6 |
| * | Test/Arch/x86:: add fcom/fcomp | serpilliere | 2015-10-23 | 1 | -0/+4 |
| * | Test/x86/arch: add fcmovcc | serpilliere | 2015-10-23 | 1 | -0/+14 |
| * | Test/Arch/x86:: add cvt | serpilliere | 2015-10-23 | 1 | -2/+46 |
| * | Test/Arch/x86:: fix wbinvd | serpilliere | 2015-10-23 | 1 | -1/+1 |
| * | Test/Arch/x86: movq | serpilliere | 2015-10-23 | 1 | -0/+2 |
| * | Test/Arch/x86: call far | serpilliere | 2015-10-23 | 1 | -0/+7 |
| * | Test/Arch/x86: comiss comisd | serpilliere | 2015-10-23 | 1 | -0/+12 |
| * | Test/Arch/x86: dt mnemonics | serpilliere | 2015-10-23 | 1 | -0/+8 |
| * | Test/Arch/aarch64: test ANDS w/ZR | Fabrice Desclaux | 2015-10-14 | 1 | -0/+5 |
| * | Arch/arm: add rev mnemonic; | Fabrice Desclaux | 2015-10-07 | 1 | -0/+3 |
| * | Test/aarch64: add reg test | Fabrice Desclaux | 2015-08-30 | 1 | -1/+24 |
| * | Merge pull request #209 from serpilliere/x86_mm_fix | Camille Mougey | 2015-08-24 | 1 | -19/+580 |
| |\ | |||||
| | * | Test/x86: updt regression test | Fabrice Desclaux | 2015-08-24 | 1 | -19/+580 |
| * | | Test/aarch64: add regresion tests | Fabrice Desclaux | 2015-08-20 | 1 | -0/+1786 |
| |/ | |||||
| * | Test/aarch64: add unit test | Fabrice Desclaux | 2015-08-09 | 2 | -0/+94 |
| * | Test/sem: add daa/das | Fabrice Desclaux | 2015-07-29 | 2 | -0/+182 |
| * | X86/Test: add stack unit test | serpilliere | 2015-07-20 | 1 | -0/+60 |
| * | X86/test: update arch regression tests | serpilliere | 2015-07-20 | 1 | -6/+60 |
| * | Cpu: modify instructions' offset relative encoding | Fabrice Desclaux | 2015-04-01 | 4 | -35/+38 |
| * | Clean: remove unecessary ast_parser modification | Fabrice Desclaux | 2015-04-01 | 1 | -12/+0 |
| * | Asmbloc: updt asmbloc api | Fabrice Desclaux | 2015-04-01 | 2 | -5/+3 |
| * | X86/Test: add regression test on binary output for instruction with prefix | serpilliere | 2015-03-14 | 1 | -0/+5 |
| * | X86/arch: add stmxcsr/ldmxcsr | serpilliere | 2015-03-04 | 1 | -0/+5 |
| * | Test/X86: updt reg tests | Fabrice Desclaux | 2015-02-27 | 1 | -6/+6 |
| * | Fixed regression tests for PUSHFW and POPFW | gg | 2015-02-20 | 1 | -2/+2 |
| * | Core/ASMBloc: resolve_symbol now returns only the resolved blocs | Camille Mougey | 2015-01-26 | 1 | -1/+1 |
| * | arm: Add umull,umlal,smull,smlal to sem | Wladimir J. van der Laan | 2015-01-26 | 1 | -0/+24 |
| * | arm: Add instruction umlal | Wladimir J. van der Laan | 2015-01-24 | 1 | -0/+2 |
| * | Arm: add instruction bfc | Fabrice Desclaux | 2015-01-12 | 1 | -0/+3 |
| * | Arm: Fix cf in logical mnemonics | Fabrice Desclaux | 2014-12-11 | 1 | -59/+170 |
| * | Arm: add mnemonic smull | Fabrice Desclaux | 2014-12-08 | 1 | -0/+5 |
| * | Arch/jit: add endianess support jitters | Fabrice Desclaux | 2014-10-09 | 4 | -15/+15 |
| * | Remove vm_ prefix /!\ API MODIF | Fabrice Desclaux | 2014-10-07 | 1 | -2/+2 |
| * | Arm: fix carry flag in sub operation; update reg tests | Fabrice Desclaux | 2014-10-06 | 1 | -24/+62 |
| * | Arm: swi is svc | Fabrice Desclaux | 2014-09-29 | 1 | -0/+2 |
| * | Arm: add bkpt | Fabrice Desclaux | 2014-09-29 | 1 | -0/+2 |
| * | Arm: fix ldmia write back | Fabrice Desclaux | 2014-09-29 | 1 | -1/+3 |
| * | test: add mnemonic tests | Fabrice Desclaux | 2014-09-19 | 3 | -0/+148 |
| * | merge | Fabrice Desclaux | 2014-09-19 | 1 | -0/+2 |
| * | mips: add ei/ehb (dummy semantic) | Fabrice Desclaux | 2014-09-15 | 1 | -0/+2 |
| * | Modify irbloc destination mecanism. Rework API in consequence. | Fabrice Desclaux | 2014-09-05 | 3 | -11/+10 |
| * | mips32: add ldc1 | serpilliere | 2014-08-28 | 1 | -0/+2 |
| * | Jitter: add mips32l jit | serpilliere | 2014-08-22 | 1 | -1/+1 |
| * | mips32: add mnemo JAL/MOVZ | serpilliere | 2014-08-21 | 1 | -0/+4 |
| * | mips32: little/big endian is now an attrib | serpilliere | 2014-08-21 | 1 | -3/+3 |
| * | x86: add les/lds. Fix call/ret far | serpilliere | 2014-08-12 | 1 | -0/+16 |
| * | Add mips32 arch | serpilliere | 2014-08-06 | 1 | -0/+237 |
| * | x86 arch: fix some mnemonic | serpilliere | 2014-08-05 | 1 | -0/+3 |
| * | Arm arch: add uxtb uxth sxtb sxth | serpilliere | 2014-08-01 | 1 | -0/+15 |