2013-04-20 |
Julian Seward | VLD4/VST4: generate in-line interleave/de-interleave... |
commit | commitdiff | tree |
2013-04-20 |
Julian Seward | VLD3/VST3: generate in-line interleave/de-interleave... |
commit | commitdiff | tree |
2013-04-19 |
Petar Jovanovic | mips: fix endian issues for LWL, LWR, LDR and LDL for... |
commit | commitdiff | tree |
2013-04-18 |
Julian Seward | Improved front end translations for Neon V{LD,ST}{1... |
commit | commitdiff | tree |
2013-04-17 |
Julian Seward | Remove some unused ifdeffery that allowed disabling... |
commit | commitdiff | tree |
2013-04-11 |
Julian Seward | Implement ARM SDIV and UDIV instructions. Fixes #31417... |
commit | commitdiff | tree |
2013-04-11 |
Julian Seward | Implement (T1) LDRT reg+#imm8. Fixes #315689. |
commit | commitdiff | tree |
2013-03-27 |
Julian Seward | Fix some rebasing fallout pertaining to today's AVX2... |
commit | commitdiff | tree |
2013-03-27 |
Tom Hughes | Add support for the EQ_UQ SSE FP comparison operation... |
commit | commitdiff | tree |
2013-03-27 |
Julian Seward | AMD64: Add support for AVX2, BMI1, BMI2 and FMA instruc... |
commit | commitdiff | tree |
2013-03-26 |
Julian Seward | Implement RDTSCP on amd64, finally. This fixes #251569... |
commit | commitdiff | tree |
2013-03-26 |
Julian Seward | Implement SSE4 MOVNTDQA insn. Fixes #316503. |
commit | commitdiff | tree |
2013-03-22 |
Julian Seward | Fix an assertion failure on CVT.F64.S32 d16, d16, ... |
commit | commitdiff | tree |
2013-03-20 |
Carl Love | VEX, ppc code cleanup |
commit | commitdiff | tree |
2013-03-12 |
Florian Krohm | s390: Support the SRNMT instruction. |
commit | commitdiff | tree |
2013-03-06 |
Julian Seward | Implement VCVT.{S,U}32.F64 D[d], D[d], #frac_bits.... |
commit | commitdiff | tree |
2013-03-05 |
Julian Seward | Implement VCVT.F64.{SU}32, #imm. Fixes #308717. |
commit | commitdiff | tree |
2013-03-05 |
Julian Seward | Handle "vmov qDest.I32 V128{0xFFFF}" so to speak, and... |
commit | commitdiff | tree |
2013-03-04 |
Julian Seward | Implement SMLAL{BB,BT,TB,TT}. Fixes #308718. (Mans... |
commit | commitdiff | tree |
2013-03-03 |
Florian Krohm | s390: Fix disassembly. Wrong argument order was causing... |
commit | commitdiff | tree |
2013-03-02 |
Florian Krohm | Remove dead code (a Coverity finding). |
commit | commitdiff | tree |
2013-03-02 |
Petar Jovanovic | mips: fix for some warnings in mips files when compilin... |
commit | commitdiff | tree |
2013-03-01 |
Julian Seward | Handle WFE and SEV, needed for spinlock hinting. |
commit | commitdiff | tree |
2013-02-27 |
Petar Jovanovic | mips: adding MIPS64LE support to VEX |
commit | commitdiff | tree |
2013-02-22 |
Florian Krohm | s390: Non-functional change. Pedant at work... |
commit | commitdiff | tree |
2013-02-21 |
Florian Krohm | s390: Fix a type mixup found by BEAM. |
commit | commitdiff | tree |
2013-02-14 |
Florian Krohm | s390: Support the following DFP insns: |
commit | commitdiff | tree |
2013-02-11 |
Julian Seward | Stop gcc-4.4 complaining when this file is compiled... |
commit | commitdiff | tree |
2013-02-11 |
Florian Krohm | Make HReg a struct. In the past there were several... |
commit | commitdiff | tree |
2013-02-11 |
Florian Krohm | s390: Be consistent with emulation warnings about unsup... |
commit | commitdiff | tree |
2013-02-08 |
Florian Krohm | s390: Support these DFP insns: CDGTRA, CXGTR, CGXTR... |
commit | commitdiff | tree |
2013-02-08 |
Florian Krohm | s390: Change get_dfp_rounding_mode to map IR rounding... |
commit | commitdiff | tree |
2013-02-08 |
Florian Krohm | s390: Add cc thunk description for S390_CC_OP_DFP_... |
commit | commitdiff | tree |
2013-02-07 |
Florian Krohm | s390: Fix debugging output in IR injection. |
commit | commitdiff | tree |
2013-02-02 |
Florian Krohm | s390: It is not necessary to save/restore the link... |
commit | commitdiff | tree |
2013-02-02 |
Florian Krohm | s390: Change insn selection to recognize memcpy-like... |
commit | commitdiff | tree |
2013-02-02 |
Florian Krohm | Shifting an int and assigning it to a long could be... |
commit | commitdiff | tree |
2013-02-01 |
Florian Krohm | Fix a few more HReg <-> UInt mixups. |
commit | commitdiff | tree |
2013-01-31 |
Florian Krohm | Post-patch to r2668. Choose more sensible names. Purely... |
commit | commitdiff | tree |
2013-01-30 |
Carl Love | The Coverity tool was run against the Valgrind source... |
commit | commitdiff | tree |
2013-01-30 |
Petar Jovanovic | mips: Fixing some HReg <--> UInt mixups spotted by... |
commit | commitdiff | tree |
2013-01-29 |
Petar Jovanovic | Follow-up on r2664-r2668 changes for IRExpr_Mux0X and... |
commit | commitdiff | tree |
2013-01-29 |
Florian Krohm | Infrastructure cleanup part 2. |
commit | commitdiff | tree |
2013-01-26 |
Julian Seward | Mux0X cond type change: fix a front end case that got... |
commit | commitdiff | tree |
2013-01-26 |
Julian Seward | Mux0X cond type change: verify all isel cases, and... |
commit | commitdiff | tree |
2013-01-26 |
Julian Seward | Fix up a non-handled Mux0X case following r2664, and... |
commit | commitdiff | tree |
2013-01-26 |
Julian Seward | Infrastructure cleanup: change type of the condition... |
commit | commitdiff | tree |
2013-01-26 |
Julian Seward | Fix incorrect comment. |
commit | commitdiff | tree |
2013-01-26 |
Julian Seward | Changes to make this usable for ARM/Thumb. |
commit | commitdiff | tree |
2013-01-25 |
Julian Seward | Annotate ARMNImm_to_Imm64 with fallthrough markers... |
commit | commitdiff | tree |
2013-01-25 |
Julian Seward | Fix some HReg/UInt mixups, spotted by Florian. |
commit | commitdiff | tree |
2013-01-24 |
Florian Krohm | Remove two unused variables that sneaked in in r2657. |
commit | commitdiff | tree |
2013-01-24 |
Florian Krohm | Fix HReg <--> UInt mixup. |
commit | commitdiff | tree |
2013-01-24 |
Florian Krohm | s390: Fix HReg <--> UInt mixups. |
commit | commitdiff | tree |
2013-01-24 |
Julian Seward | Fix some HReg/UInt mixups spotted by Florian. |
commit | commitdiff | tree |
2013-01-24 |
Florian Krohm | Fix HReg <--> integer mixup. vreg2ireg returns an HReg... |
commit | commitdiff | tree |
2013-01-24 |
Florian Krohm | Fix HReg <--> Uint mixup. iregNo returns an integer... |
commit | commitdiff | tree |
2013-01-23 |
Florian Krohm | Unreachable default case should vassert. |
commit | commitdiff | tree |
2013-01-22 |
Carl Love | Fix implementation of the DFP integer operands. |
commit | commitdiff | tree |
2013-01-22 |
Florian Krohm | s390: Remove unreachable break statements. |
commit | commitdiff | tree |
2013-01-21 |
Carl Love | The 32-bit DFP value is stored in a 64-bit register in |
commit | commitdiff | tree |
2013-01-20 |
Petar Jovanovic | mips: fixing issues spotted by a static code analysis... |
commit | commitdiff | tree |
2013-01-20 |
Petar Jovanovic | mips: fix for mips-disassembler when branch is at block... |
commit | commitdiff | tree |
2013-01-20 |
Julian Seward | Fold out an expression which is always False. Spotted... |
commit | commitdiff | tree |
2013-01-20 |
Julian Seward | Remove a bit of dead code, spotted by Florian using... |
commit | commitdiff | tree |
2013-01-20 |
Florian Krohm | Improve the tree builder in IR optimisation. Allow... |
commit | commitdiff | tree |
2013-01-20 |
Florian Krohm | s390: Fix a type mixup spotted by IBM's BEAM checker. |
commit | commitdiff | tree |
2013-01-18 |
Philippe Waroquiers | Add a vg_alignof macro |
commit | commitdiff | tree |
2013-01-17 |
Julian Seward | Merge, from branches/COMEM, revisions 2568 to 2641. |
commit | commitdiff | tree |
2013-01-16 |
Julian Seward | mips32 equivalent to r2636: fix up the mips32 back... |
commit | commitdiff | tree |
2013-01-16 |
Julian Seward | Fix up the s390 back end to be in sync with infrastruct... |
commit | commitdiff | tree |
2013-01-16 |
Julian Seward | ppc32/64 equivalents to r2636: fix up the ppc back... |
commit | commitdiff | tree |
2013-01-16 |
Julian Seward | x86 equivalent to r2636: fix up the x86 back end to... |
commit | commitdiff | tree |
2013-01-16 |
Julian Seward | Get rid of a pointless assert, and let the isel fail... |
commit | commitdiff | tree |
2013-01-15 |
Julian Seward | Fix up the amd64 back end to be in sync with infrastruc... |
commit | commitdiff | tree |
2013-01-15 |
Julian Seward | Comment-only changes. |
commit | commitdiff | tree |
2013-01-15 |
Florian Krohm | Remove const qualifier from function return type. |
commit | commitdiff | tree |
2013-01-13 |
Florian Krohm | Fix a comment and add one. |
commit | commitdiff | tree |
2013-01-13 |
Florian Krohm | s390: Support insns to convert between DFP values and... |
commit | commitdiff | tree |
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-08 |
Julian Seward | Get rid of selectable default (return) values in condit... |
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 |
next |