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