1. 063f02f Start to teach Vex (guest x86) about segment registers. by sewardj · 20 years ago
  2. 62761e6 cat_n_send: get rid of bogus dependency on snprintf(). This should by sewardj · 20 years ago
  3. 3e6e7bf Disable all optimisation until such time as the 2.3.X route works by sewardj · 20 years ago
  4. a3a534b Remove debug printing. by sewardj · 20 years ago
  5. ec16791 If Vex calls the failure-exit function, bomb out in such a way as by sewardj · 20 years ago
  6. 5c15eca Show Vex storage stats at end of run. by sewardj · 20 years ago
  7. 84ab3e2 Properly initialise baseBlock (I overlooked that fact that suitable by sewardj · 20 years ago
  8. 5827df0 Make the number of spill slots agree with what Vex's by sewardj · 20 years ago
  9. 8f5b000 Get rid of translation chaining stuff from dispatcher. by sewardj · 20 years ago
  10. ee6eeca Temporary kludge to locate spill slots on cvs head. TODO: better by sewardj · 20 years ago
  11. b7e76e8 find_helper: ensure function addresses are unsignedly widened to Addr64 by sewardj · 20 years ago
  12. fa9a463 Mucho hackery to get it to compile whilst attached to vex. by sewardj · 20 years ago
  13. dda7a4c Implement vex_initialise_x87(). by sewardj · 20 years ago
  14. 96604c1 Test commit. by sewardj · 20 years ago
  15. 300361f Add a function to initialise the x87 FPU guest state. by sewardj · 20 years ago
  16. 9d18870 Fix some typos spotted by Nick. by sewardj · 20 years ago
  17. 21082ff Add a complete copy of the cvs head as of 19 Oct 04, for experimenting by sewardj · 20 years ago
  18. 9bdd265 Yet another folding rule (CmpLT32S) by sewardj · 20 years ago
  19. 088e4f7 Yet another folding rule. by sewardj · 20 years ago
  20. 264812b Track the baseblock layout changes made in rev 365. by sewardj · 20 years ago
  21. f6dc3ce Remove all references to hardwired guest state offsets. Instead, by sewardj · 20 years ago
  22. ce70a5c Restructure the x86->IR phase somewhat, so that it can optionally by sewardj · 20 years ago
  23. 6a91d11 64-bit host fix. by sewardj · 20 years ago
  24. 4385281 Implement MOV Ob,AL. by sewardj · 20 years ago
  25. df22c1c calculate_eflags_all: finally get rid of compilation warnings, and by sewardj · 20 years ago
  26. 8c2c10b Be even less verbose. by sewardj · 20 years ago
  27. 3f61ddb Clear C2 after sin/cos/tan/sincos. This is needed to make the glibc by sewardj · 20 years ago
  28. 04e86f0 Reinstate tests for byte-sized division (divb, idivb) by sewardj · 20 years ago
  29. 4e82db7 * Handle fcmovnz * Handle byte-sized integer divide (divb, idivb) by sewardj · 20 years ago
  30. 0dc3ff9 iselCondCode: handle 1:Bit by sewardj · 20 years ago
  31. 7447b5b * More fold_Expr rulese * deltaIRStmt: handle dirty helper calls by sewardj · 20 years ago
  32. 442d0be Implement IEEE754-compliant fprem1. by sewardj · 20 years ago
  33. a5aa9cf Comment change only. by sewardj · 20 years ago
  34. b3944c2 Fix minor problems in x86 FP guest assembler. by sewardj · 20 years ago
  35. 99016a7 Implement guest x86 fptan. by sewardj · 20 years ago
  36. 686edb9 * Reinstate a whole bunch of tests by sewardj · 20 years ago
  37. 3715871 * Add a couple more FP cases exposed by test/test-i386.c by sewardj · 20 years ago
  38. ae27ab6 Fill in some missing cases: by sewardj · 20 years ago
  39. 2d4c3a0 Add a few more conditional-move and string-op cases. by sewardj · 20 years ago
  40. 4963a42 Implement btc, and bt* for memory operand. by sewardj · 20 years ago
  41. 69d9d66 Fix stupid bug in insn decoder caused by Rev 344. by sewardj · 20 years ago
  42. fbee31b Fix various compilation warnings, all insignificant. by sewardj · 20 years ago
  43. ea602bc Finally resolve compilation warnings in iropt.c pertaining to the by sewardj · 20 years ago
  44. 7301743 Make loop unrolling less verbose. by sewardj · 20 years ago
  45. b65663a LibVEX_Alloc: on 32-bit hosts, only align storage to 4, not 8. by sewardj · 20 years ago
  46. 666fbac A bit more inlining of small fns. by sewardj · 20 years ago
  47. f05537e Minor improvements. by sewardj · 20 years ago
  48. 5a4d594 Reduce debug printing. by sewardj · 20 years ago
  49. cc38416 inline getArrayBounds. by sewardj · 20 years ago
  50. 1c19276 Comment change only. by sewardj · 20 years ago
  51. c9ad115 Speed up the tree-builder. by sewardj · 20 years ago
  52. 62617ef Speed up constant folder. by sewardj · 20 years ago
  53. d503a32 Much improve the speed of the dead code elimination pass. by sewardj · 20 years ago
  54. 4a8b2a5 Add a couple of cases exposed by the IR loop unroller. by sewardj · 20 years ago
  55. 2d04d11 Add controllability to the loop unroller. Depending on how big by sewardj · 20 years ago
  56. 0c4763c Disable debug printing for CSE. by sewardj · 20 years ago
  57. 65599a3 Disable CSEing of loads as it's incorrect until such time as the CSEr by sewardj · 20 years ago
  58. 8f31b3b * Re-run CSE and DCE after loop unrolling, if expensive-mode is not by sewardj · 20 years ago
  59. 4980c6b Fix bug in rev 326 (folding rule for Shl32(x,0) ==> x) by sewardj · 20 years ago
  60. 5234540 fold_Expr: do Shl32(x,0) ==> x by sewardj · 20 years ago
  61. 6e797c5 Introduce primop Iop_Not1 :: Bit -> Bit, and use it to to a better by sewardj · 20 years ago
  62. f6275b7 Fix formatting of the loop unroller code. Whitespace change only. by sewardj · 20 years ago
  63. 695cff9 Add loop unrolling to iropt (simple, crude first attempt). This also by sewardj · 20 years ago
  64. bec1084 x86 assembler: handle x86 FP reg-reg moves by sewardj · 20 years ago
  65. c0b4228 Extend CSE so it commons up F64i literals. This also requires changes by sewardj · 20 years ago
  66. eb30964 Even more minor PutI/GetI cleanups. by sewardj · 20 years ago
  67. 0ec972d More cleanups of PutI/GetI transformations: by sewardj · 20 years ago
  68. 575670c Add redundant-PutI elimination, and major cleanup of PutI/GetI transformations. by sewardj · 20 years ago
  69. a239779 Don't bother to do a spill store if the register chosen for spilling by sewardj · 20 years ago
  70. d7bd8ac More followups to previous increase of x86 FP regs from 4 to 6. by sewardj · 20 years ago
  71. aa59f94 Add generic mechanism to get hold of guest bytes when debugging. by sewardj · 20 years ago
  72. a8fc22c Update to match new max limit of 50 insns per bb. by sewardj · 20 years ago
  73. eafde5a x86: Increase the number of available floating point registers in the by sewardj · 20 years ago
  74. 9319816 Increase maximum-bb size to 50. by sewardj · 20 years ago
  75. f4a821d Fold 1Uto32. by sewardj · 20 years ago
  76. aba4fff Change tabs to spaces. Whitespace change only. by sewardj · 20 years ago
  77. df20f23 fix off-by-one errors (assert fails) in findPutI. by sewardj · 20 years ago
  78. 3e2ba0a Fix indentation for findPutI. Whitespace change only. by sewardj · 20 years ago
  79. 663b659 Really really final edits. This is the submitted version. by sewardj · 20 years ago
  80. e40b4e8 Final edits. by sewardj · 20 years ago
  81. 6b673ec Finish first draft. by sewardj · 20 years ago
  82. 90e1e8c IR -> Itanium conversion discussion Initial conclusions by sewardj · 20 years ago
  83. 5bbed0b Add stuff about predication. by sewardj · 20 years ago
  84. 09c367f Add stuff about control speculation. by sewardj · 20 years ago
  85. c36cdf0 Deal with NaT value propagation. by sewardj · 20 years ago
  86. 02130cc Fix up Heading 2 entries by copying into a new document. by sewardj · 20 years ago
  87. f5a00dc Add stuff on data speculation. by sewardj · 20 years ago
  88. c9df0d5 Describe handling of rotating registers and register windows. by sewardj · 20 years ago
  89. e98dcf2 First attempt at PutI -> GetI forwarding. by sewardj · 20 years ago
  90. 3f57c2d x86 host: do spill/reload of floating point registers. by sewardj · 20 years ago
  91. 0bfea7f Small change to printing of guest-state-array descriptors (IRArrays). by sewardj · 20 years ago
  92. 79abdf1 Simple program for assessing speed of floating point. by sewardj · 20 years ago
  93. 9541268 Increase startup delay for GDB latching. by sewardj · 20 years ago
  94. a5dc348 Implement Add32/Sub32 chain collapsing. by sewardj · 20 years ago
  95. 7970385 Fix typo. by sewardj · 20 years ago
  96. 3fd9894 Stuff about rotating registers. by sewardj · 20 years ago
  97. 728c9d5 First attempt at Add32/Sub32 chain collapsing. by sewardj · 20 years ago
  98. 15b3613 More preliminaries. by sewardj · 20 years ago
  99. e91d538 Make a start on the Itanium report. by sewardj · 20 years ago
  100. c6c2fed Fix a couple of silly typos. by sewardj · 20 years ago