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