1. 49651f4 Various changes needed to get Addrcheck supported: by sewardj · 20 years ago
  2. ed7726a Finally make VG_(bbs_done) agree exactly with what Lackey measures. by sewardj · 20 years ago
  3. 3b7f4bd (Unsuccessfully) try and make the BB counter give the same by sewardj · 20 years ago
  4. f2dbe17 Merge skiplist fix from Tom. by sewardj · 20 years ago
  5. 61e264d Make this test marginally more useful. by sewardj · 20 years ago
  6. b99c4e9 Track LibVEX API changes. by sewardj · 20 years ago
  7. 7928828 Infrastructural grunge for connecting to Vex. by sewardj · 20 years ago
  8. 6a48bbf Vexify (partially, in Lackey's case). Seems to work tho. by sewardj · 20 years ago
  9. c5fc7aa Changes pertaining to supporting instrumentation: by sewardj · 20 years ago
  10. fcce33d Fix yet another bug pertaining to muddy thinking on the meaning of by sewardj · 20 years ago
  11. f755f2b Update stated version to 437 (for snapshotting). by sewardj · 20 years ago
  12. 253623f Add a crude preferencing scheme used when selecting a real register to by sewardj · 20 years ago
  13. c584170 Use gcc, not 'gcc341'. by sewardj · 20 years ago
  14. dcc85fc x86 guest: Bite the bullet and update %EIP before each insn by sewardj · 20 years ago
  15. 4c5f6d5 Make the tree-builder observe the precise-exceptions requirement by sewardj · 20 years ago
  16. b495240 Hacks du jour by sewardj · 20 years ago
  17. d44bc6e Get rid of a couple of unneeded typedefs. by sewardj · 20 years ago
  18. 006a6a2 Simulate bit 21 of eflags (ID), so that CPUID tests work properly. by sewardj · 20 years ago
  19. a0e8bae Get rid of debug printing. by sewardj · 20 years ago
  20. 7aa55b3 Use the new baseblock layout scheme. by sewardj · 20 years ago
  21. 9afb18d Increase size of hacky allocation space. Sigh. by sewardj · 20 years ago
  22. 81ec418 New regime for baseblock layout, as described in comment in by sewardj · 20 years ago
  23. fd46203 Use renamed and improved vex-supplied guest-state-handling fns. by sewardj · 20 years ago
  24. 76bdc80 Improve naming scheme for library-visible fns (infrastructural improvement) by sewardj · 20 years ago
  25. 8d2291c Generic fixes to iropt to enable it to be as sloppy with exceptions as by sewardj · 20 years ago
  26. b5bf2e0 Track vex controllability changes, and other hacks-de-jour. by sewardj · 20 years ago
  27. 77c87ee Track Vex controllability changes. by sewardj · 20 years ago
  28. 0861374 Add run-time controllability to iropt. by sewardj · 20 years ago
  29. 517a7d6 * re-enable some obscure sbb case * add printer for cpuid by sewardj · 20 years ago
  30. fb44d55 Redundant-get removal: invalidate the entire env when passing by sewardj · 20 years ago
  31. 7ca37d9 Even more stuff. by sewardj · 20 years ago
  32. e166ed0 Add various FP insns apparently needed by mozilla. Not convinced by sewardj · 20 years ago
  33. 088010d Merge together the two live-range-calculating loops, so we don't call by sewardj · 20 years ago
  34. 9befd63 Mess with logic for debug printing a bit. by sewardj · 20 years ago
  35. b5d70e1 Try to further clear up confusion re notation for live range in by sewardj · 20 years ago
  36. 4fd30f2 Correct a longstanding bug in how branch target addresses were computed. by sewardj · 20 years ago
  37. 46efba3 Duh; fix use of IROPT_LEVEL. by sewardj · 20 years ago
  38. 1947998 Fix yet more problems to do with confusion over live range by sewardj · 20 years ago
  39. 7cb49d7 x86 guest: implement more convincing version of CPUID, using a dirty by sewardj · 20 years ago
  40. 39555aa Make this more controllable. by sewardj · 20 years ago
  41. 95d2eb8 Increase size of translation buffer. by sewardj · 20 years ago
  42. 9aebb0c x86 guest: support rcr{bwl}. Includes some cleaning up of macro by sewardj · 20 years ago
  43. 33fa73e iselIntExp64: handle calls to clean helpers which return a 64-bit result. by sewardj · 20 years ago
  44. 0e810f5 Re-enable tests for rcr{bwl}. by sewardj · 20 years ago
  45. 98169c5 Comment changes only. by sewardj · 20 years ago
  46. 43c4695 Fast-case some more stuff. by sewardj · 20 years ago
  47. b4057b4 Oops -- properly handle fast case of Carry after Subtract. by sewardj · 20 years ago
  48. d0863ff Add handy way to disable iropt completely. by sewardj · 20 years ago
  49. b4666cf x86 guest: handle more bswap insns by sewardj · 20 years ago
  50. 044a215 Reinstate conservative version of redundant-Put elimination which by sewardj · 20 years ago
  51. 9444661 Fix some startup messages. by sewardj · 20 years ago
  52. cb59aeb Reinstate various floating-point tests which are now supported. by sewardj · 20 years ago
  53. bf2993f Fast-track another case in calculate_eflags_c (needs verification). by sewardj · 20 years ago
  54. 11f429c Re-enable most IR optimisations. It's only really redundant-Put by sewardj · 20 years ago
  55. d19cb30 Clean up BB counting stuff a bit. by sewardj · 20 years ago
  56. c3d49ec Get rid of -fomit-frame-pointer; it's mostly just a pain in the parts by sewardj · 20 years ago
  57. 12b0b88 Oops! Further update spill slot offsets following add of by sewardj · 20 years ago
  58. f0b32c4 Rearrange stuff a bit more logically. by sewardj · 20 years ago
  59. 570a8c9 In the signal handler, make debug printing a bit more verbose. by sewardj · 20 years ago
  60. 3a7d2d0 Give the skiplist mechanism its own hacky allocator, so as to get by sewardj · 20 years ago
  61. 69ad403 Apparently editing tool.h directly was not a clever thing to do :-) by sewardj · 20 years ago
  62. f6f1aad Use the vex-supplied simulation of segment registers. by sewardj · 20 years ago
  63. 063f02f Start to teach Vex (guest x86) about segment registers. by sewardj · 20 years ago
  64. 62761e6 cat_n_send: get rid of bogus dependency on snprintf(). This should by sewardj · 20 years ago
  65. 3e6e7bf Disable all optimisation until such time as the 2.3.X route works by sewardj · 20 years ago
  66. a3a534b Remove debug printing. by sewardj · 20 years ago
  67. ec16791 If Vex calls the failure-exit function, bomb out in such a way as by sewardj · 20 years ago
  68. 5c15eca Show Vex storage stats at end of run. by sewardj · 20 years ago
  69. 84ab3e2 Properly initialise baseBlock (I overlooked that fact that suitable by sewardj · 20 years ago
  70. 5827df0 Make the number of spill slots agree with what Vex's by sewardj · 20 years ago
  71. 8f5b000 Get rid of translation chaining stuff from dispatcher. by sewardj · 20 years ago
  72. ee6eeca Temporary kludge to locate spill slots on cvs head. TODO: better by sewardj · 20 years ago
  73. b7e76e8 find_helper: ensure function addresses are unsignedly widened to Addr64 by sewardj · 20 years ago
  74. fa9a463 Mucho hackery to get it to compile whilst attached to vex. by sewardj · 20 years ago
  75. dda7a4c Implement vex_initialise_x87(). by sewardj · 20 years ago
  76. 96604c1 Test commit. by sewardj · 20 years ago
  77. 300361f Add a function to initialise the x87 FPU guest state. by sewardj · 20 years ago
  78. 9d18870 Fix some typos spotted by Nick. by sewardj · 20 years ago
  79. 21082ff Add a complete copy of the cvs head as of 19 Oct 04, for experimenting by sewardj · 20 years ago
  80. 9bdd265 Yet another folding rule (CmpLT32S) by sewardj · 20 years ago
  81. 088e4f7 Yet another folding rule. by sewardj · 20 years ago
  82. 264812b Track the baseblock layout changes made in rev 365. by sewardj · 20 years ago
  83. f6dc3ce Remove all references to hardwired guest state offsets. Instead, by sewardj · 20 years ago
  84. ce70a5c Restructure the x86->IR phase somewhat, so that it can optionally by sewardj · 20 years ago
  85. 6a91d11 64-bit host fix. by sewardj · 20 years ago
  86. 4385281 Implement MOV Ob,AL. by sewardj · 20 years ago
  87. df22c1c calculate_eflags_all: finally get rid of compilation warnings, and by sewardj · 20 years ago
  88. 8c2c10b Be even less verbose. by sewardj · 20 years ago
  89. 3f61ddb Clear C2 after sin/cos/tan/sincos. This is needed to make the glibc by sewardj · 20 years ago
  90. 04e86f0 Reinstate tests for byte-sized division (divb, idivb) by sewardj · 20 years ago
  91. 4e82db7 * Handle fcmovnz * Handle byte-sized integer divide (divb, idivb) by sewardj · 20 years ago
  92. 0dc3ff9 iselCondCode: handle 1:Bit by sewardj · 20 years ago
  93. 7447b5b * More fold_Expr rulese * deltaIRStmt: handle dirty helper calls by sewardj · 20 years ago
  94. 442d0be Implement IEEE754-compliant fprem1. by sewardj · 20 years ago
  95. a5aa9cf Comment change only. by sewardj · 20 years ago
  96. b3944c2 Fix minor problems in x86 FP guest assembler. by sewardj · 20 years ago
  97. 99016a7 Implement guest x86 fptan. by sewardj · 20 years ago
  98. 686edb9 * Reinstate a whole bunch of tests by sewardj · 20 years ago
  99. 3715871 * Add a couple more FP cases exposed by test/test-i386.c by sewardj · 20 years ago
  100. ae27ab6 Fill in some missing cases: by sewardj · 20 years ago