- 8a3e969 Remove redundant code snippet. by florian · 12 years ago
- 4ebaa77 Fix typos. Should really use __func__ instead. by florian · 12 years ago
- f64d27e s390: Fix IR generation for DDTR and MDTR. These insns do not modify by florian · 12 years ago
- b3764a9 s390: Fix disassembly for ADTRA, DDTRA, MDTRA, and SDTRA. by florian · 12 years ago
- cb2b24e s390: Add thunk layout documentation for S390_CC_OP_DFP_RESULT_64. by florian · 12 years ago
- 1beb433 Constant folder: enable Sub32(x,0) ==> x. by sewardj · 12 years ago
- 9213c61 Iop_GetMSBs8x16: remove a copy-n-paste error introduced in r2590. by sewardj · 12 years ago
- 6dd9f27 Fix typeOfPrimop for Iop_D32toD64 and Iop_D64toD32. by florian · 12 years ago
- eca3354 Fix an assert in s390 disassembly. Eliminate a few magic array by florian · 12 years ago
- 473dc16 Teach vprintf_wrk about '*' as format width, in which case the width by florian · 12 years ago
- 78a2059 Implement 128-bit PMOVMSKB using a single new primop (Iop_GetMSBs8x16) by sewardj · 12 years ago
- abf3945 Support the UMAAL instruction. (n-i-bz). Based on a patch from by sewardj · 12 years ago
- 09bbba8 Generalise S390_INSN_GZERO which only worked on the guest by florian · 12 years ago
- 9061eb3 Eliminate some lameness when writing out hwcaps. by florian · 12 years ago
- aec8e05 Move definition of facility bits to libvex_s390x_common.h so we by florian · 12 years ago
- ffbd84d Use VEX types. by florian · 12 years ago
- 76a1424 Complete the decoder. All published opcodes are now handled. by florian · 12 years ago
- 442e51a Make diagnostics for SIGILL more controllable (VEX part). by sewardj · 12 years ago
- dbcb1df Re-enable XADD Gb,Eb. Fixes #307106. (Jakub Jelinek, jakub@redhat.com) by sewardj · 12 years ago
- 2289cd4 Recognise insns for zEC12 in the decoder. by florian · 12 years ago
- b7def22 In the past, the implementation of STFLE returned the facilities of the host by florian · 12 years ago
- 3a3d7f1 Use "load on condition" insns, if availably, to implement S390_INSN_COND_MOVE. by florian · 12 years ago
- ffc9401 Refactor the code based on s390_irgen_LAA. by florian · 12 years ago
- a265ee7 Fix implementation of LAA for atomic update. by florian · 12 years ago
- bb5aa78 Fix typo. by florian · 12 years ago
- 25e1cb2 Formatting only change. by florian · 12 years ago
- efa834a Make some function parameters pointer to const. by florian · 12 years ago
- 1e994b9 Correctly model LL/SC on MIPS. by petarj · 12 years ago
- 55085f8 Changes for -Wwrite-strings by florian · 12 years ago
- 9163968 VEX, ppc fix use of modified value in the Iop_32HLto64 implementation by carll · 12 years ago
- f833ed4 Add a special-case implementation of PCMPISTRI $0x3A, which generates by sewardj · 12 years ago
- 3d6a422 Fix type mixup. Spotted by GCC, analysed by Julian. by florian · 12 years ago
- 1239020 Add support for binary DFP operations (64-bit). by florian · 12 years ago
- e13074c Improve accuracy of definedness tracking through the x86 PMOVMSKB and by sewardj · 12 years ago
- bb3f401 Valgrind, ppc: Fix missing checks for 64-bit instructions operating in 32-bit mode, Bugzilla 308573 by carll · 12 years ago
- c8e4f56 Add machinery to support DFP rounding modes. by florian · 12 years ago
- 590875f Fix compilation warning on non-mips targets (rm was flagged as unused) by sewardj · 12 years ago
- 1ff4756 Constify VEX's external interface. by florian · 12 years ago
- a6a1986 Add a proper support for several MIPS instructions that generate SigFPE. by petarj · 12 years ago
- 5906a6b s390: Order the operands of the multiply-and-add/subtract IROps by florian · 12 years ago
- d7f19c0 check in ltg jhe fix. Fixes https://bugs.kde.org/show_bug.cgi?id=308427 by cborntra · 12 years ago
- 5df8ab0 Fix HChar / UCHar / Char mixups. VEX now compiles without by florian · 12 years ago
- 5048192 Pass VexArchInfo to the instrumentation functions. by florian · 12 years ago
- f192a39 Add data structures for cache representation to libvex.h: by florian · 12 years ago
- 125e20d s390: This is a pre-patch for DFP support. It renames certain by florian · 12 years ago
- 58a637b Make header files compilable by itself to get two benefits: by florian · 12 years ago
- 5ea257b Change the return value of LibVEX_{Chain,UnChain,PatchProfInc}. by florian · 12 years ago
- 98f1170 Shorten the list of allocable registers for MIPS to fit Loongson MIPS32 mode. by petarj · 12 years ago
- c1b9e39 In function irExpr_to_AvailExpr: Replace if-chains with a switch stmt. by florian · 12 years ago
- 81a4bfe s390: Give function static linkage. Also avoids a compiler warning. by florian · 12 years ago
- 79af575 s390: Rename host_s390_disasm.[ch] to s390_disasm.[ch] as they by florian · 12 years ago
- a165920 s390: Fix another harmless unop/binop field mixup. by florian · 12 years ago
- f0fa1be s390: Update IR generation for the SRNM insn. by florian · 12 years ago
- 32dd538 Add support for: uqsub16 shadd16 uhsub8 uhsub16. Fixes #304035. by sewardj · 12 years ago
- a87ce53 Fix PCMPxSTRx variant $0x46. Fixes #306664. by sewardj · 12 years ago
- e7e1018 STM<c>.W <Rn>{!},<registers> (Encoding T2): allow the base register to by sewardj · 12 years ago
- 76714fd Constify the format string in a few printf-like functions. by florian · 12 years ago
- 16d12b4 Tweak the IR injector so it can handle an immediate operand for by florian · 12 years ago
- 3d80fad Avoid compiler warning. by florian · 12 years ago
- 3f3e50d s390: Handle S390_BFP_NABS correctly for 128-bit arguments. by florian · 12 years ago
- 6d8e26e s390: Fix s390_emit_SFPC. That insn never required two registers. by florian · 12 years ago
- 2c74d24 s390: Change the handling of S390_ROUND_PER_FPC (which indicates that the by florian · 12 years ago
- da25edd Add three new kinds of AvailExpr: Mttc, Mtct, and Mtcc by florian · 12 years ago
- cc491a6 s390: Remove insns for 128-bit BFP and merge with 32/64-bit. This by florian · 12 years ago
- 9fcff4c s390: More prep work bfp reorg. In the future unary/binary/ternary by florian · 12 years ago
- 8c3ccaf s390: Prepare for bfp reorg. Change the emit functions for the by florian · 12 years ago
- 606dbeb s390: Add asserts to s390_emit_XYZ functions for convert-to/from-logical. by florian · 12 years ago
- be927ba Correcting how load/store doubles are modelled on MIPS for big-endian. by petarj · 12 years ago
- e68c192 s390: Fix another mixup. Did not cause problems due to same field offset. by florian · 12 years ago
- 66e596d Fix a mixup. This never caused a problem because the fields happened by florian · 12 years ago
- 19e0077 s390: Fix condition code computation for convert-to-fixed/logical by florian · 12 years ago
- 12b0bca s390: The load-rounded insns also need to issue an emulation by florian · 12 years ago
- db4fcaa s390: Non-functional change. by florian · 12 years ago
- 847684d Binary floating point cleanup. This was an area that was hushed up by florian · 12 years ago
- e83db48 Add vassert for DFP shift value to make sure shift value is an immediate value. by carll · 12 years ago
- 1ec43e0 Load/store doubles on MIPS are modeled through Ity_F64 rather than two Ity_F32. by petarj · 12 years ago
- a0d8eb8 Add ARM front/back end support for IR injection. by sewardj · 12 years ago
- f7bb46d s390: Undo part of r2501. The "convert to fixed" opcodes always have an m3 by florian · 12 years ago
- 4b8efad Support the variety of "convert to/from fixed" and "load rounded" opcodes by florian · 12 years ago
- 4955c74 Remove alignment checks for VMPSADBW, VPHMINPOSUW, VPALIGNR since they by sewardj · 12 years ago
- d212920 s390: Mark a few more function parameters as unused. by florian · 12 years ago
- e75dafa s390: Generate an emulation failure if an insn is encountered that by florian · 12 years ago
- 1c8f7ff s390: Add support for the "convert from/to logical" instruction family. by florian · 12 years ago
- 4a2f52e Comment only change. by florian · 12 years ago
- 60b665b s390: Add floating point extension facility to hwcaps. by florian · 12 years ago
- dfc55f8 Fix address computation in IR injection. When loading / storing a by florian · 12 years ago
- 9e23873 Fix IR injection for ppc32. Need to use mkSzImm not mkU64... by florian · 12 years ago
- 84d1b24 Make debug printout look nicer. by florian · 12 years ago
- 2245ce9 VEX-side support for the V-bit tester. by florian · 12 years ago
- 8c88cb6 s390: Add support for the ecag insn. Patch from Divya Vyas by florian · 12 years ago
- c5c669b On s390: Terminate the superblock with Ijk_EmFail if an stckf insn by florian · 12 years ago
- a4c3669 s390: Add STCKF hardware facility to hwcaps. by florian · 12 years ago
- 4e0083e On s390: Terminate the superblock with Ijk_EmFail if an stfle insn by florian · 12 years ago
- 6ef84be Followup to r2483, purely mechanical. Rename: by florian · 12 years ago
- 33b0243 Rename libvex_emwarn.h to libvex_emnote.h and fix all by florian · 12 years ago
- 2cb7bea Remove now-redundant comment that should have been removed in r2475. by sewardj · 12 years ago
- 021f6b4 Implement MOVBE in 32 bit mode. Fixes #304867. (Ambroz Bizjak, by sewardj · 12 years ago
- 5a34b8b Implement QDADD and QDSUB. Fixes #305199. (Mans Rullgard, mans@mansr.com) by sewardj · 12 years ago
- c8851af Fix LZCNT and TZCNT properly. Fixes #295808. (Jakub Jelinek, jakub@redhat.com) by sewardj · 12 years ago
- 944ff5a Re-enable 'prefetch m8' and 'prefetchw m8'. Fixes #305321. by sewardj · 12 years ago