1. 8095073 Use "VGA_" prefix more consistently for arch-specific things. by njn · 19 years ago
  2. 35172bc Rename some arch-specific macros to use the more consistent "VGA_" prefix. by njn · 19 years ago
  3. d01fef7 by njn · 19 years ago
  4. 9d9cdea 64-bit cleanness fix for command-line printing by sewardj · 19 years ago
  5. 6751613 make function names more uniform by njn · 19 years ago
  6. 1cb50b2 Move VG_(get_EIP)() out of vg_execontext.c, where it doesn't belong, into by njn · 19 years ago
  7. b1131a8 Don't show VEX emulation warnings by default; they are just too tiresome. by sewardj · 19 years ago
  8. b5d320c Oops. The code redir subsystem would work better if it actually got by sewardj · 19 years ago
  9. 14319cc Remove some dead macros. by njn · 19 years ago
  10. 1fd5eb2 Use Vg_DebugMsg for all the things printed with -v, rather than Vg_UserMsg. by njn · 19 years ago
  11. 9271cbc Move the ExeContext stats message earlier, and print it when verbosity == 2, by njn · 19 years ago
  12. 8c0b3bb BUGFIX: process_cmd_line_options mangles options with the syntax by njn · 19 years ago
  13. cc6cc14 --num-callers default is now 12, so say that in the help. by njn · 19 years ago
  14. 92a778c Update version to 3.0.0.CVS. Also change startup message to use this by njn · 19 years ago
  15. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  16. 39b88fb Add missing comment. by sewardj · 19 years ago
  17. 2c5ffbe Get rid of dead code and/or localise global functions as needed to by sewardj · 19 years ago
  18. 613812e Fix Nulgrind's filter_stderr, and also fix the none/tests/cmdline2 test by njn · 19 years ago
  19. b5f6f51 by sewardj · 19 years ago
  20. a4da2f3 Minimal, horrible hacks needed to make vsyscalls work on amd64. by sewardj · 19 years ago
  21. 79048ce Further cleanups to low-level memory management. It's still a by sewardj · 19 years ago
  22. 379255c Debug printing at startup. by sewardj · 19 years ago
  23. 93ab857 Make --wait-for-gdb sort-of usable on amd64. I don't know why this by sewardj · 19 years ago
  24. 45f02c4 Fix enough stuff so it will start up and run for a few bbs on amd64, by sewardj · 19 years ago
  25. fa8ec11 Complete rewrite (I think this is the 4th incarnation) of translation by sewardj · 20 years ago
  26. bf42651 Track VEX API changes introduced in Vex rev 718. by sewardj · 20 years ago
  27. 603d410 Implement --log-file-exactly= for when the user wants to specify by sewardj · 20 years ago
  28. d153fae Add a new variant for --gen-suppressions: --gen-suppressions=all, by sewardj · 20 years ago
  29. 062f355 Make the Quadrics Elan3 clone-hack be controllable by a command-line flag. by sewardj · 20 years ago
  30. 0b2f618 Error message cosmetics. by sewardj · 20 years ago
  31. 51ac087 Add Valgrind-side support for subarchitecture descriptions, which are by sewardj · 20 years ago
  32. 090ec78 Use new function LibVEX_Version. by sewardj · 20 years ago
  33. 5a1feda Update version numbers by hand. Duh. ToDo: automatically by sewardj · 20 years ago
  34. c702533 Bump startup notices around a bit. by sewardj · 20 years ago
  35. 998d40d Ensure VEX control parameters are sane. by sewardj · 20 years ago
  36. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  37. 87c9812 by njn · 20 years ago
  38. c771b29 New debugging flag --trace-notbelow=<number>, to stop --trace-codegen= by sewardj · 20 years ago
  39. d6f157d by njn · 20 years ago
  40. 8ec0c5e More AMD64 start-up hurdles: by njn · 20 years ago
  41. ea4b28c Clear a few more AMD64 start-up hurdles: by njn · 20 years ago
  42. ca6fef0 by njn · 20 years ago
  43. c767b43 Fix reg test. by njn · 20 years ago
  44. c8c9328 very minor tweaks by njn · 20 years ago
  45. c616819 by njn · 20 years ago
  46. 8e4d7dc Get rid of various old flags and constants. by sewardj · 20 years ago
  47. 4ccf707 Get rid of all vestiges of translation-chaining, and generally clean by sewardj · 20 years ago
  48. 16de557 by njn · 20 years ago
  49. ca0518d by njn · 20 years ago
  50. d225283 Do some final "sk_" --> "tl_" changes that I missed earlier. by njn · 20 years ago
  51. bd2e75c by njn · 20 years ago
  52. cf45fd4 by njn · 20 years ago
  53. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  54. 383ae5e Make Vex less verbose, so the regression tests work again. by njn · 20 years ago
  55. 3e578be Get rid of the high/low baseblock distinction. Pointless in a way by sewardj · 20 years ago
  56. 33db261 Get rid of the machinery for registering helper functions. VEX calls by sewardj · 20 years ago
  57. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  58. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  59. 4be0a69 Renamed some profiling events. by njn · 20 years ago
  60. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  61. 063c540 Changed name of tool shared objects from vgskin_XXX.so to vgtool_XXX.so. by njn · 20 years ago
  62. 95ec870 Convert the 'skin_errors' need to 'tool_errors'. by njn · 20 years ago
  63. f6c99d7 Disable --skin=, so you have to use --tool= now. No great loss. by nethercote · 20 years ago
  64. 5fd72bb Formatting wibbles. by nethercote · 20 years ago
  65. 8991d5a by nethercote · 20 years ago
  66. a3c3cf2 Don't need to use addr_t anymore, use Addr instead, for consistency. by nethercote · 20 years ago
  67. ebf1d86 - Make find_auxv() word-size independent. by nethercote · 20 years ago
  68. 545fe67 by nethercote · 20 years ago
  69. 73b526f by nethercote · 20 years ago
  70. 6997879 Fix typo that meant --signal-polltime was not being accepted. by nethercote · 20 years ago
  71. 4ad7431 Arch-abstraction: - removed some x86-specific var/function names by nethercote · 20 years ago
  72. 06bc3d5 whoops by nethercote · 20 years ago
  73. 7f39002 If PIE (position-independent executables) are supported, build valgrind's by nethercote · 20 years ago
  74. 3cf8d93 by nethercote · 20 years ago
  75. c25c449 by nethercote · 20 years ago
  76. 4ec0af4 Remove unnecessary glibc #includes; use VKI_O_RDONLY instead of O_RDONLY as by nethercote · 20 years ago
  77. 107e1c0 by nethercote · 20 years ago
  78. 969ecf1 Cleaned up ume.h by moving some functions around. by nethercote · 20 years ago
  79. 8c1ce43 Improve error message. by nethercote · 20 years ago
  80. caca002 When augmenting the argument vector from the VALGRIND_OPTS environment by thughes · 20 years ago
  81. c37184f Virtualise the stack rlimit for the main thread and make valgrind enforce by thughes · 20 years ago
  82. cf97ffb by nethercote · 20 years ago
  83. 72ddff6 Use MAP_NORESERVE for potentially large mappings. by fitzhardinge · 20 years ago
  84. 820bd8c by nethercote · 20 years ago
  85. 775508a by nethercote · 20 years ago
  86. 9380b4a by nethercote · 20 years ago
  87. 6a27d83 by nethercote · 20 years ago
  88. 2e05c33 by nethercote · 20 years ago
  89. a131bb8 Arch-abstraction: arch-neutralise the startup message. by nethercote · 20 years ago
  90. 410bfe6 Simplify calculation of VG_(shadow_end) to avoid an obscure bug on Paul M's PPC by nethercote · 20 years ago
  91. b24cbc8 by nethercote · 20 years ago
  92. c06e213 Arch-abstraction: by nethercote · 20 years ago
  93. f1e5e15 by nethercote · 20 years ago
  94. d472262 Print a message if shadow memory cannot be allocated, rather than just by nethercote · 20 years ago
  95. 18b6631 Add explanatory comment. by rjwalsh · 20 years ago
  96. ebca8b4 Fix to allow 32-bit Valgrind to run on AMD64 boxes. Note: this does by rjwalsh · 20 years ago
  97. 6233a38 Add support for a --time-stamp option that causes each message output by thughes · 20 years ago
  98. d8510ec Rename VGOFF_(tls) to VGOFF_(tls_ptr) to make it clear it's not the same as by nethercote · 20 years ago
  99. 238a3c3 by nethercote · 20 years ago
  100. f6a1d50 by nethercote · 20 years ago