- f461149 API change: pass both the VexGuestExtents and the original by sewardj · 19 years ago
- 6d26984 Track the status of the %EFLAGS.AC (alignment check) bit, but by sewardj · 19 years ago
- e74f6f7 Get rid of ludicrously over-paranoid assertion that caused all last by sewardj · 19 years ago
- 7bd6ffe by sewardj · 19 years ago
- dbcfae7 by sewardj · 19 years ago
- ec3c885 Make LibVEX_Translate (an API fn) take a Bool indicating whether or by sewardj · 19 years ago
- db4738a Basic support for self-checking translations. It fits quite neatly by sewardj · 19 years ago
- 9e6491a The logic that drove basic block to IR disassembly had been duplicated by sewardj · 19 years ago
- 27e1dd6 (API-visible change): generalise the VexSubArch idea. Everywhere by sewardj · 19 years ago
- 094d139 Floating-point for ppc32 by cerion · 19 years ago
- 18b4bb7 Increase default max bb size from 50 to 60 guest instructions. by sewardj · 20 years ago
- 918c8f3 A small API change: pass both the guest and host word sizes to the by sewardj · 20 years ago
- d976362 Typechecker police. by sewardj · 20 years ago
- 97e8793 Define ULong_to_Ptr / Ptr_to_ULong to help clean up 64/32 bit issues. by sewardj · 20 years ago
- 32a8126 Even more startup paranoia. by sewardj · 20 years ago
- e908c42 A couple of debugging hacks to allow work to proceed on a front end by sewardj · 20 years ago
- 487e4c9 Support host-ppc32... by cerion · 20 years ago
- 5456081 Undoing mistaken commit of r825. by cerion · 20 years ago
- c194477 tiny correction to guest-arm branch by cerion · 20 years ago
- c33671d Get the AMD64 back-end show on the road. by sewardj · 20 years ago
- 0ec57c5 PowerPC-32 has at at least two variant (with and without Altivec). by sewardj · 20 years ago
- aabdfbf - Set up proper support for PPC32 archictecture - Wrote the OR ops by cerion · 20 years ago
- 44d494d Add stub definitions for amd64 front end functions. by sewardj · 20 years ago
- 72c7281 Proper support for translation cache management: when a translation is by sewardj · 20 years ago
- d887b86 Rename some functions and types in the top level interface to be more by sewardj · 20 years ago
- 9df271d Push subarchitecture stuff through the x86 parts. by sewardj · 20 years ago
- b923075 In iropt, try and call flatten_BB less. Enhance the sanity checker by sewardj · 20 years ago
- bef170b Add support for subarchitectures. Currently ignored. by sewardj · 20 years ago
- 80f5fce New function LibVEX_Version, returning version string automagically by sewardj · 20 years ago
- 5edfc26 Give different emulation warnings for setting of %mxcsr.fz and %mxcsr.daz. by sewardj · 20 years ago
- 109ffdb x86 host: Stuff in support of memchecking of 64x2 vector FP. by sewardj · 20 years ago
- 7df596b x86 guest: Implement various insns: by sewardj · 20 years ago
- c9a4366 Make a start on SSE for x86 guest. by sewardj · 20 years ago
- d01a963 guest x86: fix x87 FP rounding modes enough so that by sewardj · 20 years ago
- 893aada Create a new mechanism: "emulation warnings", which is a way for Vex by sewardj · 20 years ago
- c2c8716 Add a skeletal ARM insn decoder. by sewardj · 20 years ago
- 2a9ad02 Start adding some ARM guest infrastructure stuff, but as a result get by sewardj · 20 years ago
- f8ed9d8 Add copyright notices. by sewardj · 20 years ago
- 5bd4d16 Allow tools to tell Vex when it can/can't chase across basic block by sewardj · 20 years ago
- 9578a8b Various plumbing to allow the optimiser (really, just a subset) to be by sewardj · 20 years ago
- cf78790 Changes to support Memcheck: by sewardj · 20 years ago
- eeac841 Rename some types and data fields in a more logical way. No change of by sewardj · 20 years ago
- 8ea867b Instead of denoting helper call targets by their names, add a new type by sewardj · 20 years ago
- 0d7b3ae Debug printing wibble. by sewardj · 20 years ago
- f48ac19 Majorly improve debug printing. Now vex_traceflags contains 8 bits by sewardj · 20 years ago
- 49651f4 Various changes needed to get Addrcheck supported: by sewardj · 20 years ago
- c5fc7aa Changes pertaining to supporting instrumentation: by sewardj · 20 years ago
- 81ec418 New regime for baseblock layout, as described in comment in by sewardj · 20 years ago
- 76bdc80 Improve naming scheme for library-visible fns (infrastructural improvement) by sewardj · 20 years ago
- 8d2291c Generic fixes to iropt to enable it to be as sloppy with exceptions as by sewardj · 20 years ago
- 0861374 Add run-time controllability to iropt. by sewardj · 20 years ago
- ea602bc Finally resolve compilation warnings in iropt.c pertaining to the by sewardj · 20 years ago
- 695cff9 Add loop unrolling to iropt (simple, crude first attempt). This also by sewardj · 20 years ago
- aa59f94 Add generic mechanism to get hold of guest bytes when debugging. by sewardj · 20 years ago
- 84ff065 by sewardj · 20 years ago
- d7cb853 iropt: implement flattening (into SSA form). This caused various by sewardj · 20 years ago
- edf4d69 Connect no-op iropt to the driver logic. by sewardj · 20 years ago
- 58800ff Improve verbosity control, so that verbosity can be set individually by sewardj · 20 years ago
- c0ee2ed Make compilation work again after renaming files. by sewardj · 20 years ago
- 14731f2 More hacked104 hookups, including the first eflags thunk calculation routine. by sewardj · 20 years ago
- 36ca513 Add mechanisms for calling helper functions from generated code. by sewardj · 20 years ago
- 2e56f9f Compilation fixes for gcc-2.96. by sewardj · 20 years ago
- 86898e8 Start pushing some instructions through the x86 assembler. by sewardj · 20 years ago
- bad34a9 Make a start on x86 instruction emission. by sewardj · 20 years ago
- 8af36f1 Rename x86h_defs.[ch] to x86host_defs.[ch]. by sewardj · 20 years ago
- 81bd550 Assembler infrastructure. by sewardj · 20 years ago
- 1f40a0a - Fix up verbosity control. by sewardj · 20 years ago
- 443cd9d Loads more x86 insn selector hacking. by sewardj · 20 years ago
- dbd3ee6 temporarily print storage stats by sewardj · 20 years ago
- e8e9d73 Mucho x86 instruction selector hacking. by sewardj · 20 years ago
- 3543921 First part of IR sanity checking: def/use checks. by sewardj · 20 years ago
- e05c42c A whole bunch more x86 -> IR hacking. by sewardj · 20 years ago
- 41f43bc - Mucho x86 to IR hacking. by sewardj · 20 years ago
- fbcaf33 More stuff. by sewardj · 20 years ago
- c9a6570 First pass at x86 to IR conversion. Compiles, but nothing works. by sewardj · 20 years ago
- 2b51587 - Pass host-specific insn and register printing functions to by sewardj · 20 years ago
- 887a11a Rename everything to use the "vex" name. by sewardj · 20 years ago[Renamed (90%) from priv/main/jit_main.c]
- f13a16a Try and fill in jit_main.c. by sewardj · 20 years ago
- 35421a3 Major hashing around to restructure the world. by sewardj · 20 years ago