2013-01-12 |
Florian Krohm | Add 12 IROps for converting betwen DFP values and signe... |
commit | commitdiff | tree |
2013-01-10 |
Florian Krohm | s390: bug fix. DFP rounding mode mixup. |
commit | commitdiff | tree |
2013-01-07 |
Julian Seward | Remove unused function. |
commit | commitdiff | tree |
2013-01-03 |
Carl Love | The call to set the rounding mode for DFP iops: Iop_Add... |
commit | commitdiff | tree |
2013-01-01 |
Florian Krohm | s390: Add support for DFP "shift significant" insns. |
commit | commitdiff | tree |
2012-12-30 |
Florian Krohm | Improve handling of dirty helper calls when building... |
commit | commitdiff | tree |
2012-12-28 |
Julian Seward | Show the guest->host code expansion ratio when debug... |
commit | commitdiff | tree |
2012-12-27 |
Florian Krohm | Indentation only change. |
commit | commitdiff | tree |
2012-12-27 |
Florian Krohm | s390: Support the "test data class/group" and "extract... |
commit | commitdiff | tree |
2012-12-27 |
Florian Krohm | New IROps: Iop_ExtractSigD64 and Iop_ExtractSigD128... |
commit | commitdiff | tree |
2012-12-27 |
Florian Krohm | Remove Makefile-icc which has been broken for a long... |
commit | commitdiff | tree |
2012-12-27 |
Florian Krohm | s390: Do not waste a register when assigning a constant... |
commit | commitdiff | tree |
2012-12-27 |
Florian Krohm | s390: Remove a forgotten debug print statement. |
commit | commitdiff | tree |
2012-12-26 |
Florian Krohm | s390x: Support "compare biased exponent" insns CEDTR... |
commit | commitdiff | tree |
2012-12-24 |
Florian Krohm | Fix VEX standalone build with Makefile-gcc. This has... |
commit | commitdiff | tree |
2012-12-24 |
Florian Krohm | s390: New file s390_defs.h to contain definitions that are |
commit | commitdiff | tree |
2012-12-23 |
Florian Krohm | s390: Simplify the optimisation for PUTs to tracked... |
commit | commitdiff | tree |
2012-12-22 |
Florian Krohm | s390: Reduce the size of an s390_insn from 48 bytes... |
commit | commitdiff | tree |
2012-12-22 |
Florian Krohm | s390: Fix a silly mistake causing an infinite loop. |
commit | commitdiff | tree |
2012-12-22 |
Florian Krohm | s390: Generalise S390_INSN_GADD which only worked on... |
commit | commitdiff | tree |
2012-12-22 |
Florian Krohm | s390: Fix an assert. |
commit | commitdiff | tree |
2012-12-21 |
Florian Krohm | s390: Rename s390_conv_t to s390_bfp_conv_t. Purely... |
commit | commitdiff | tree |
2012-12-21 |
Florian Krohm | s390: Distinguish between conversion to/from IRCmpFxxRe... |
commit | commitdiff | tree |
2012-12-21 |
Florian Krohm | Define IRCmpD64Result and IRCmpD128Result. |
commit | commitdiff | tree |
2012-12-21 |
Florian Krohm | s390: Add support for storing DFP values (32/64 bit). |
commit | commitdiff | tree |
2012-12-21 |
Florian Krohm | Add support for these DFP insns: |
commit | commitdiff | tree |
2012-12-21 |
Florian Krohm | Remove redundant code snippet. |
commit | commitdiff | tree |
2012-12-20 |
Florian Krohm | Fix typos. Should really use __func__ instead. |
commit | commitdiff | tree |
2012-12-20 |
Florian Krohm | s390: Fix IR generation for DDTR and MDTR. These insns... |
commit | commitdiff | tree |
2012-12-20 |
Florian Krohm | s390: Fix disassembly for ADTRA, DDTRA, MDTRA, and... |
commit | commitdiff | tree |
2012-12-20 |
Florian Krohm | s390: Add thunk layout documentation for S390_CC_OP_DFP... |
commit | commitdiff | tree |
2012-12-19 |
Julian Seward | Constant folder: enable Sub32(x,0) ==> x. |
commit | commitdiff | tree |
2012-12-19 |
Julian Seward | Iop_GetMSBs8x16: remove a copy-n-paste error introduced... |
commit | commitdiff | tree |
2012-12-19 |
Florian Krohm | Fix typeOfPrimop for Iop_D32toD64 and Iop_D64toD32. |
commit | commitdiff | tree |
2012-12-16 |
Florian Krohm | Fix an assert in s390 disassembly. Eliminate a few... |
commit | commitdiff | tree |
2012-12-16 |
Florian Krohm | Teach vprintf_wrk about '*' as format width, in which... |
commit | commitdiff | tree |
2012-12-13 |
Julian Seward | Implement 128-bit PMOVMSKB using a single new primop... |
commit | commitdiff | tree |
2012-12-12 |
Julian Seward | Support the UMAAL instruction. (n-i-bz). Based on... |
commit | commitdiff | tree |
2012-12-11 |
Florian Krohm | Generalise S390_INSN_GZERO which only worked on the... |
commit | commitdiff | tree |
2012-12-09 |
Florian Krohm | Eliminate some lameness when writing out hwcaps. |
commit | commitdiff | tree |
2012-12-09 |
Florian Krohm | Move definition of facility bits to libvex_s390x_common... |
commit | commitdiff | tree |
2012-12-09 |
Florian Krohm | Use VEX types. |
commit | commitdiff | tree |
2012-12-07 |
Florian Krohm | Complete the decoder. All published opcodes are now... |
commit | commitdiff | tree |
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 |
next |