1. a91498f by njn · 19 years ago
  2. da325d9 Move declaration of "struct vg_mallocfunc_info" from core.h into by njn · 19 years ago
  3. 9fc3112 Move VG_(block_signals)() to vg_scheduler.c, the only file that uses by njn · 19 years ago
  4. 44e1368 Modularised the demangler into m_demangle. (It very nearly fit our new by njn · 19 years ago
  5. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  6. 717cde5 by njn · 19 years ago
  7. 51d827b by njn · 19 years ago
  8. e96be67 by njn · 19 years ago
  9. 2521d32 by njn · 19 years ago
  10. 502badb by njn · 19 years ago
  11. 4fbc86c by njn · 19 years ago
  12. ee0bcbf Move the replacement code for the amd64 vsyscalls into the trampoline page by tom · 19 years ago
  13. ce058b0 New flag --trace-cfi=yes|no [no], which is for debugging the CFI reader. by sewardj · 19 years ago
  14. 3516553 Get the CFI-based frame-unwinder to the point where it works at least by sewardj · 19 years ago
  15. 55f9d1a by sewardj · 19 years ago
  16. 985fabb Create a new module, "sigframe", responsible for creating/destroying by sewardj · 19 years ago
  17. d2b1711 by njn · 19 years ago
  18. 50ae1a7 by njn · 19 years ago
  19. f8bb9e7 Get rid of the --sloppy-malloc= flag and the functionality it by sewardj · 19 years ago
  20. 990e90c by njn · 19 years ago
  21. 50ba34e by njn · 19 years ago
  22. 97724e5 In vg_memory.c, allow the stack-change threshold to be specified by a by sewardj · 19 years ago
  23. 9ee81f5 by sewardj · 19 years ago
  24. 748a131 Add VGP_(setup_redirects) to the platform specific layers and use by tom · 19 years ago
  25. a8d1ec6 Move the gettid system call to the linux specific section. by tom · 19 years ago
  26. cf81d55 by njn · 19 years ago
  27. 8a97c6d by njn · 19 years ago
  28. 0312f51 Completely get rid of VG_(instr_ptr_offset). by sewardj · 19 years ago
  29. de2ec26 Fixed ROUNDDN to avoid truncating the result when the first argument by tom · 19 years ago
  30. 04af9d0 VG_(get_memory_from_mmap_for_client)() need not be tool-visible. by njn · 19 years ago
  31. 1f70772 VG_(bbs_done) doesn't need to be tool-visible. by njn · 19 years ago
  32. a5464cd Remove dead field '.siginfo' from ThreadState(!) by njn · 19 years ago
  33. 4afaf1d Remove dead macros and declaration. by njn · 19 years ago
  34. 9fb73db by njn · 19 years ago
  35. 8c74b00 by njn · 19 years ago
  36. 03f1e58 The two patches attached resolve the exit-hang (of OOo) bug for me. The first by njn · 19 years ago
  37. d13e5e6 by njn · 19 years ago
  38. 6268bbc Use "VGO_" prefix for various OS-specific exports. by njn · 19 years ago
  39. f6d228b Use VGP_ prefix more consistently for platform-specific exports. by njn · 19 years ago
  40. 31066fd Don't use the VGP_ for profiling any more, just use VG_ -- we want to use by njn · 19 years ago
  41. 35172bc Rename some arch-specific macros to use the more consistent "VGA_" prefix. by njn · 19 years ago
  42. 47b209a Rename M_VG_ERRTXT as VG_ERRTXT_LEN, which is more consistent with other names. by njn · 19 years ago
  43. d01fef7 by njn · 19 years ago
  44. b369c5e Various amd64 syscall improvements (Tom Hughes) by sewardj · 19 years ago
  45. 0c1a596 jmp_with_stack is a hack which makes no sense on archs which pass args by sewardj · 19 years ago
  46. f426131 by njn · 19 years ago
  47. b1131a8 Don't show VEX emulation warnings by default; they are just too tiresome. by sewardj · 19 years ago
  48. 083f302 Get rid of VG_(malloc_aligned)(), and make VG_(arena_malloc_aligned)() local by njn · 19 years ago
  49. 9f46df6 by njn · 19 years ago
  50. 828022a Remove the alignment arg from VG_(arena_calloc)() and VG_(arena_realloc)(), by njn · 19 years ago
  51. dac1e45 Remove dead function VG_(is_empty_arena)(). Also cleaned up the comment in by njn · 19 years ago
  52. 14319cc Remove some dead macros. by njn · 19 years ago
  53. 9ec0f3e Make VG_(deliver_signals)() local. by njn · 19 years ago
  54. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  55. 7afb913 Remove dead functions: VG_(set_arg_and_bogus_ret), VG_(thread_initial_stack). by njn · 19 years ago
  56. 45561b1 Remove dead function: VG_(do_pthread_sigmask_SCSS_upd). by njn · 19 years ago
  57. aa3c26b by njn · 19 years ago
  58. 19348f7 Remove dead declarations. by njn · 19 years ago
  59. 926ed47 Fix VG_(calloc)() so it actually zeroes the entire memory area it allocates. by njn · 19 years ago
  60. b5f6f51 by sewardj · 19 years ago
  61. 987a8eb Clean up handling of socket system calls on amd64-linux, so that the by sewardj · 19 years ago
  62. 004e8ca When handling syscalls, don't try to figure out if the pre-handler set by sewardj · 19 years ago
  63. 1024cf7 Various cleanups to revised low-level memory manager. by sewardj · 19 years ago
  64. 79048ce Further cleanups to low-level memory management. It's still a by sewardj · 19 years ago
  65. 548be6d Major rewrite of the machinery which keeps track of segments: by sewardj · 19 years ago
  66. b0f03c7 Change signature of thread_syscall a bit. by sewardj · 19 years ago
  67. fa8ec11 Complete rewrite (I think this is the 4th incarnation) of translation by sewardj · 20 years ago
  68. 603d410 Implement --log-file-exactly= for when the user wants to specify by sewardj · 20 years ago
  69. d153fae Add a new variant for --gen-suppressions: --gen-suppressions=all, by sewardj · 20 years ago
  70. 062f355 Make the Quadrics Elan3 clone-hack be controllable by a command-line flag. by sewardj · 20 years ago
  71. 51ac087 Add Valgrind-side support for subarchitecture descriptions, which are by sewardj · 20 years ago
  72. 5e2f001 Deal with LibVEX-supplied insn decode failures, and with LibVEX-supplied by sewardj · 20 years ago
  73. 19fc30e Split up the old x86 LDT/GDT handling stuff. Push some of it into by sewardj · 20 years ago
  74. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  75. 87c9812 by njn · 20 years ago
  76. c771b29 New debugging flag --trace-notbelow=<number>, to stop --trace-codegen= by sewardj · 20 years ago
  77. d6f157d by njn · 20 years ago
  78. f9dc619 Formatting change only. by njn · 20 years ago
  79. 4bd1146 Remove Marie-Celeste declarations. by sewardj · 20 years ago
  80. f4aeaea 64-bit cleanness: make VG_(do_syscall)() return a Word, not an Int. by njn · 20 years ago
  81. ca6fef0 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. 22cfccb Moved some duplicated macros out of arch/OS/platform-specific parts, by njn · 20 years ago
  86. 61fa0af by njn · 20 years ago
  87. 16de557 by njn · 20 years ago
  88. ca0518d by njn · 20 years ago
  89. 277a6d6 Disable core dumps, and remove the previous attempts at factoring out by njn · 20 years ago
  90. e7da73c Rename arch_thread_aux_t --> ThreadArchAux, to match ThreadArchState. by njn · 20 years ago
  91. d225283 Do some final "sk_" --> "tl_" changes that I missed earlier. by njn · 20 years ago
  92. 0a785fd Fix another potentially-failing use of get_current_tid(), in by sewardj · 20 years ago
  93. fcd5636 by njn · 20 years ago
  94. 7be3695 by njn · 20 years ago
  95. abb14ad Removed shadow_regs 'need', because it was being used only trivially in by njn · 20 years ago
  96. bd2e75c by njn · 20 years ago
  97. cf45fd4 by njn · 20 years ago
  98. d4795be Cleanups for baseBlock removal: fix some comments, remove two decls by njn · 20 years ago
  99. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  100. 3e578be Get rid of the high/low baseblock distinction. Pointless in a way by sewardj · 20 years ago