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. a9facae 15-bit tt-fast cache has excessive miss rate on 176.gcc; this change by sewardj · 20 years ago
  5. 8b391de Add reroutes needed for RHAS 3. by sewardj · 20 years ago
  6. be67849 Update startup message. by sewardj · 20 years ago
  7. 006cc0b --help-debug: don't forget to mention --vex-iropt-verbosity by sewardj · 20 years ago
  8. 1196382 Provide our own versions of strchrnul and rawmemchr so we don't have by sewardj · 20 years ago
  9. 03fc3b0 Build mc_main.o with -fomit-frame-pointer; gives a 2-3% performance gain on x86. by sewardj · 20 years ago
  10. 5bd4d16 Allow tools to tell Vex when it can/can't chase across basic block by sewardj · 20 years ago
  11. b139e82 Finish off Memcheck's handling of dirty helper calls. Memcheck is now by sewardj · 20 years ago
  12. 9f8abf8 * memcheck: handle dirty helper calls (mostly) by sewardj · 20 years ago
  13. edf9b5a Another day, another bunch of primops need doing ... by sewardj · 20 years ago
  14. acbad75 Call specialised report-a-value-error helper functions rather than by sewardj · 20 years ago
  15. 2a2ba8b x86 guest: majorly rehash eflags thunk scheme for a second time. See by sewardj · 20 years ago
  16. 4fec8f3 Fill in more cases. by sewardj · 20 years ago
  17. 2d06e81 We need ever-more spill space ... by sewardj · 20 years ago
  18. f106711 Memcheck: add helper functions to support 64-bit loads/stores. This by sewardj · 20 years ago
  19. 1479d93 Improve debug printing a bit. by sewardj · 20 years ago
  20. 67cc0db Install a bogus-literals hack a la old UCode scheme, but do not use by sewardj · 20 years ago
  21. 9c53124 rm debug printing. by sewardj · 20 years ago
  22. 23be73b Fix nasty bug with 32HLto64. by sewardj · 20 years ago
  23. 3bfef9c Increase size of spill area. by sewardj · 20 years ago
  24. 3861f46 Rename a var to avoid nameclashes during standalone testing. by sewardj · 20 years ago
  25. 2c80060 Delete all the old UCode stuff. by sewardj · 20 years ago
  26. 2985e1b Tidy up, make readable, add comments. Does not change behaviour or by sewardj · 20 years ago
  27. a1cb1b5 More fiddling in an attempt to make it work properly (so far unsuccessful): by sewardj · 20 years ago
  28. e9cbf1d Further integration of baseblock stuff for shadow state. Get rid of by sewardj · 20 years ago
  29. 76e42ad Track Vex API changes. by sewardj · 20 years ago
  30. 948d48b Major overhaul of x86 guest eflags handling, so as to make one by sewardj · 20 years ago
  31. 9da6e24 Start adding floating point stuff to memcheck. by sewardj · 20 years ago
  32. 35b5db8 Fill in a few more cases. by sewardj · 20 years ago
  33. 9578a8b Various plumbing to allow the optimiser (really, just a subset) to be by sewardj · 20 years ago
  34. 4b39f28 Do a few more cases. by sewardj · 20 years ago
  35. 33f402b Fix compile warnings. by sewardj · 20 years ago
  36. 80415ee Fix enough stuff to make 'ls' work. by sewardj · 20 years ago
  37. 1ce85b5 Fill in a whole bunch more cases. by sewardj · 20 years ago
  38. a6929da Fix many more cases. by sewardj · 20 years ago
  39. 1dbd19d First pass at Memcheck. by sewardj · 20 years ago
  40. d0e08a1 remove pointless #define by sewardj · 20 years ago
  41. 9b78ad3 Rewrite and concisify addrcheck's instrumentation function, and fill by sewardj · 20 years ago
  42. 0ce79b5 Make these compile again following renaming of some types/fields. by sewardj · 20 years ago
  43. 273dca5 Restore the core/tool interface to what it was, by removing the by sewardj · 20 years ago
  44. b322dcd Make this compile again. by sewardj · 20 years ago
  45. f543586 Use new functions for helper-call-construction. by sewardj · 20 years ago
  46. 3d7b5f9 -fomit-frame-pointer is helpul for addrcheck. by sewardj · 20 years ago
  47. 231334e Reinstate esp-update pass (now renamed sp-update). Does not work as by sewardj · 20 years ago
  48. 7fef6f4 Make addrcheck work again, including regparm. by sewardj · 20 years ago
  49. 9ab1485 Allow --trace-codegen to take 8 bits, and pass to Vex. by sewardj · 20 years ago
  50. f116da1 Make these compile again. by sewardj · 20 years ago
  51. 2aa3362 Misc hacks to get Addrcheck working. by sewardj · 20 years ago
  52. 6dccbff * Add a minimal Vex-ified version of the esp update pass. by sewardj · 20 years ago
  53. 0fdccc5 Vex-ify. by sewardj · 20 years ago
  54. ed7726a Finally make VG_(bbs_done) agree exactly with what Lackey measures. by sewardj · 20 years ago
  55. 3b7f4bd (Unsuccessfully) try and make the BB counter give the same by sewardj · 20 years ago
  56. f2dbe17 Merge skiplist fix from Tom. by sewardj · 20 years ago
  57. 7928828 Infrastructural grunge for connecting to Vex. by sewardj · 20 years ago
  58. 6a48bbf Vexify (partially, in Lackey's case). Seems to work tho. by sewardj · 20 years ago
  59. f755f2b Update stated version to 437 (for snapshotting). by sewardj · 20 years ago
  60. 7aa55b3 Use the new baseblock layout scheme. by sewardj · 20 years ago
  61. 9afb18d Increase size of hacky allocation space. Sigh. by sewardj · 20 years ago
  62. fd46203 Use renamed and improved vex-supplied guest-state-handling fns. by sewardj · 20 years ago
  63. 77c87ee Track Vex controllability changes. by sewardj · 20 years ago
  64. 9befd63 Mess with logic for debug printing a bit. by sewardj · 20 years ago
  65. 95d2eb8 Increase size of translation buffer. by sewardj · 20 years ago
  66. 9444661 Fix some startup messages. by sewardj · 20 years ago
  67. d19cb30 Clean up BB counting stuff a bit. by sewardj · 20 years ago
  68. c3d49ec Get rid of -fomit-frame-pointer; it's mostly just a pain in the parts by sewardj · 20 years ago
  69. f0b32c4 Rearrange stuff a bit more logically. by sewardj · 20 years ago
  70. 570a8c9 In the signal handler, make debug printing a bit more verbose. by sewardj · 20 years ago
  71. 3a7d2d0 Give the skiplist mechanism its own hacky allocator, so as to get by sewardj · 20 years ago
  72. 69ad403 Apparently editing tool.h directly was not a clever thing to do :-) by sewardj · 20 years ago
  73. f6f1aad Use the vex-supplied simulation of segment registers. by sewardj · 20 years ago
  74. 62761e6 cat_n_send: get rid of bogus dependency on snprintf(). This should by sewardj · 20 years ago
  75. a3a534b Remove debug printing. by sewardj · 20 years ago
  76. ec16791 If Vex calls the failure-exit function, bomb out in such a way as by sewardj · 20 years ago
  77. 5c15eca Show Vex storage stats at end of run. by sewardj · 20 years ago
  78. 84ab3e2 Properly initialise baseBlock (I overlooked that fact that suitable by sewardj · 20 years ago
  79. 5827df0 Make the number of spill slots agree with what Vex's by sewardj · 20 years ago
  80. 8f5b000 Get rid of translation chaining stuff from dispatcher. by sewardj · 20 years ago
  81. fa9a463 Mucho hackery to get it to compile whilst attached to vex. by sewardj · 20 years ago
  82. 21082ff Add a complete copy of the cvs head as of 19 Oct 04, for experimenting by sewardj · 20 years ago