2012-12-06 |
Julian Seward | Make diagnostics for SIGILL more controllable (VEX... |
commit | commitdiff | tree |
2012-12-06 |
Julian Seward | Re-enable XADD Gb,Eb. Fixes #307106. (Jakub Jelinek... |
commit | commitdiff | tree |
2012-12-05 |
Florian Krohm | Recognise insns for zEC12 in the decoder. |
commit | commitdiff | tree |
2012-12-04 |
Florian Krohm | In the past, the implementation of STFLE returned the... |
commit | commitdiff | tree |
2012-12-03 |
Florian Krohm | Use "load on condition" insns, if availably, to implement |
commit | commitdiff | tree |
2012-12-02 |
Florian Krohm | Refactor the code based on s390_irgen_LAA. |
commit | commitdiff | tree |
2012-12-02 |
Florian Krohm | Fix implementation of LAA for atomic update. |
commit | commitdiff | tree |
2012-12-01 |
Florian Krohm | Fix typo. |
commit | commitdiff | tree |
2012-11-25 |
Florian Krohm | Formatting only change. |
commit | commitdiff | tree |
2012-11-24 |
Florian Krohm | Make some function parameters pointer to const. |
commit | commitdiff | tree |
2012-11-23 |
Petar Jovanovic | Correctly model LL/SC on MIPS. |
commit | commitdiff | tree |
2012-11-21 |
Florian Krohm | Changes for -Wwrite-strings |
commit | commitdiff | tree |
2012-11-20 |
Carl Love | VEX, ppc fix use of modified value in the Iop_32HLto64... |
commit | commitdiff | tree |
2012-11-20 |
Julian Seward | Add a special-case implementation of PCMPISTRI $0x3A... |
commit | commitdiff | tree |
2012-11-19 |
Florian Krohm | Fix type mixup. Spotted by GCC, analysed by Julian. |
commit | commitdiff | tree |
2012-11-10 |
Florian Krohm | Add support for binary DFP operations (64-bit). |
commit | commitdiff | tree |
2012-11-08 |
Julian Seward | Improve accuracy of definedness tracking through the... |
commit | commitdiff | tree |
2012-10-29 |
Carl Love | Valgrind, ppc: Fix missing checks for 64-bit instructi... |
commit | commitdiff | tree |
2012-10-27 |
Florian Krohm | Add machinery to support DFP rounding modes. |
commit | commitdiff | tree |
2012-10-26 |
Julian Seward | Fix compilation warning on non-mips targets (rm was... |
commit | commitdiff | tree |
2012-10-21 |
Florian Krohm | Constify VEX's external interface. |
commit | commitdiff | tree |
2012-10-19 |
Petar Jovanovic | Add a proper support for several MIPS instructions... |
commit | commitdiff | tree |
2012-10-18 |
Florian Krohm | Allow representation of trace caches (VexCache). |
commit | commitdiff | tree |
2012-10-16 |
Florian Krohm | s390: Order the operands of the multiply-and-add/subtra... |
commit | commitdiff | tree |
2012-10-15 |
Christian Borntraeger | check in ltg jhe fix. Fixes https://bugs.kde.org/show_b... |
commit | commitdiff | tree |
2012-10-13 |
Florian Krohm | Fix HChar / UCHar / Char mixups. VEX now compiles without |
commit | commitdiff | tree |
2012-10-07 |
Florian Krohm | Pass VexArchInfo to the instrumentation functions. |
commit | commitdiff | tree |
2012-10-07 |
Florian Krohm | Add data structures for cache representation to libvex.h: |
commit | commitdiff | tree |
2012-10-07 |
Florian Krohm | s390: This is a pre-patch for DFP support. It renames... |
commit | commitdiff | tree |
2012-09-30 |
Florian Krohm | Make header files compilable by itself to get two benefits: |
commit | commitdiff | tree |
2012-09-29 |
Florian Krohm | Change the return value of LibVEX_{Chain,UnChain,PatchP... |
commit | commitdiff | tree |
2012-09-21 |
Petar Jovanovic | Shorten the list of allocable registers for MIPS to... |
commit | commitdiff | tree |
2012-09-20 |
Florian Krohm | In function irExpr_to_AvailExpr: Replace if-chains... |
commit | commitdiff | tree |
2012-09-20 |
Florian Krohm | s390: Give function static linkage. Also avoids a compi... |
commit | commitdiff | tree |
2012-09-20 |
Florian Krohm | s390: Rename host_s390_disasm.[ch] to s390_disasm.... |
commit | commitdiff | tree |
2012-09-19 |
Florian Krohm | s390: Fix another harmless unop/binop field mixup. |
commit | commitdiff | tree |
2012-09-18 |
Florian Krohm | s390: Update IR generation for the SRNM insn. |
commit | commitdiff | tree |
2012-09-17 |
Julian Seward | Add support for: uqsub16 shadd16 uhsub8 uhsub16. Fixes... |
commit | commitdiff | tree |
2012-09-17 |
Julian Seward | Fix PCMPxSTRx variant $0x46. Fixes #306664. |
commit | commitdiff | tree |
2012-09-17 |
Julian Seward | STM<c>.W <Rn>{!},<registers> (Encoding T2): allow the... |
commit | commitdiff | tree |
2012-09-13 |
Florian Krohm | Constify the format string in a few printf-like functions. |
commit | commitdiff | tree |
2012-09-13 |
Florian Krohm | Tweak the IR injector so it can handle an immediate... |
commit | commitdiff | tree |
2012-09-13 |
Florian Krohm | Avoid compiler warning. |
commit | commitdiff | tree |
2012-09-13 |
Florian Krohm | s390: Handle S390_BFP_NABS correctly for 128-bit arguments. |
commit | commitdiff | tree |
2012-09-12 |
Florian Krohm | s390: Fix s390_emit_SFPC. That insn never required... |
commit | commitdiff | tree |
2012-09-12 |
Florian Krohm | s390: Change the handling of S390_ROUND_PER_FPC (which... |
commit | commitdiff | tree |
2012-09-12 |
Florian Krohm | Add three new kinds of AvailExpr: Mttc, Mtct, and... |
commit | commitdiff | tree |
2012-09-10 |
Florian Krohm | s390: Remove insns for 128-bit BFP and merge with 32... |
commit | commitdiff | tree |
2012-09-10 |
Florian Krohm | s390: More prep work bfp reorg. In the future unary... |
commit | commitdiff | tree |
2012-09-09 |
Florian Krohm | s390: Prepare for bfp reorg. Change the emit functions... |
commit | commitdiff | tree |
2012-09-09 |
Florian Krohm | s390: Add asserts to s390_emit_XYZ functions for conver... |
commit | commitdiff | tree |
2012-09-09 |
Petar Jovanovic | Correcting how load/store doubles are modelled on MIPS... |
commit | commitdiff | tree |
2012-09-07 |
Florian Krohm | s390: Fix another mixup. Did not cause problems due... |
commit | commitdiff | tree |
2012-09-07 |
Florian Krohm | Fix a mixup. This never caused a problem because the... |
commit | commitdiff | tree |
2012-09-06 |
Florian Krohm | s390: Fix condition code computation for convert-to... |
commit | commitdiff | tree |
2012-09-05 |
Florian Krohm | s390: The load-rounded insns also need to issue an... |
commit | commitdiff | tree |
2012-09-05 |
Florian Krohm | s390: Non-functional change. |
commit | commitdiff | tree |
2012-09-05 |
Florian Krohm | Binary floating point cleanup. This was an area that... |
commit | commitdiff | tree |
2012-09-04 |
Carl Love | Add vassert for DFP shift value to make sure shift... |
commit | commitdiff | tree |
2012-09-04 |
Petar Jovanovic | Load/store doubles on MIPS are modeled through Ity_F64... |
commit | commitdiff | tree |
2012-09-03 |
Julian Seward | Add ARM front/back end support for IR injection. |
commit | commitdiff | tree |
2012-09-03 |
Florian Krohm | s390: Undo part of r2501. The "convert to fixed" opcode... |
commit | commitdiff | tree |
2012-09-02 |
Florian Krohm | Support the variety of "convert to/from fixed" and... |
commit | commitdiff | tree |
2012-09-02 |
Julian Seward | Remove alignment checks for VMPSADBW, VPHMINPOSUW,... |
commit | commitdiff | tree |
2012-09-01 |
Florian Krohm | s390: Mark a few more function parameters as unused. |
commit | commitdiff | tree |
2012-09-01 |
Florian Krohm | s390: Generate an emulation failure if an insn is encou... |
commit | commitdiff | tree |
2012-09-01 |
Florian Krohm | s390: Add support for the "convert from/to logical... |
commit | commitdiff | tree |
2012-08-30 |
Florian Krohm | Comment only change. |
commit | commitdiff | tree |
2012-08-30 |
Florian Krohm | s390: Add floating point extension facility to hwcaps. |
commit | commitdiff | tree |
2012-08-29 |
Florian Krohm | Fix address computation in IR injection. When loading... |
commit | commitdiff | tree |
2012-08-29 |
Florian Krohm | Fix IR injection for ppc32. Need to use mkSzImm not... |
commit | commitdiff | tree |
2012-08-28 |
Florian Krohm | Make debug printout look nicer. |
commit | commitdiff | tree |
2012-08-28 |
Florian Krohm | VEX-side support for the V-bit tester. |
commit | commitdiff | tree |
2012-08-28 |
Florian Krohm | s390: Add the zEC12 machine model. |
commit | commitdiff | tree |
2012-08-26 |
Florian Krohm | s390: Add support for the ecag insn. Patch from Divya... |
commit | commitdiff | tree |
2012-08-26 |
Florian Krohm | On s390: Terminate the superblock with Ijk_EmFail if... |
commit | commitdiff | tree |
2012-08-26 |
Florian Krohm | s390: Add STCKF hardware facility to hwcaps. |
commit | commitdiff | tree |
2012-08-26 |
Florian Krohm | On s390: Terminate the superblock with Ijk_EmFail if... |
commit | commitdiff | tree |
2012-08-26 |
Florian Krohm | Followup to r2483, purely mechanical. Rename: |
commit | commitdiff | tree |
2012-08-25 |
Florian Krohm | Rename libvex_emwarn.h to libvex_emnote.h and fix all |
commit | commitdiff | tree |
2012-08-25 |
Florian Krohm | Comment only change. |
commit | commitdiff | tree |
2012-08-24 |
Julian Seward | Remove now-redundant comment that should have been... |
commit | commitdiff | tree |
2012-08-23 |
Julian Seward | Implement MOVBE in 32 bit mode. Fixes #304867. (Ambro... |
commit | commitdiff | tree |
2012-08-23 |
Julian Seward | Implement QDADD and QDSUB. Fixes #305199. (Mans Rullgard, |
commit | commitdiff | tree |
2012-08-23 |
Julian Seward | Fix LZCNT and TZCNT properly. Fixes #295808. (Jakub... |
commit | commitdiff | tree |
2012-08-23 |
Julian Seward | Re-enable 'prefetch m8' and 'prefetchw m8'. Fixes... |
commit | commitdiff | tree |
2012-08-23 |
Julian Seward | Iimplement 0F 7F encoding of movq between two registers... |
commit | commitdiff | tree |
2012-08-23 |
Julian Seward | Handle a reg-reg encoding of MOVAPS. Fixes #289584. |
commit | commitdiff | tree |
2012-08-21 |
Florian Krohm | Remove unused IRops Iop_SqrtF64r32 and Iop_CalcFPRF. |
commit | commitdiff | tree |
2012-08-20 |
Florian Krohm | Handle Iop_Left16 so And16 / Sub16 work properly with... |
commit | commitdiff | tree |
2012-08-20 |
Florian Krohm | Fix insn selection for Iop_Shr8/16 and Iop_Sar8/16... |
commit | commitdiff | tree |
2012-08-18 |
Florian Krohm | Remove unused IR ops: Iop_I16StoF64, Iop_F32toI16S... |
commit | commitdiff | tree |
2012-08-16 |
Florian Krohm | Fix a mnemonic |
commit | commitdiff | tree |
2012-08-16 |
Florian Krohm | Fix a mixup. This never caused a problem because both... |
commit | commitdiff | tree |
2012-08-14 |
Philippe Waroquiers | VEX part Implement --vex-iropt-register-updates=sp... |
commit | commitdiff | tree |
2012-08-08 |
Julian Seward | Support Ijk_TInval style exits on ARM, so that --smc... |
commit | commitdiff | tree |
2012-08-08 |
Christian Borntraeger | fix the put optimization. It is ok to have F-types... |
commit | commitdiff | tree |
2012-08-06 |
Florian Krohm | Update copyright notices for s390 |
commit | commitdiff | tree |
2012-08-06 |
Florian Krohm | The arguments in a helper call need to be sign/zero... |
commit | commitdiff | tree |
2012-08-06 |
Florian Krohm | Add support for the cu41 insn. This completes the unico... |
commit | commitdiff | tree |
next |