1. f48ac19 Majorly improve debug printing. Now vex_traceflags contains 8 bits by sewardj · 20 years ago
  2. 49651f4 Various changes needed to get Addrcheck supported: by sewardj · 20 years ago
  3. c5fc7aa Changes pertaining to supporting instrumentation: by sewardj · 20 years ago
  4. 006a6a2 Simulate bit 21 of eflags (ID), so that CPUID tests work properly. by sewardj · 20 years ago
  5. 81ec418 New regime for baseblock layout, as described in comment in by sewardj · 20 years ago
  6. 76bdc80 Improve naming scheme for library-visible fns (infrastructural improvement) by sewardj · 20 years ago
  7. 8d2291c Generic fixes to iropt to enable it to be as sloppy with exceptions as by sewardj · 20 years ago
  8. 0861374 Add run-time controllability to iropt. by sewardj · 20 years ago
  9. 063f02f Start to teach Vex (guest x86) about segment registers. by sewardj · 20 years ago
  10. 96604c1 Test commit. by sewardj · 20 years ago
  11. 300361f Add a function to initialise the x87 FPU guest state. by sewardj · 20 years ago
  12. f6dc3ce Remove all references to hardwired guest state offsets. Instead, by sewardj · 20 years ago
  13. 442d0be Implement IEEE754-compliant fprem1. by sewardj · 20 years ago
  14. 99016a7 Implement guest x86 fptan. by sewardj · 20 years ago
  15. ea602bc Finally resolve compilation warnings in iropt.c pertaining to the by sewardj · 20 years ago
  16. 1c19276 Comment change only. by sewardj · 20 years ago
  17. 6e797c5 Introduce primop Iop_Not1 :: Bit -> Bit, and use it to to a better by sewardj · 20 years ago
  18. 695cff9 Add loop unrolling to iropt (simple, crude first attempt). This also by sewardj · 20 years ago
  19. e98dcf2 First attempt at PutI -> GetI forwarding. by sewardj · 20 years ago
  20. 6d07636 Change the name of some IR fields from .expr to .data, as .expr by sewardj · 20 years ago
  21. 2d3f77c Major revamp of GetI/PutI in preparation for PutI/GetI forwarding. by sewardj · 20 years ago
  22. 4345f7a Add a simple common-subexpression removal pass to iropt. Potentially by sewardj · 20 years ago
  23. 17442fe Fully install generic IR machinery for dirty helper calls and make it by sewardj · 20 years ago
  24. b3bce0e Stuff re by sewardj · 20 years ago
  25. c9868d7 More tidying up. by sewardj · 20 years ago
  26. 89d4e98 Clean up the IR definition a bit. by sewardj · 20 years ago
  27. 06c32a0 Implement yet more x86 FP transcendental instructions. by sewardj · 20 years ago
  28. 8308aad Yet more x86 FP cases. by sewardj · 20 years ago
  29. e5427e8 x86: handle divw/idivw. Needs proper testing. by sewardj · 20 years ago
  30. 46de407 x86: implement FPREM (sigh, nasty, complicated) by sewardj · 20 years ago
  31. 52ace3e * Clean up primop naming a bit * Implement x86 FYL2X insn by sewardj · 20 years ago
  32. 883b00b Fill in many x86 integer and FP cases, enough to get konqueror by sewardj · 20 years ago
  33. e670911 Implement x86 FRNDINT, taking into account of course the current rounding mode. by sewardj · 20 years ago
  34. cfded9a Fill in many more x86 FP cases. by sewardj · 20 years ago
  35. 8f3debf x86: make float to integer conversions observe the rounding mode in effect. by sewardj · 20 years ago
  36. 89cd093 Fix a large number of cases at both ends of the pipeline for x86 by sewardj · 20 years ago
  37. 0c2cb62 x86 guest: Add functions vex_to_x87 and x87_to_vex to properly by sewardj · 20 years ago
  38. ce646f2 Do a bit more x86 floating point. As a result, had to do 'bsf' and 'bsr' by sewardj · 20 years ago
  39. 207557a Front end stuff to support floating point on x86 (guest). by sewardj · 20 years ago
  40. 84ff065 by sewardj · 20 years ago
  41. 51cba89 Header changes for Bit-typed constants. Really this should have by sewardj · 20 years ago
  42. d7cb853 iropt: implement flattening (into SSA form). This caused various by sewardj · 20 years ago
  43. a58ea66 More FPU stuff. by sewardj · 20 years ago
  44. bb53f8c More x86 FP stuff, including conversion stuff to/from Ints. by sewardj · 20 years ago
  45. d1725d1 Lots of spadework for getting x86 floating point to work. by sewardj · 20 years ago
  46. b81f8b3 Finally finish pissing around with x86 integer multiply instructions. by sewardj · 20 years ago
  47. 8c7f1ab Fill in many more cases thrown up the QEMU test program. by sewardj · 20 years ago
  48. a238471 Fill in / fix many x86->IR->x86 cases exposed by QEMU's test-i386 program. by sewardj · 20 years ago
  49. 58800ff Improve verbosity control, so that verbosity can be set individually by sewardj · 20 years ago
  50. 81bd550 Assembler infrastructure. by sewardj · 20 years ago
  51. 443cd9d Loads more x86 insn selector hacking. by sewardj · 20 years ago
  52. 4042c7e Mucho instruction selector hacking. by sewardj · 20 years ago
  53. 66de227 Get rid of add with carry and subtract with borrow from the IR. by sewardj · 20 years ago
  54. e8e9d73 Mucho x86 instruction selector hacking. by sewardj · 20 years ago
  55. eeb9ef8 Get rid of guards on IR Puts, and instead have an IR Mux expression. by sewardj · 20 years ago
  56. 6d2638e Further improvements to the IR sanity checker. by sewardj · 20 years ago
  57. 6efd4a1 Complete the IR sanity checker -- at least up to the point where by sewardj · 20 years ago
  58. 3543921 First part of IR sanity checking: def/use checks. by sewardj · 20 years ago
  59. e539a40 Rationalise IR a bit: by sewardj · 20 years ago
  60. 9690d92 x86toIR: reorganise multiply stuff, and make a start on division stuff by sewardj · 20 years ago
  61. cf780b4 x86toIR: some multiply stuff by sewardj · 20 years ago
  62. 78c19df Rationalise IR-level control flow: by sewardj · 20 years ago
  63. 64e1d65 x86toIR: rep-prefixed insns by sewardj · 20 years ago
  64. 77b86be Yet more x86toIR cases, including set<cond> insn. by sewardj · 20 years ago
  65. 9334b0f Yet more cases in x86toIR. by sewardj · 20 years ago
  66. e90ad6a x86toIR: machinery for setting condition codes from shift insns. by sewardj · 20 years ago
  67. e87b484 More x86 -> IR stuff, including baseline %eflags handling. by sewardj · 20 years ago
  68. e05c42c A whole bunch more x86 -> IR hacking. by sewardj · 20 years ago
  69. 41f43bc - Mucho x86 to IR hacking. by sewardj · 20 years ago
  70. fbcaf33 More stuff. by sewardj · 20 years ago
  71. c9a6570 First pass at x86 to IR conversion. Compiles, but nothing works. by sewardj · 20 years ago
  72. 0f117cb fix buglet by sewardj · 20 years ago
  73. 2b51587 - Pass host-specific insn and register printing functions to by sewardj · 20 years ago
  74. 5287fd7 Final bits of jit->vex renaming I missed. by sewardj · 20 years ago
  75. 887a11a Rename everything to use the "vex" name. by sewardj · 20 years ago
  76. f13a16a Try and fill in jit_main.c. by sewardj · 20 years ago
  77. 35421a3 Major hashing around to restructure the world. by sewardj · 20 years ago
  78. ac9af02 Mash around top-level library structure some more. by sewardj · 20 years ago
  79. 3e1b2d2 Start to move files into a new structure. by sewardj · 20 years ago