1. 71bc3cb First pass at adding ability for Memcheck to print all output in XML by sewardj · 19 years ago
  2. 12d365b wibble by njn · 19 years ago
  3. a3506d3 Hmm, actually put some code into m_options.c. by njn · 19 years ago
  4. 2024234 by njn · 19 years ago
  5. 15f7dc0 wibble by sewardj · 19 years ago
  6. 311c5d8 Let's assume the client's address space starts at 0 until we port by njn · 19 years ago
  7. 02bc4b8 by njn · 19 years ago
  8. be9b47b by njn · 19 years ago
  9. 8bddf58 Modularised vg_transtab.c as m_transtab. by njn · 19 years ago
  10. 36932cb Moved Vex's arch/subarch detection out of main() into VG_(translate)()'s by njn · 19 years ago
  11. de583aa Move VG_(dispatch_ctr) out of vg_main.c, which never touches it, into by njn · 19 years ago
  12. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  13. 51d827b by njn · 19 years ago
  14. e96be67 by njn · 19 years ago
  15. 2521d32 by njn · 19 years ago
  16. a4469a7 Avoid compiler warnings. by njn · 19 years ago
  17. cfe1046 Re-enable vex bb chasing. In fact this accidentally got reenabled in by sewardj · 19 years ago
  18. 21c6d0f Initial cleanups based on target-specific defines. by sewardj · 19 years ago
  19. ce058b0 New flag --trace-cfi=yes|no [no], which is for debugging the CFI reader. by sewardj · 19 years ago
  20. 3516553 Get the CFI-based frame-unwinder to the point where it works at least by sewardj · 19 years ago
  21. 23c6a29 by sewardj · 19 years ago
  22. 55f9d1a by sewardj · 19 years ago
  23. 8c61589 More debug printing by sewardj · 19 years ago
  24. 1fbc1a5 Print debugging info at various places in the startup sequence. by sewardj · 19 years ago
  25. 1cf558c by sewardj · 19 years ago
  26. d2b1711 by njn · 19 years ago
  27. 990e90c by njn · 19 years ago
  28. 97724e5 In vg_memory.c, allow the stack-change threshold to be specified by a by sewardj · 19 years ago
  29. 748a131 Add VGP_(setup_redirects) to the platform specific layers and use by tom · 19 years ago
  30. 8a97c6d by njn · 19 years ago
  31. 0312f51 Completely get rid of VG_(instr_ptr_offset). by sewardj · 19 years ago
  32. b1d4318 Avoid truncating addresses in debugging message. by tom · 19 years ago
  33. 8c74b00 by njn · 19 years ago
  34. 45270a2 Make the 'arg' parameter to VG_BOOL_CLO and similar macros explicit, rather by njn · 19 years ago
  35. d6bc3c3 Remove some old CLOs that were hanging around for backward compatibility. by njn · 19 years ago
  36. 0c0f32a Make our VG_(isspace)() match libc's isspace(). And remove ISSPACE and by njn · 19 years ago
  37. 31066fd Don't use the VGP_ for profiling any more, just use VG_ -- we want to use by njn · 19 years ago
  38. 8095073 Use "VGA_" prefix more consistently for arch-specific things. by njn · 19 years ago
  39. 35172bc Rename some arch-specific macros to use the more consistent "VGA_" prefix. by njn · 19 years ago
  40. d01fef7 by njn · 19 years ago
  41. 9d9cdea 64-bit cleanness fix for command-line printing by sewardj · 19 years ago
  42. 6751613 make function names more uniform by njn · 19 years ago
  43. 1cb50b2 Move VG_(get_EIP)() out of vg_execontext.c, where it doesn't belong, into by njn · 19 years ago
  44. b1131a8 Don't show VEX emulation warnings by default; they are just too tiresome. by sewardj · 19 years ago
  45. b5d320c Oops. The code redir subsystem would work better if it actually got by sewardj · 19 years ago
  46. 14319cc Remove some dead macros. by njn · 19 years ago
  47. 1fd5eb2 Use Vg_DebugMsg for all the things printed with -v, rather than Vg_UserMsg. by njn · 19 years ago
  48. 9271cbc Move the ExeContext stats message earlier, and print it when verbosity == 2, by njn · 19 years ago
  49. 8c0b3bb BUGFIX: process_cmd_line_options mangles options with the syntax by njn · 19 years ago
  50. cc6cc14 --num-callers default is now 12, so say that in the help. by njn · 19 years ago
  51. 92a778c Update version to 3.0.0.CVS. Also change startup message to use this by njn · 19 years ago
  52. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  53. 39b88fb Add missing comment. by sewardj · 19 years ago
  54. 2c5ffbe Get rid of dead code and/or localise global functions as needed to by sewardj · 19 years ago
  55. 613812e Fix Nulgrind's filter_stderr, and also fix the none/tests/cmdline2 test by njn · 19 years ago
  56. b5f6f51 by sewardj · 19 years ago
  57. a4da2f3 Minimal, horrible hacks needed to make vsyscalls work on amd64. by sewardj · 19 years ago
  58. 79048ce Further cleanups to low-level memory management. It's still a by sewardj · 19 years ago
  59. 379255c Debug printing at startup. by sewardj · 19 years ago
  60. 93ab857 Make --wait-for-gdb sort-of usable on amd64. I don't know why this by sewardj · 19 years ago
  61. 45f02c4 Fix enough stuff so it will start up and run for a few bbs on amd64, by sewardj · 19 years ago
  62. fa8ec11 Complete rewrite (I think this is the 4th incarnation) of translation by sewardj · 19 years ago
  63. bf42651 Track VEX API changes introduced in Vex rev 718. by sewardj · 19 years ago
  64. 603d410 Implement --log-file-exactly= for when the user wants to specify by sewardj · 19 years ago
  65. d153fae Add a new variant for --gen-suppressions: --gen-suppressions=all, by sewardj · 19 years ago
  66. 062f355 Make the Quadrics Elan3 clone-hack be controllable by a command-line flag. by sewardj · 19 years ago
  67. 0b2f618 Error message cosmetics. by sewardj · 20 years ago
  68. 51ac087 Add Valgrind-side support for subarchitecture descriptions, which are by sewardj · 20 years ago
  69. 090ec78 Use new function LibVEX_Version. by sewardj · 20 years ago
  70. 5a1feda Update version numbers by hand. Duh. ToDo: automatically by sewardj · 20 years ago
  71. c702533 Bump startup notices around a bit. by sewardj · 20 years ago
  72. 998d40d Ensure VEX control parameters are sane. by sewardj · 20 years ago
  73. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  74. 87c9812 by njn · 20 years ago
  75. c771b29 New debugging flag --trace-notbelow=<number>, to stop --trace-codegen= by sewardj · 20 years ago
  76. d6f157d by njn · 20 years ago
  77. 8ec0c5e More AMD64 start-up hurdles: by njn · 20 years ago
  78. ea4b28c Clear a few more AMD64 start-up hurdles: by njn · 20 years ago
  79. ca6fef0 by njn · 20 years ago
  80. c767b43 Fix reg test. by njn · 20 years ago
  81. c8c9328 very minor tweaks by njn · 20 years ago
  82. c616819 by njn · 20 years ago
  83. 8e4d7dc Get rid of various old flags and constants. by sewardj · 20 years ago
  84. 4ccf707 Get rid of all vestiges of translation-chaining, and generally clean by sewardj · 20 years ago
  85. 16de557 by njn · 20 years ago
  86. ca0518d by njn · 20 years ago
  87. d225283 Do some final "sk_" --> "tl_" changes that I missed earlier. by njn · 20 years ago
  88. bd2e75c by njn · 20 years ago
  89. cf45fd4 by njn · 20 years ago
  90. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  91. 383ae5e Make Vex less verbose, so the regression tests work again. by njn · 20 years ago
  92. 3e578be Get rid of the high/low baseblock distinction. Pointless in a way by sewardj · 20 years ago
  93. 33db261 Get rid of the machinery for registering helper functions. VEX calls by sewardj · 20 years ago
  94. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  95. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  96. 4be0a69 Renamed some profiling events. by njn · 20 years ago
  97. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  98. 063c540 Changed name of tool shared objects from vgskin_XXX.so to vgtool_XXX.so. by njn · 20 years ago
  99. 95ec870 Convert the 'skin_errors' need to 'tool_errors'. by njn · 20 years ago
  100. f6c99d7 Disable --skin=, so you have to use --tool= now. No great loss. by nethercote · 20 years ago