- 6c65c12 Support mmxext (integer sse) subset on i386 (athlon). by mjw · 11 years ago
- 9041956 Eliminate IRExprP__VECRET and IRExprP__BBPTR and introduce two new by florian · 11 years ago
- 0c74bb5 Initial ISA 2.07 support for POWER8-tuned libc by carll · 11 years ago
- 74142b8 Add infrastructural support (IR, VEX) to allow returns of 128- by sewardj · 11 years ago
- 9138b17 Rename ppc_cache_line_szB to indicate that this is the size by florian · 11 years ago
- 1bdaac5 s390: New machine model: zBC12 by florian · 11 years ago
- c3fee0d mips32: Add support for mips32 DSP instruction set. by dejanj · 11 years ago
- b22838d Add some more IRops to convert between binary floating point and by florian · 11 years ago
- 79e5a48 Eliminate IRRoundingModeDFP by merging its values into IRRoundingMode. by florian · 11 years ago
- 78d5ef7 s390: First round of changes to support the PFPO insn. by florian · 11 years ago
- 37c57f3 Add the following IROPs which are needed for s390 DFP support: by florian · 11 years ago
- 1df8096 Improved front end translations for Neon V{LD,ST}{1,2} instructions, by sewardj · 12 years ago
- cc3d219 AMD64: Add support for AVX2, BMI1, BMI2 and FMA instructions (VEX side). by sewardj · 12 years ago
- 818c730 Implement RDTSCP on amd64, finally. This fixes #251569 and dups by sewardj · 12 years ago
- b92a954 mips: adding MIPS64LE support to VEX by petarj · 12 years ago
- 203b998 s390: It is not necessary to save/restore the link register when by florian · 12 years ago
- 99dd03e Infrastructure cleanup part 2. by florian · 12 years ago
- 0e7d280 Fix incorrect comment. by sewardj · 12 years ago
- cea07cc Fix implementation of the DFP integer operands. by carll · 12 years ago
- 34fa5a5 Add a vg_alignof macro by philippe · 12 years ago
- cfe046e Merge, from branches/COMEM, revisions 2568 to 2641. by sewardj · 12 years ago
- b17e16f Add 12 IROps for converting betwen DFP values and signed/unsigned integers. by florian · 12 years ago
- 4bbd3ec New IROps: Iop_ExtractSigD64 and Iop_ExtractSigD128. These are needed to by florian · 12 years ago
- 20c6bca s390x: Support "compare biased exponent" insns CEDTR, CEXTR. by florian · 12 years ago
- daa4084 Define IRCmpD64Result and IRCmpD128Result. by florian · 12 years ago
- 78a2059 Implement 128-bit PMOVMSKB using a single new primop (Iop_GetMSBs8x16) by sewardj · 12 years ago
- aec8e05 Move definition of facility bits to libvex_s390x_common.h so we by florian · 12 years ago
- 442e51a Make diagnostics for SIGILL more controllable (VEX part). by sewardj · 12 years ago
- 3a3d7f1 Use "load on condition" insns, if availably, to implement S390_INSN_COND_MOVE. by florian · 12 years ago
- efa834a Make some function parameters pointer to const. by florian · 12 years ago
- e13074c Improve accuracy of definedness tracking through the x86 PMOVMSKB and 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
- 80ab265 Allow representation of trace caches (VexCache). by florian · 12 years ago
- 5906a6b s390: Order the operands of the multiply-and-add/subtract IROps 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
- 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
- f0fa1be s390: Update IR generation for the SRNM insn. by florian · 12 years ago
- 16d12b4 Tweak the IR injector so it can handle an immediate operand for by florian · 12 years ago
- 4b8efad Support the variety of "convert to/from fixed" and "load rounded" opcodes 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
- 60b665b s390: Add floating point extension facility to hwcaps. by florian · 12 years ago
- 2245ce9 VEX-side support for the V-bit tester. by florian · 12 years ago
- c9e43b1 s390: Add the zEC12 machine model. 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
- 0b39008 Comment only change. by florian · 12 years ago
- 6d52228 Remove unused IRops Iop_SqrtF64r32 and Iop_CalcFPRF. by florian · 12 years ago
- 19aff3b Remove unused IR ops: Iop_I16StoF64, Iop_F32toI16S, and Iop_I16StoF32. by florian · 12 years ago
- 6c46bef VEX part Implement --vex-iropt-register-updates=sp-at-mem-access by philippe · 12 years ago
- 61f23c1 Update copyright notices for s390 by florian · 12 years ago
- 25e5473 Update copyright dates to include 2012. by sewardj · 12 years ago
- c8e2f98 VEX part (remove --vex-iropt-precise-memory-exns, add --vex-iropt-register-updates) by philippe · 12 years ago
- 44ce46d ARM: Implement QADD and QSUB. Fixes #286917. by sewardj · 12 years ago
- f5dfa3b Comment/formatting only change, to clarify semantics w.r.t. by sewardj · 12 years ago
- 37a505b Add a new IRConst kind -- V256 -- containing an abbreviated vector by sewardj · 12 years ago
- 23db8a0 Add IR ops Iop_CmpNEZ32x8 and Iop_CmpNEZ64x4, needed for Memcheck by sewardj · 12 years ago
- 8209692 More AVX insns: by sewardj · 12 years ago
- 8eb7ae8 by sewardj · 12 years ago
- d8bca7e Implement by sewardj · 12 years ago
- f0ad4f8 Move new 256-bit FP Iops to a better place. by sewardj · 12 years ago
- 66becf3 More AVX insns: by sewardj · 12 years ago
- 2a2bda9 Fill in some missing AVX insns: by sewardj · 12 years ago
- 4b1cc83 Implement even more instructions generated by "gcc-4.7.0 -mavx -O3". by sewardj · 12 years ago
- 56c3031 Make a start at implementing 256-bit AVX instructions generated by by sewardj · 12 years ago
- 362cf84 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
- d0e5fe7 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
- eadea2e Fix a copy'n paste error spotted by Julian. by florian · 12 years ago
- a0fb119 Move VEX_HWCAPS_PPC32_DFP to a more logical place. by sewardj · 12 years ago
- 4c96e61 POWER Processor decimal FP support, part 5 (VEX side). Bug #299694. by sewardj · 12 years ago
- 420bfa9 Put the Triop member into a separate struct (IRTriop) and link to that by florian · 12 years ago
- 96d7cc3 Put the Qop member into a separate struct (IRQop) and link to that by florian · 12 years ago
- c9069f2 Enhance the guest state effects notation on IRDirty calls, so as to be by sewardj · 12 years ago
- d6f38b3 Reduce size of an IRStmt from 40 bytes to 32 bytes on LP64 by florian · 12 years ago
- defb78a Add forgotten update. Should have been part of r2359. by florian · 12 years ago
- 3587828 Cleanup after t-chaining changes. by florian · 12 years ago
- beef61a Fix an out-of-date comment. by florian · 12 years ago
- 5c328c0 Tweak initialisation of padding bytes such that future adjustments by florian · 12 years ago
- fe8940d Ensure s390x guest state size is 32-byte aligned, as per increase in by sewardj · 12 years ago
- 62d3cda Ensure arm guest state size is 32-byte aligned, as per increase in by sewardj · 12 years ago
- ae9590b Ensure ppc64 guest state size is 32-byte aligned, as per increase in by sewardj · 12 years ago
- c4530ae Add initial support for Intel AVX instructions (VEX side). by sewardj · 12 years ago
- 52af7bc Back out VEX r2326. It was not working correctly. The guard condition by florian · 12 years ago
- 79bee4b Add ETF3 facility (VEX bits). Part of fixing Bugzilla #289839. by florian · 13 years ago
- 5eff1c5 Add support for POWER Power Decimal Floating Point (DFP) test class, by sewardj · 13 years ago
- f350a42 Add a feature check flag for AVX. by sewardj · 13 years ago
- fadbbe2 (stats only) Let the callers of LibVEX_Translate know how many guest by sewardj · 13 years ago
- cdc376d POWER Processor decimal floating point instruction support, part 3 by sewardj · 13 years ago
- ebaf8d9 tchain optimisation for s390 (VEX bits) by florian · 13 years ago
- 6f1dede Rename to VEX_S390X_MODEL_UNKNOWN. by florian · 13 years ago
- 90ece04 Fix debug print for hwcaps adding stfle ad etf2. by florian · 13 years ago
- 53d8455 (post-tchain-merge cleanup) remove temp supporting hack "IRStmt_Exit3" by sewardj · 13 years ago
- db01409 Merge branches/TCHAIN from r2271 (its creation point) into trunk. by sewardj · 13 years ago