1. ba99931 Rename all the _Bit types to I1 so as to be consistent with all the by sewardj · 20 years ago
  2. 92d168d Rename INVALID_IRTEMP to IRTemp_INVALID to be consistent with by sewardj · 20 years ago
  3. f8ed9d8 Add copyright notices. by sewardj · 20 years ago
  4. 6f33f75 Let the insn selector know that by sewardj · 20 years ago
  5. fd33277 More primop support needed by memcheck. by sewardj · 20 years ago
  6. d4a4d01 x86 host: translate Sub32(0,x) into a negl insn. This is a very by sewardj · 20 years ago
  7. 218e29f x86 code generation for 64-bit integer stuff, required by Memchecking by sewardj · 20 years ago
  8. b5874aa Add a couple more primops needed by Memcheck. by sewardj · 20 years ago
  9. 415d935 Fill in a few more Memcheck-supporting cases. by sewardj · 20 years ago
  10. 4b861de Make the x86 back end capable of generating conditional calls. by sewardj · 20 years ago
  11. eeac841 Rename some types and data fields in a more logical way. No change of by sewardj · 20 years ago
  12. f965526 Modified/new convenience functions for constructing helper calls. by sewardj · 20 years ago
  13. 11eebbe Fix bogus assertion in doHelperCall and generally tidy up. I think it by sewardj · 20 years ago
  14. 7735254 Implement regparm (1 to 3) in the x86 back end. by sewardj · 20 years ago
  15. 8ea867b Instead of denoting helper call targets by their names, add a new type by sewardj · 20 years ago
  16. f48ac19 Majorly improve debug printing. Now vex_traceflags contains 8 bits by sewardj · 20 years ago
  17. c5fc7aa Changes pertaining to supporting instrumentation: by sewardj · 20 years ago
  18. 7cb49d7 x86 guest: implement more convincing version of CPUID, using a dirty by sewardj · 20 years ago
  19. 33fa73e iselIntExp64: handle calls to clean helpers which return a 64-bit result. by sewardj · 20 years ago
  20. 0dc3ff9 iselCondCode: handle 1:Bit by sewardj · 20 years ago
  21. 442d0be Implement IEEE754-compliant fprem1. by sewardj · 20 years ago
  22. 99016a7 Implement guest x86 fptan. by sewardj · 20 years ago
  23. fbee31b Fix various compilation warnings, all insignificant. by sewardj · 20 years ago
  24. 4a8b2a5 Add a couple of cases exposed by the IR loop unroller. by sewardj · 20 years ago
  25. 6e797c5 Introduce primop Iop_Not1 :: Bit -> Bit, and use it to to a better by sewardj · 20 years ago
  26. 6d07636 Change the name of some IR fields from .expr to .data, as .expr by sewardj · 20 years ago
  27. 2d3f77c Major revamp of GetI/PutI in preparation for PutI/GetI forwarding. by sewardj · 20 years ago
  28. 4345f7a Add a simple common-subexpression removal pass to iropt. Potentially by sewardj · 20 years ago
  29. 17442fe Fully install generic IR machinery for dirty helper calls and make it by sewardj · 20 years ago
  30. 4734104 x86 -> IR -> x86: fix enough bits to make OOo 1.1.2 work. by sewardj · 20 years ago
  31. 0879054 Improved code sequences for idioms arising from guest x86 floating by sewardj · 20 years ago
  32. f599287 Fix compilation warnings. by sewardj · 20 years ago
  33. 06c32a0 Implement yet more x86 FP transcendental instructions. by sewardj · 20 years ago
  34. 8308aad Yet more x86 FP cases. by sewardj · 20 years ago
  35. e5427e8 x86: handle divw/idivw. Needs proper testing. by sewardj · 20 years ago
  36. 46de407 x86: implement FPREM (sigh, nasty, complicated) by sewardj · 20 years ago
  37. 52ace3e * Clean up primop naming a bit * Implement x86 FYL2X insn by sewardj · 20 years ago
  38. 883b00b Fill in many x86 integer and FP cases, enough to get konqueror by sewardj · 20 years ago
  39. e670911 Implement x86 FRNDINT, taking into account of course the current rounding mode. by sewardj · 20 years ago
  40. c4be80c * x86 guest: instead of just tracking the FPU's C3, C2 and C0 flags, by sewardj · 20 years ago
  41. cfded9a Fill in many more x86 FP cases. by sewardj · 20 years ago
  42. bdc7d21 Make floating-point comparisons work, and fill in a bunch of other x86 by sewardj · 20 years ago
  43. 8f3debf x86: make float to integer conversions observe the rounding mode in effect. by sewardj · 20 years ago
  44. 89cd093 Fix a large number of cases at both ends of the pipeline for x86 by sewardj · 20 years ago
  45. ce646f2 Do a bit more x86 floating point. As a result, had to do 'bsf' and 'bsr' by sewardj · 20 years ago
  46. 3fc76d2 Fill in enough to get through a simple x86 FP processing program by sewardj · 20 years ago
  47. 33124f6 Add FP conditional move insn (host) and isel rule to generate it. by sewardj · 20 years ago
  48. c744e87 x86->IR->x86: handle byte-sized cmpxchg. by sewardj · 20 years ago
  49. d18d1bf Introduce extra paranoia into the instruction selector. Previously, by sewardj · 20 years ago
  50. 4f39149 Comment only change: note an example where better code could have by sewardj · 20 years ago
  51. b9c5cf6 by sewardj · 20 years ago
  52. 84ff065 by sewardj · 20 years ago
  53. 85126a4 Add (unused) pattern for generating rotate insns, as an example. by sewardj · 20 years ago
  54. c09278c iselExpr64: Handle 64-bit literals by sewardj · 20 years ago
  55. 39e3f24 Teach iropt to do dead code elimination. by sewardj · 20 years ago
  56. 09cc2fe Generate 'test' rather than 'and' for some 32-to-1 casts. by sewardj · 20 years ago
  57. d7cb853 iropt: implement flattening (into SSA form). This caused various by sewardj · 20 years ago
  58. a58ea66 More FPU stuff. by sewardj · 20 years ago
  59. bb53f8c More x86 FP stuff, including conversion stuff to/from Ints. by sewardj · 20 years ago
  60. 3196daf Fix enough stuff to get the first x86 FP instruction through the pipeline. by sewardj · 20 years ago
  61. e5f384c Fix up generation of shldl/shldr instructions, and thereby by sewardj · 20 years ago
  62. acbfdd0 Fix silly error in instruction selection of Iop_DivModS64to32 by sewardj · 20 years ago
  63. b81f8b3 Finally finish pissing around with x86 integer multiply instructions. by sewardj · 20 years ago
  64. c22a6fd Change the x86 front end's implementation of shift instructions so by sewardj · 20 years ago
  65. 80f8c30 Comment-only change by sewardj · 20 years ago
  66. 8c7f1ab Fill in many more cases thrown up the QEMU test program. by sewardj · 20 years ago
  67. a238471 Fill in / fix many x86->IR->x86 cases exposed by QEMU's test-i386 program. by sewardj · 20 years ago
  68. 1813dbe Implement ROL/ROR and fix enough stuff to make ls -l work. by sewardj · 20 years ago
  69. e322b0a Fix bug in allocation of vregs for 64-bit IRTemps. by sewardj · 20 years ago
  70. 6707ccc Oops. Fix silly bug in iselCondCode. by sewardj · 20 years ago
  71. 6851154 Fix enough stuff so that 'hello world' works. by sewardj · 20 years ago
  72. 3bd676c Fix bug in generation of immediate shifts. by sewardj · 20 years ago
  73. c0ee2ed Make compilation work again after renaming files. by sewardj · 20 years ago
  74. 33b6dee Rename some files. by sewardj · 20 years ago[Renamed from priv/host-x86/isel_x86.c]
  75. 38ff3d8 Improve insn selection for shifts by literal amounts. by sewardj · 20 years ago
  76. 750f407 Fix enough bits and pieces so "int main (void) { return 0; }" works. by sewardj · 20 years ago
  77. 36ca513 Add mechanisms for calling helper functions from generated code. by sewardj · 20 years ago
  78. 2e56f9f Compilation fixes for gcc-2.96. by sewardj · 20 years ago
  79. e8c922f Fill in many (most) x86 emission cases. by sewardj · 20 years ago
  80. 8af36f1 Rename x86h_defs.[ch] to x86host_defs.[ch]. by sewardj · 20 years ago
  81. 1f40a0a - Fix up verbosity control. by sewardj · 20 years ago
  82. 5c34dc9 Complete first pass thru x86 instruction selector. by sewardj · 20 years ago
  83. 597b71b Teach x86 insn selector how to generate code for 64-bit expressions. by sewardj · 20 years ago
  84. 60f4e3c Refine x86 instruction representation a bit. by sewardj · 20 years ago
  85. 443cd9d Loads more x86 insn selector hacking. by sewardj · 20 years ago
  86. 4042c7e Mucho instruction selector hacking. by sewardj · 20 years ago
  87. e8e9d73 Mucho x86 instruction selector hacking. by sewardj · 20 years ago
  88. e539a40 Rationalise IR a bit: by sewardj · 20 years ago
  89. 78c19df Rationalise IR-level control flow: by sewardj · 20 years ago
  90. d9c2b79 Fill in some cases by sewardj · 20 years ago
  91. 887a11a Rename everything to use the "vex" name. by sewardj · 20 years ago
  92. f13a16a Try and fill in jit_main.c. by sewardj · 20 years ago
  93. 35421a3 Major hashing around to restructure the world. by sewardj · 20 years ago
  94. ac9af02 Mash around top-level library structure some more. by sewardj · 20 years ago
  95. 3e1b2d2 Start to move files into a new structure. by sewardj · 20 years ago[Renamed from isel_x86.c]
  96. 194d54a * Move the x86 genSpill/genRestore functions to the right place. by sewardj · 20 years ago
  97. 96efe57 Do Shl32. by sewardj · 20 years ago
  98. 7945308 Handle case of assignment to IRTemp. by sewardj · 20 years ago
  99. 2cd80dc Tie everything together enough so the reg-allocator can be test-run. by sewardj · 20 years ago
  100. 53f85a9 Add getRegUsage and mapRegs functions for X86 instructions. Tedious. by sewardj · 20 years ago