1. 9b1004e Add a mini-version of the addrcheck instrumenter so as to help refine by sewardj · 20 years ago
  2. 2fa60a3 Add code to do register preferencing (moves from vreg to rreg cause by sewardj · 20 years ago
  3. 11eebbe Fix bogus assertion in doHelperCall and generally tidy up. I think it by sewardj · 20 years ago
  4. 7fef6f4 Make addrcheck work again, including regparm. by sewardj · 20 years ago
  5. 7735254 Implement regparm (1 to 3) in the x86 back end. by sewardj · 20 years ago
  6. 8ea867b Instead of denoting helper call targets by their names, add a new type by sewardj · 20 years ago
  7. 432b1c9 Add and use a new version of the register allocator, which is simpler by sewardj · 20 years ago
  8. 0d7b3ae Debug printing wibble. by sewardj · 20 years ago
  9. 34d25a9 Remove unused fields in VRegInfo, and change live-range numbers to 16 by sewardj · 20 years ago
  10. abe017e Much-improved method for configuring test-driver program: copy by sewardj · 20 years ago
  11. e2ee53c Extend applicability of register preferencing scheme. by sewardj · 20 years ago
  12. 9ab1485 Allow --trace-codegen to take 8 bits, and pass to Vex. by sewardj · 20 years ago
  13. 7886230 Clear out old junk. by sewardj · 20 years ago
  14. f48ac19 Majorly improve debug printing. Now vex_traceflags contains 8 bits by sewardj · 20 years ago
  15. cefcd71 Track API changes. by sewardj · 20 years ago
  16. f116da1 Make these compile again. by sewardj · 20 years ago
  17. 2aa3362 Misc hacks to get Addrcheck working. by sewardj · 20 years ago
  18. 6dccbff * Add a minimal Vex-ified version of the esp update pass. by sewardj · 20 years ago
  19. 0fdccc5 Vex-ify. by sewardj · 20 years ago
  20. 49651f4 Various changes needed to get Addrcheck supported: by sewardj · 20 years ago
  21. ed7726a Finally make VG_(bbs_done) agree exactly with what Lackey measures. by sewardj · 20 years ago
  22. 3b7f4bd (Unsuccessfully) try and make the BB counter give the same by sewardj · 20 years ago
  23. f2dbe17 Merge skiplist fix from Tom. by sewardj · 20 years ago
  24. 61e264d Make this test marginally more useful. by sewardj · 20 years ago
  25. b99c4e9 Track LibVEX API changes. by sewardj · 20 years ago
  26. 7928828 Infrastructural grunge for connecting to Vex. by sewardj · 20 years ago
  27. 6a48bbf Vexify (partially, in Lackey's case). Seems to work tho. by sewardj · 20 years ago
  28. c5fc7aa Changes pertaining to supporting instrumentation: by sewardj · 20 years ago
  29. fcce33d Fix yet another bug pertaining to muddy thinking on the meaning of by sewardj · 20 years ago
  30. f755f2b Update stated version to 437 (for snapshotting). by sewardj · 20 years ago
  31. 253623f Add a crude preferencing scheme used when selecting a real register to by sewardj · 20 years ago
  32. c584170 Use gcc, not 'gcc341'. by sewardj · 20 years ago
  33. dcc85fc x86 guest: Bite the bullet and update %EIP before each insn by sewardj · 20 years ago
  34. 4c5f6d5 Make the tree-builder observe the precise-exceptions requirement by sewardj · 20 years ago
  35. b495240 Hacks du jour by sewardj · 20 years ago
  36. d44bc6e Get rid of a couple of unneeded typedefs. by sewardj · 20 years ago
  37. 006a6a2 Simulate bit 21 of eflags (ID), so that CPUID tests work properly. by sewardj · 20 years ago
  38. a0e8bae Get rid of debug printing. by sewardj · 20 years ago
  39. 7aa55b3 Use the new baseblock layout scheme. by sewardj · 20 years ago
  40. 9afb18d Increase size of hacky allocation space. Sigh. by sewardj · 20 years ago
  41. 81ec418 New regime for baseblock layout, as described in comment in by sewardj · 20 years ago
  42. fd46203 Use renamed and improved vex-supplied guest-state-handling fns. by sewardj · 20 years ago
  43. 76bdc80 Improve naming scheme for library-visible fns (infrastructural improvement) by sewardj · 20 years ago
  44. 8d2291c Generic fixes to iropt to enable it to be as sloppy with exceptions as by sewardj · 20 years ago
  45. b5bf2e0 Track vex controllability changes, and other hacks-de-jour. by sewardj · 20 years ago
  46. 77c87ee Track Vex controllability changes. by sewardj · 20 years ago
  47. 0861374 Add run-time controllability to iropt. by sewardj · 20 years ago
  48. 517a7d6 * re-enable some obscure sbb case * add printer for cpuid by sewardj · 20 years ago
  49. fb44d55 Redundant-get removal: invalidate the entire env when passing by sewardj · 20 years ago
  50. 7ca37d9 Even more stuff. by sewardj · 20 years ago
  51. e166ed0 Add various FP insns apparently needed by mozilla. Not convinced by sewardj · 20 years ago
  52. 088010d Merge together the two live-range-calculating loops, so we don't call by sewardj · 20 years ago
  53. 9befd63 Mess with logic for debug printing a bit. by sewardj · 20 years ago
  54. b5d70e1 Try to further clear up confusion re notation for live range in by sewardj · 20 years ago
  55. 4fd30f2 Correct a longstanding bug in how branch target addresses were computed. by sewardj · 20 years ago
  56. 46efba3 Duh; fix use of IROPT_LEVEL. by sewardj · 20 years ago
  57. 1947998 Fix yet more problems to do with confusion over live range by sewardj · 20 years ago
  58. 7cb49d7 x86 guest: implement more convincing version of CPUID, using a dirty by sewardj · 20 years ago
  59. 39555aa Make this more controllable. by sewardj · 20 years ago
  60. 95d2eb8 Increase size of translation buffer. by sewardj · 20 years ago
  61. 9aebb0c x86 guest: support rcr{bwl}. Includes some cleaning up of macro by sewardj · 20 years ago
  62. 33fa73e iselIntExp64: handle calls to clean helpers which return a 64-bit result. by sewardj · 20 years ago
  63. 0e810f5 Re-enable tests for rcr{bwl}. by sewardj · 20 years ago
  64. 98169c5 Comment changes only. by sewardj · 20 years ago
  65. 43c4695 Fast-case some more stuff. by sewardj · 20 years ago
  66. b4057b4 Oops -- properly handle fast case of Carry after Subtract. by sewardj · 20 years ago
  67. d0863ff Add handy way to disable iropt completely. by sewardj · 20 years ago
  68. b4666cf x86 guest: handle more bswap insns by sewardj · 20 years ago
  69. 044a215 Reinstate conservative version of redundant-Put elimination which by sewardj · 20 years ago
  70. 9444661 Fix some startup messages. by sewardj · 20 years ago
  71. cb59aeb Reinstate various floating-point tests which are now supported. by sewardj · 20 years ago
  72. bf2993f Fast-track another case in calculate_eflags_c (needs verification). by sewardj · 20 years ago
  73. 11f429c Re-enable most IR optimisations. It's only really redundant-Put by sewardj · 20 years ago
  74. d19cb30 Clean up BB counting stuff a bit. by sewardj · 20 years ago
  75. c3d49ec Get rid of -fomit-frame-pointer; it's mostly just a pain in the parts by sewardj · 20 years ago
  76. 12b0b88 Oops! Further update spill slot offsets following add of by sewardj · 20 years ago
  77. f0b32c4 Rearrange stuff a bit more logically. by sewardj · 20 years ago
  78. 570a8c9 In the signal handler, make debug printing a bit more verbose. by sewardj · 20 years ago
  79. 3a7d2d0 Give the skiplist mechanism its own hacky allocator, so as to get by sewardj · 20 years ago
  80. 69ad403 Apparently editing tool.h directly was not a clever thing to do :-) by sewardj · 20 years ago
  81. f6f1aad Use the vex-supplied simulation of segment registers. by sewardj · 20 years ago
  82. 063f02f Start to teach Vex (guest x86) about segment registers. by sewardj · 20 years ago
  83. 62761e6 cat_n_send: get rid of bogus dependency on snprintf(). This should by sewardj · 20 years ago
  84. 3e6e7bf Disable all optimisation until such time as the 2.3.X route works by sewardj · 20 years ago
  85. a3a534b Remove debug printing. by sewardj · 20 years ago
  86. ec16791 If Vex calls the failure-exit function, bomb out in such a way as by sewardj · 20 years ago
  87. 5c15eca Show Vex storage stats at end of run. by sewardj · 20 years ago
  88. 84ab3e2 Properly initialise baseBlock (I overlooked that fact that suitable by sewardj · 20 years ago
  89. 5827df0 Make the number of spill slots agree with what Vex's by sewardj · 20 years ago
  90. 8f5b000 Get rid of translation chaining stuff from dispatcher. by sewardj · 20 years ago
  91. ee6eeca Temporary kludge to locate spill slots on cvs head. TODO: better by sewardj · 20 years ago
  92. b7e76e8 find_helper: ensure function addresses are unsignedly widened to Addr64 by sewardj · 20 years ago
  93. fa9a463 Mucho hackery to get it to compile whilst attached to vex. by sewardj · 20 years ago
  94. dda7a4c Implement vex_initialise_x87(). by sewardj · 20 years ago
  95. 96604c1 Test commit. by sewardj · 20 years ago
  96. 300361f Add a function to initialise the x87 FPU guest state. by sewardj · 20 years ago
  97. 9d18870 Fix some typos spotted by Nick. by sewardj · 20 years ago
  98. 21082ff Add a complete copy of the cvs head as of 19 Oct 04, for experimenting by sewardj · 20 years ago
  99. 9bdd265 Yet another folding rule (CmpLT32S) by sewardj · 20 years ago
  100. 088e4f7 Yet another folding rule. by sewardj · 20 years ago