- c31e6cb Bug 323893 - SSE3 not available on amd cpus in valgrind. by mjw · 11 years ago
- 6fef87a The Power ISA 2.07 document includes a correction to the description for the by carll · 11 years ago
- 740da72 Enhance ado_treebuild_BB to allow an expression preceding a Put by florian · 11 years ago
- 81d4ff2 mips64: fixed problem with Iop's for mips64. by dejanj · 11 years ago
- 78850ae Bugzilla 323437, this is phase 2 in a series of patches adding support for IBM by carll · 11 years ago
- de6f710 Add a few more optimisations for CmpwNEZ64, CmpNEZ32, and CmpNEZ64. by florian · 11 years ago
- 38b79ac The existing overflow detection in VEX/priv/guest_ppc_toIR.c/set_XER_OV_64() by carll · 11 years ago
- 9708b6a The patch used the binary constants 0b10000 and 0b10001. The 0b designator by carll · 11 years ago
- b77db0e The current code is not properly handling a non-zero TH field in the by carll · 11 years ago
- 2accb5e deltaIRExpr cannot handle Iex_VECRET and Iex_BBPTR and needs to be guarded. by florian · 11 years ago
- e3a103f mips32/mips64: Fix the problem with lwl and lwr for mips32 and mips64. by dejanj · 11 years ago
- 54eea4e Comment-only change. by sewardj · 11 years ago
- 854912a Add an optimisation for Iop_Left64. by florian · 11 years ago
- 55ce7b7 Add algebraic simplifications for Iop_And64 (same as for Iop_And32). by florian · 11 years ago
- 6c65c12 Support mmxext (integer sse) subset on i386 (athlon). by mjw · 11 years ago
- d69cd9a mips64: Fix a problem with CCall.retty type. by dejanj · 11 years ago
- 82cc37c Add support for 256-bit return values for dirty helpers (amd64 only). by sewardj · 11 years ago
- 9041956 Eliminate IRExprP__VECRET and IRExprP__BBPTR and introduce two new by florian · 11 years ago
- c529555 mips32/mips64: Fix compiler warnings. by dejanj · 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
- 3cfd1f0 Add a spec rule for SUBQ/NLE. by sewardj · 11 years ago
- befee0b Do not use the 0b notation as older GCC's do not accept it. by florian · 11 years ago
- 9138b17 Rename ppc_cache_line_szB to indicate that this is the size by florian · 11 years ago
- 9875715 mips32: Correctly model SHLL_S.PH on MIPS32. by dejanj · 11 years ago
- c3fee0d mips32: Add support for mips32 DSP instruction set. by dejanj · 11 years ago
- a325ee1 by sewardj · 11 years ago
- 6ed5c34 Add support for by sewardj · 11 years ago
- a8e327d mips: implement Iop_8Uto64 in iselInt64Expr by petarj · 11 years ago
- 7ab421d s390: Support some more BFP <-> DFP conversions (the ones by florian · 11 years ago
- b22838d Add some more IRops to convert between binary floating point and by florian · 11 years ago
- 70a2606 mips64: fix 'unused variable' warning by petarj · 11 years ago
- 79e5a48 Eliminate IRRoundingModeDFP by merging its values into IRRoundingMode. by florian · 11 years ago
- bafb826 s390x: Make the CC_DEP1 field appear completely initialised when by florian · 11 years ago
- ccd78cd mips32/mips64: implement sdl, sdr, swl and swr without reading memory by petarj · 11 years ago
- 80f674a Implement STRT. Fixes #319395. (Vasily Golubev, w.golubev@mail.ru) by sewardj · 11 years ago
- e660158 Implement SSAT16. Fixes #318929. (Vasily Golubev, w.golubev@mail.ru) by sewardj · 11 years ago
- c589228 Fix s390 build failure. Patch by Maran Pakkirisamy (maranp@linux.vnet.ibm.com). by florian · 11 years ago
- 78d5ef7 s390: First round of changes to support the PFPO insn. by florian · 11 years ago
- b40431f Get rid of gcc warning on non-MIPS platforms. by sewardj · 11 years ago
- 37c57f3 Add the following IROPs which are needed for s390 DFP support: by florian · 11 years ago
- 1fb1e34 mips: fix some style issues, non-functional change by petarj · 12 years ago
- bc3af3c mips: fix corner case for INS instruction by petarj · 12 years ago
- 92001d4 STRD (both ARM and Thumb): for push-like cases -- specifically, STRD by sewardj · 12 years ago
- ccff5f4 Implement SMMLA{r}, both ARM and Thumb. n-i-bz. by sewardj · 12 years ago
- f78a81c Generate better code for Shl64(x, imm8) since the Neon front end by sewardj · 12 years ago
- 0adc2f2 VLD4/VST4: generate in-line interleave/de-interleave code, so that by sewardj · 12 years ago
- c1e23c4 VLD3/VST3: generate in-line interleave/de-interleave code, so that by sewardj · 12 years ago
- 0c30de8 mips: fix endian issues for LWL, LWR, LDR and LDL for mips64 by petarj · 12 years ago
- 1df8096 Improved front end translations for Neon V{LD,ST}{1,2} instructions, by sewardj · 12 years ago
- de61a39 Remove some unused ifdeffery that allowed disabling QC flag updating for Neon. by sewardj · 12 years ago
- 8bde7f1 Implement ARM SDIV and UDIV instructions. Fixes #314178. Partially by sewardj · 12 years ago
- 7af7687 Implement (T1) LDRT reg+#imm8. Fixes #315689. (Vasily, w.golubev@mail.ru) by sewardj · 12 years ago
- 656b8f4 Fix some rebasing fallout pertaining to today's AVX2 landing. Fixes #317463. by sewardj · 12 years ago
- 4d780eb Add support for the EQ_UQ SSE FP comparison operation. BZ#317444. by tom · 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
- 92eef38 Implement SSE4 MOVNTDQA insn. Fixes #316503. by sewardj · 12 years ago
- a39fb0c Fix an assertion failure on CVT.F64.S32 d16, d16, #1. Fixes #317186 (I think). by sewardj · 12 years ago
- 2a8d070 VEX, ppc code cleanup by carll · 12 years ago
- 82cdba6 s390: Support the SRNMT instruction. by florian · 12 years ago
- ade5552 Implement VCVT.{S,U}32.F64 D[d], D[d], #frac_bits. Fixes #315738. by sewardj · 12 years ago
- 6b7bdec Implement VCVT.F64.{SU}32, #imm. Fixes #308717. by sewardj · 12 years ago
- fa6b71c Handle "vmov qDest.I32 V128{0xFFFF}" so to speak, and make the case by sewardj · 12 years ago
- 44db1e7 Implement SMLAL{BB,BT,TB,TT}. Fixes #308718. (Mans Rullgard, mans@mansr.com) by sewardj · 12 years ago
- 0470c5d s390: Fix disassembly. Wrong argument order was causing asserts. by florian · 12 years ago
- 496979d Remove dead code (a Coverity finding). by florian · 12 years ago
- fdb2a4c mips: fix for some warnings in mips files when compiling on amd64/x86 by petarj · 12 years ago
- 0ef8d9e Handle WFE and SEV, needed for spinlock hinting. by sewardj · 12 years ago
- b92a954 mips: adding MIPS64LE support to VEX by petarj · 12 years ago
- 08f65d9 s390: Non-functional change. Pedant at work... by florian · 12 years ago
- d18287d s390: Fix a type mixup found by BEAM. by florian · 12 years ago
- 5c53973 s390: Support the following DFP insns: by florian · 12 years ago
- 6938b9d Stop gcc-4.4 complaining when this file is compiled on a 32 bit platform. by sewardj · 12 years ago
- 79efdc6 Make HReg a struct. In the past there were several occurences where by florian · 12 years ago
- 1bb7f6f s390: Be consistent with emulation warnings about unsupported by florian · 12 years ago
- a887acd s390: Support these DFP insns: CDGTRA, CXGTR, CGXTR, and CGDTR. by florian · 12 years ago
- ff9000d s390: Change get_dfp_rounding_mode to map IR rounding modes to by florian · 12 years ago
- 1fd227c s390: Add cc thunk description for S390_CC_OP_DFP_{64|128}_TO_INT_32. by florian · 12 years ago
- c23579d s390: Fix debugging output in IR injection. by florian · 12 years ago
- 203b998 s390: It is not necessary to save/restore the link register when by florian · 12 years ago
- cec3a8a s390: Change insn selection to recognize memcpy-like statements. by florian · 12 years ago
- 654b7f9 Shifting an int and assigning it to a long could be trouble. by florian · 12 years ago
- e6be61f Fix a few more HReg <-> UInt mixups. by florian · 12 years ago
- b05c20c Post-patch to r2668. Choose more sensible names. Purely mechanical, no by florian · 12 years ago
- 9884af0 The Coverity tool was run against the Valgrind source code and identified a by carll · 12 years ago
- a81d9be mips: Fixing some HReg <--> UInt mixups spotted by Florian. by petarj · 12 years ago
- d456418 Follow-up on r2664-r2668 changes for IRExpr_Mux0X and Iex_Mux0X for MIPS32. by petarj · 12 years ago
- 99dd03e Infrastructure cleanup part 2. by florian · 12 years ago
- d0f1a93 Mux0X cond type change: fix a front end case that got missed. by sewardj · 12 years ago
- 0d9cbe5 Mux0X cond type change: verify all isel cases, and implement one by sewardj · 12 years ago
- 60733f8 Fix up a non-handled Mux0X case following r2664, and verify that by sewardj · 12 years ago
- 009230b Infrastructure cleanup: change type of the condition field of by sewardj · 12 years ago
- 28eac40 Annotate ARMNImm_to_Imm64 with fallthrough markers following by sewardj · 12 years ago
- 3bdd24a Fix some HReg/UInt mixups, spotted by Florian. by sewardj · 12 years ago
- e82e574 Remove two unused variables that sneaked in in r2657. by florian · 12 years ago
- c17ce02 Fix HReg <--> UInt mixup. by florian · 12 years ago
- 3123f72 s390: Fix HReg <--> UInt mixups. by florian · 12 years ago
- b5e7ced Fix some HReg/UInt mixups spotted by Florian. by sewardj · 12 years ago
- bf3bea6 Fix HReg <--> integer mixup. vreg2ireg returns an HReg not an integer. by florian · 12 years ago