2010-04-29 |
Julian Seward | (re-commit r1975): |
commit | commitdiff | tree |
2010-04-29 |
Julian Seward | (re-commit r1974): |
commit | commitdiff | tree |
2010-04-29 |
Julian Seward | (re-commit r1973): |
commit | commitdiff | tree |
2010-04-29 |
Julian Seward | (re-commit r1972): |
commit | commitdiff | tree |
2010-04-29 |
Julian Seward | (re-commit r1971) |
commit | commitdiff | tree |
2010-04-29 |
Julian Seward | (re-commit r1970): |
commit | commitdiff | tree |
2010-04-02 |
Donna Robinson | iselVecExpr_wrk: 128-bit constants: handle all 16 cases |
commit | commitdiff | tree |
2010-04-02 |
Donna Robinson | Added new SSE4 instruction BLENDPS (backend needs a... |
commit | commitdiff | tree |
2010-04-02 |
Julian Seward | Enable PMOVSXBW and fix lane shift widths. |
commit | commitdiff | tree |
2010-04-02 |
Julian Seward | Handle a few more cases in 128-bit constant generation... |
commit | commitdiff | tree |
2010-04-01 |
Donna Robinson | Added new SSE4 instructions: |
commit | commitdiff | tree |
2010-03-08 |
Julian Seward | Support FTOUIS, UXTAB, SXTAH. |
commit | commitdiff | tree |
2010-02-28 |
Julian Seward | Handle SBB Eb,Gb. |
commit | commitdiff | tree |
2010-02-28 |
Julian Seward | Fix incorrect spec rule for LE after INCB, for end... |
commit | commitdiff | tree |
2010-02-21 |
Julian Seward | CVTPI2PD (which converts 2 x I32 in M64 or MMX to 2... |
commit | commitdiff | tree |
2010-02-18 |
Julian Seward | Majorly improved implementation of self-checking for... |
commit | commitdiff | tree |
2010-01-17 |
Julian Seward | x86/amd64 front ends: don't chase a conditional branch... |
commit | commitdiff | tree |
2010-01-17 |
Julian Seward | Enable (optionally) chasing through conditional branche... |
commit | commitdiff | tree |
2010-01-15 |
Julian Seward | Add logic to allow front ends to speculatively continue... |
commit | commitdiff | tree |
2010-01-15 |
Julian Seward | amd64: add a couple more spec cases: NLE after SUBL... |
commit | commitdiff | tree |
2010-01-11 |
Julian Seward | For 32-bit reads of integer guest registers, generate... |
commit | commitdiff | tree |
2010-01-09 |
Julian Seward | * support PLD (cache-preload-hint) instructions |
commit | commitdiff | tree |
2010-01-03 |
Julian Seward | Don't force alignment for LDMxx/STMxx when presented... |
commit | commitdiff | tree |
2010-01-02 |
Julian Seward | gen{Spill,Reload}_PPC: track recent change in genSpill... |
commit | commitdiff | tree |
2010-01-01 |
Julian Seward | Generate a couple more ARM specific offsets; also R1... |
commit | commitdiff | tree |
2009-12-31 |
Julian Seward | Make the x86 and amd64 back ends use the revised protot... |
commit | commitdiff | tree |
2009-12-31 |
Julian Seward | Merge r1925:1948 from branches/ARM. This temporarily... |
commit | commitdiff | tree |
2009-12-03 |
Julian Seward | Testing hacklet, to fill the vex tmp allocation area... |
commit | commitdiff | tree |
2009-11-26 |
Julian Seward | Change the IR representation of load linked and store... |
commit | commitdiff | tree |
2009-11-22 |
Julian Seward | Use a shorter instruction encoding for "mov $smallish... |
commit | commitdiff | tree |
2009-11-22 |
Julian Seward | Specialise "S after 32-bit SUB/CMP"; improves performan... |
commit | commitdiff | tree |
2009-09-06 |
Julian Seward | Track recent file renaming. |
commit | commitdiff | tree |
2009-09-05 |
Julian Seward | Update ("cand1" committed for real use in immediately... |
commit | commitdiff | tree |
2009-09-05 |
Julian Seward | Use a much faster hash function to do the self-modifyin... |
commit | commitdiff | tree |
2009-08-31 |
Julian Seward | Add test program for experimentation with smc-check... |
commit | commitdiff | tree |
2009-08-31 |
Julian Seward | Print raw machine code in an easier-to-parse way. |
commit | commitdiff | tree |
2009-08-02 |
Julian Seward | Implement mfpvr (mfspr 287) (bug #201585). |
commit | commitdiff | tree |
2009-07-22 |
Julian Seward | Tell the register allocator on x86 that xmm0..7 are... |
commit | commitdiff | tree |
2009-07-22 |
Julian Seward | Support LODS on amd64. Fixes #189737. |
commit | commitdiff | tree |
2009-07-17 |
Julian Seward | deepCopyIRCAS: handle NULL dataHi and expdHi without... |
commit | commitdiff | tree |
2009-07-15 |
Julian Seward | Get rid of LibVEX_Version(). |
commit | commitdiff | tree |
2009-07-12 |
Julian Seward | Fix disassembly printing of cmpxchg insns (don't print... |
commit | commitdiff | tree |
2009-07-12 |
Julian Seward | Add new integer comparison primitives Iop_CasCmp{EQ... |
commit | commitdiff | tree |
2009-07-04 |
Julian Seward | Fix ppc64 guest layout description following recent... |
commit | commitdiff | tree |
2009-07-02 |
Julian Seward | Unbreak the svn-version thing following r1904. |
commit | commitdiff | tree |
2009-07-02 |
Julian Seward | Flatten out the directory structure in the priv/ side... |
commit | commitdiff | tree |
2009-07-01 |
Julian Seward | Double the size of the spill area. Fixes #195838. |
commit | commitdiff | tree |
2009-07-01 |
Julian Seward | Rename 'Makefile' to 'Makefile-gcc' so as to be compati... |
commit | commitdiff | tree |
2009-07-01 |
Julian Seward | Merge in branches/DCAS: |
commit | commitdiff | tree |
2009-06-09 |
Julian Seward | Use more POSIX-standard flags for 'ar'. See #195287. |
commit | commitdiff | tree |
2009-03-19 |
Julian Seward | Make VexGuestAMD64State have a 16-aligned size once... |
commit | commitdiff | tree |
2009-03-19 |
Julian Seward | Calculate next %rip correctly in palignr instructions... |
commit | commitdiff | tree |
2009-03-19 |
Julian Seward | In order to make it possible for Valgrind to restart... |
commit | commitdiff | tree |
2009-02-22 |
Julian Seward | Change underscores in the middle of library names into... |
commit | commitdiff | tree |
2009-01-24 |
Julian Seward | Handle redundant REX.W on PUNPCKHgg. Fixes test case... |
commit | commitdiff | tree |
2009-01-22 |
Julian Seward | Handle both %gs and %fs prefixes on amd64 a bit more... |
commit | commitdiff | tree |
2008-12-19 |
Julian Seward | genoffsets.c: don't use __builtin_offset since older... |
commit | commitdiff | tree |
2008-12-17 |
Julian Seward | Change the way pub/libvex_guest_offsets.h is created... |
commit | commitdiff | tree |
2008-12-13 |
Julian Seward | Handle some redundant REX.W prefixes on code from IPP... |
commit | commitdiff | tree |
2008-12-04 |
Julian Seward | Add to the VexAbiInfo structure, two new fields: |
commit | commitdiff | tree |
2008-12-03 |
Julian Seward | Initial VEX-end support for Darwin (x86 and amd64). |
commit | commitdiff | tree |
2008-11-17 |
Julian Seward | Handle "movsd G,E" for G and E both regs. This is... |
commit | commitdiff | tree |
2008-11-08 |
Julian Seward | Support "repe scas" on amd64. Fixes #168943. |
commit | commitdiff | tree |
2008-11-06 |
Julian Seward | Tighten up decoding of isel instruction. |
commit | commitdiff | tree |
2008-11-06 |
Julian Seward | Support isel (integer conditional move). |
commit | commitdiff | tree |
2008-11-04 |
Julian Seward | Handle MOVSD reg,reg for the encoding which is not... |
commit | commitdiff | tree |
2008-11-01 |
Julian Seward | Fixes for compilation warnings from the apparently... |
commit | commitdiff | tree |
2008-10-31 |
Julian Seward | In 32-bit mode only, accept primary opcode 0x82 and... |
commit | commitdiff | tree |
2008-10-23 |
Julian Seward | Stop gcc-4.4.0 (snapshot) complaining about strict... |
commit | commitdiff | tree |
2008-10-11 |
Julian Seward | Support FPREM1 on amd64. Fixes #172563. |
commit | commitdiff | tree |
2008-08-19 |
Julian Seward | Add a description of the FP offset/size to type VexGues... |
commit | commitdiff | tree |
2008-08-18 |
Julian Seward | C89 fixes (stop gcc complaining). |
commit | commitdiff | tree |
2008-08-08 |
Julian Seward | Handle frin, frim, frip, friz, in 64-bit mode only... |
commit | commitdiff | tree |
2008-08-06 |
Julian Seward | Ignore .EH bit in lwarx / ldarx as it appears to be... |
commit | commitdiff | tree |
2008-07-30 |
Julian Seward | Add support needed for exp-ptrcheck on ppc32/64. |
commit | commitdiff | tree |
2008-07-29 |
Julian Seward | Handle Iop_ReinterpF32asI32, as needed for exp-ptrcheck. |
commit | commitdiff | tree |
2008-07-29 |
Julian Seward | Minor printing changes. |
commit | commitdiff | tree |
2008-06-30 |
Julian Seward | Add Imbe_SnoopedStoreBegin and Imbe_SnoopedStoreEnd... |
commit | commitdiff | tree |
2008-06-04 |
Julian Seward | Translate "fnstsw %ax" in a slightly different way... |
commit | commitdiff | tree |
2008-05-30 |
Julian Seward | In some obscure circumstances, the allocator would... |
commit | commitdiff | tree |
2008-05-29 |
Julian Seward | Allow 64-byte line sizes (PA6T cpu). |
commit | commitdiff | tree |
2008-05-28 |
Julian Seward | Fix a couple of longstanding enum inconsistencies disco... |
commit | commitdiff | tree |
2008-05-13 |
Julian Seward | Support 8 bit xadd. Fixes #158744. |
commit | commitdiff | tree |
2008-05-11 |
Julian Seward | Compute the starting address of the instruction correct... |
commit | commitdiff | tree |
2008-05-09 |
Julian Seward | Update to check fxrstor too. |
commit | commitdiff | tree |
2008-05-09 |
Julian Seward | Handle fxrstor on x86. Fixes #126389. |
commit | commitdiff | tree |
2008-05-09 |
Julian Seward | Allow pushfw and popfw. Fixes #157748. |
commit | commitdiff | tree |
2008-05-09 |
Julian Seward | Enable repne cmps{b,w,l}. Fixes #153196. |
commit | commitdiff | tree |
2008-05-02 |
Julian Seward | Specialise CondNZ after SUBW for both x86 and amd64. |
commit | commitdiff | tree |
2008-05-01 |
Julian Seward | Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk... |
commit | commitdiff | tree |
2008-04-28 |
Julian Seward | Enable FUCOMPP on amd64. Fixes #161378. |
commit | commitdiff | tree |
2008-03-31 |
Julian Seward | Specialise CondNS after SUBB on amd64. |
commit | commitdiff | tree |
2008-03-31 |
Julian Seward | Specialise CondNS after SUBB. The lack of this was... |
commit | commitdiff | tree |
2008-02-15 |
Julian Seward | Show x86 sreg offsets. |
commit | commitdiff | tree |
2008-02-11 |
Julian Seward | Update copyright dates ("200X-2007" --> "200X-2008"). |
commit | commitdiff | tree |
2008-02-10 |
Julian Seward | Fix CPUID: |
commit | commitdiff | tree |
2008-02-09 |
Julian Seward | Finalise SSSE3 support (counterpart to r1808): |
commit | commitdiff | tree |
2008-02-06 |
Julian Seward | Add SSSE3 support. Currently only for 64-bit. TODO: |
commit | commitdiff | tree |
2008-01-04 |
Julian Seward | Very kludgey implementation of IRET. May or may not... |
commit | commitdiff | tree |
2007-12-04 |
Julian Seward | Generate code to handle 64-bit integer loads and stores... |
commit | commitdiff | tree |
next |