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 |
2007-11-27 |
Julian Seward | Handle the case Add64(expr,const) a bit better. Appare... |
commit | commitdiff | tree |
2007-11-26 |
Julian Seward | Fix stupid bug in x86 isel: when generating code for... |
commit | commitdiff | tree |
2007-11-25 |
Julian Seward | Implement lods{b,w,l}. Fixes #152818. |
commit | commitdiff | tree |
2007-11-23 |
Julian Seward | Implement DAA/DAS/AAA/AAS. Really stupid and ugly... |
commit | commitdiff | tree |
2007-11-20 |
Julian Seward | Support in{b,w,l} and out{b,w,l} on amd64. Fixes ... |
commit | commitdiff | tree |
2007-11-19 |
Julian Seward | Fix this: |
commit | commitdiff | tree |
2007-11-16 |
Julian Seward | gcc-4.3 build fixes. |
commit | commitdiff | tree |
2007-11-16 |
Julian Seward | Implement SALC. Fixes #147628. |
commit | commitdiff | tree |
2007-11-16 |
Julian Seward | Enable CMPXCHG Gb,Eb. Fixes #147498. |
commit | commitdiff | tree |
2007-11-15 |
Julian Seward | Handle the "alternative" (non-binutils) encoding of... |
commit | commitdiff | tree |
2007-11-09 |
Julian Seward | Merge changes from THRCHECK branch r1787. These change... |
commit | commitdiff | tree |
2007-11-06 |
Julian Seward | Accept some apparently redundant REX.W prefixes seen... |
commit | commitdiff | tree |
2007-09-01 |
Julian Seward | Implement maskmovq and maskmovdq. |
commit | commitdiff | tree |
2007-08-29 |
Julian Seward | Support x86 $int 0x40 .. 0x43 instructions on Linux... |
commit | commitdiff | tree |
2007-08-28 |
Julian Seward | Support td (64-bit counterpart to r1784). |
commit | commitdiff | tree |
2007-08-28 |
Julian Seward | Better support for trap insns. This adds support for... |
commit | commitdiff | tree |
2007-08-28 |
Julian Seward | Add missing return. |
commit | commitdiff | tree |
2007-08-28 |
Julian Seward | Merge, from CGTUNE branch, r1774: |
commit | commitdiff | tree |
2007-08-25 |
Julian Seward | Merge from CGTUNE branch, code generation improvements... |
commit | commitdiff | tree |
2007-08-25 |
Julian Seward | Merge from CGTUNE branch: |
commit | commitdiff | tree |
2007-08-25 |
Julian Seward | Merge, from CGTUNE branch: |
commit | commitdiff | tree |
2007-08-25 |
Julian Seward | Merge, from CGTUNE branch: |
commit | commitdiff | tree |
2007-08-23 |
Julian Seward | Allow up to 7 prefixes, so as to accept |
commit | commitdiff | tree |
2007-07-11 |
Julian Seward | * implement fistp |
commit | commitdiff | tree |
2007-05-05 |
Julian Seward | Oops. Fix longstanding bug which will have caused... |
commit | commitdiff | tree |
2007-05-04 |
Julian Seward | Handle x87 FCOMP. |
commit | commitdiff | tree |
2007-05-01 |
Julian Seward | Stop gcc-4.2 producing hundreds of complaints of the... |
commit | commitdiff | tree |
2007-04-07 |
Julian Seward | Implement lahf/sahf on amd64. Also set NDEP on x86... |
commit | commitdiff | tree |
2007-04-05 |
Julian Seward | Fix various cases where the instruction decoder asserte... |
commit | commitdiff | tree |
2007-04-04 |
Julian Seward | Fold Add8(t,t) ==> t << 1. Fixes #143817 (Unused bitfi... |
commit | commitdiff | tree |
2007-03-31 |
Julian Seward | Counterpart to r1745: teach the amd64 back end how... |
commit | commitdiff | tree |
2007-03-31 |
Julian Seward | Teach the x86 back end how generate 'lea' instructions... |
commit | commitdiff | tree |
2007-03-25 |
Julian Seward | x86 back end: use 80-bit loads/stores for floating... |
commit | commitdiff | tree |
2007-03-21 |
Julian Seward | amd64 equivalents of vx1742 (synthesise SIGILL in the... |
commit | commitdiff | tree |
2007-03-20 |
Julian Seward | x86 front end: synthesise SIGILL in the normal way... |
commit | commitdiff | tree |
2007-03-12 |
Julian Seward | Support 'INT $3' instruction on amd64 (counterpart... |
commit | commitdiff | tree |
2007-03-11 |
Julian Seward | Tolerate redundant REX.W prefix produced by Mono for... |
commit | commitdiff | tree |
2007-03-09 |
Julian Seward | When generating 64-bit code, ensure that any addresses... |
commit | commitdiff | tree |
2007-03-09 |
Julian Seward | Comment-only changes. |
commit | commitdiff | tree |
2007-03-01 |
Julian Seward | Handle the (bizarre) no-op "26 2E 64 65 90 %es:%cs... |
commit | commitdiff | tree |
2007-02-28 |
Julian Seward | Support 'INT $3' instruction. |
commit | commitdiff | tree |
2007-02-23 |
Julian Seward | Handle FCOM and FCOMPP in 64-bit mode (see #141790) |
commit | commitdiff | tree |
2007-02-06 |
Julian Seward | More IRBB -> IRSB renaming. |
commit | commitdiff | tree |
2007-01-27 |
Julian Seward | Fill in missing cases in eqIRConst. This stops iropt... |
commit | commitdiff | tree |
2007-01-16 |
Julian Seward | Constant fold XorV128(t,t) -> 0. Effect is that memch... |
commit | commitdiff | tree |
2007-01-12 |
Julian Seward | Update. |
commit | commitdiff | tree |
2007-01-12 |
Julian Seward | Implement rcl{b,w,l,q} on amd64. |
commit | commitdiff | tree |
2007-01-10 |
Julian Seward | Implement FXSAVE on amd64. Mysteriously my Athlon64... |
commit | commitdiff | tree |
2007-01-09 |
Julian Seward | Add 'missing' primop Iop_ReinterpF32asI32 and code... |
commit | commitdiff | tree |
2007-01-08 |
Julian Seward | Straggler |
commit | commitdiff | tree |
2007-01-08 |
Julian Seward | Update copyright dates. |
commit | commitdiff | tree |
2007-01-08 |
Julian Seward | Add mkIRExprVec_6/7. |
commit | commitdiff | tree |
2007-01-04 |
Julian Seward | Use 'ifndef' in the makefile correctly. |
commit | commitdiff | tree |
2006-12-29 |
Julian Seward | Tidy up flags spec fn, and add a rule for INCW-CondZ. |
commit | commitdiff | tree |
2006-12-28 |
Julian Seward | Tidy up and finalise x86/amd64 flag spec rules for... |
commit | commitdiff | tree |
2006-12-28 |
Julian Seward | Handle recent binutils padding "nopw %cs:0x0(%eax,... |
commit | commitdiff | tree |
2006-12-27 |
Julian Seward | Enable support for altivec prefetches: dss, dst, dstt... |
commit | commitdiff | tree |
2006-12-27 |
Julian Seward | Enable lvxl and stvxl. |
commit | commitdiff | tree |
2006-12-27 |
Julian Seward | Implement mfspr 268 and 269. Fixes #139050. |
commit | commitdiff | tree |
2006-12-27 |
Julian Seward | x86 front end: Implement MASKMOVQ (MMX class insn,... |
commit | commitdiff | tree |
2006-12-24 |
Julian Seward | A large but non-functional commit: as suggested by... |
commit | commitdiff | tree |
2006-12-17 |
Julian Seward | Make compilable again. |
commit | commitdiff | tree |
2006-12-17 |
Julian Seward | Make this compilable again. |
commit | commitdiff | tree |
next |