1. e25782d Remove dead constant. by njn · 19 years ago
  2. 02bc4b8 by njn · 19 years ago
  3. 917701d glibc-2.3.5 fix (FC4) by sewardj · 19 years ago
  4. ab30d20 CFI reader: handle DW_CFA_def_cfa_offset_sf -- FC4 needs it by sewardj · 19 years ago
  5. be9b47b by njn · 19 years ago
  6. 0211ff3 Add note to FAQ about unloaded shared objects and leak errors. by njn · 19 years ago
  7. a37029a by njn · 19 years ago
  8. 296c24d fixup headers a bit by njn · 19 years ago
  9. d54e4ec by njn · 19 years ago
  10. 252ed91 Be more concise. by njn · 19 years ago
  11. 2a67b29 by njn · 19 years ago
  12. d36c906 Remove dead function. by njn · 19 years ago
  13. f644a0b Whoops, a little premature in removing core_asm.h -- still need it by njn · 19 years ago
  14. 2e8f4ef Created pub_core_transtab_asm.h, killing core_asm.h in the process. by njn · 19 years ago
  15. 81c00df by njn · 19 years ago
  16. 36ef6ba by njn · 19 years ago
  17. 1725012 VG_(resolve_redir)() can now be made private to vg_redir.c. by njn · 19 years ago
  18. bf7ca33 Move resolve_redir_allsegs() to vg_redir.c, the only file that uses it, by njn · 19 years ago
  19. d0073f4 by njn · 19 years ago
  20. 0be2610 Add test cases for MOVQ on amd64. by sewardj · 19 years ago
  21. d39126c No wonder I couldn't figure out exactly how movq was supposed to by sewardj · 19 years ago
  22. 8bddf58 Modularised vg_transtab.c as m_transtab. by njn · 19 years ago
  23. 4bf3aba Don't crash when dealing with dealing with naughty programs that set by sewardj · 19 years ago
  24. cf44351 Forgot to add pub_core_translate.h to the Makefile.am. by njn · 19 years ago
  25. 3cbfbc1 by njn · 19 years ago
  26. 3c660b6 Import vki_unistd.h on a need-to-know basis, rather than by njn · 19 years ago
  27. 9dd7b70 VGA_(terminate) doesn't need to be exported. by njn · 19 years ago
  28. c77b333 VGA_(restart_syscall)() doesn't need to be exported. by njn · 19 years ago
  29. 2c4b428 Use HChar for format strings to printf-like functions. by njn · 19 years ago
  30. 0b2c49d by njn · 19 years ago
  31. 70d51f4 Remove unnecessary #includes. by njn · 19 years ago
  32. 85859b2 by njn · 19 years ago
  33. 44acd3e Removed mc_asm.h, which is no longer needed since Memcheck has no by njn · 19 years ago
  34. 72a1723 Tidy up (arch)/dispatch.S by cerion · 19 years ago
  35. 5410cfd CFI reader: don't assume RA_REG is anything in particular; instead use by sewardj · 19 years ago
  36. 2a3a1a7 Create a fast version of MC_(helperc_MAKE_STACK_UNINIT), so as not to by sewardj · 19 years ago
  37. dc47a90 Sudden attack of 64-bit paranoia: therefore stick even more (probably by sewardj · 19 years ago
  38. 9be19da AMD x87 instruction tests. by sewardj · 19 years ago
  39. 826ec49 Use the new IRStmt_AbiHints created by the amd64 front end. This by sewardj · 19 years ago
  40. 357221c 64-bit fix. by sewardj · 19 years ago
  41. cbde5ec Another expected output file. by sewardj · 19 years ago
  42. 2e261a3 64-bit fixes. by sewardj · 19 years ago
  43. 24b4634 * move libc-specific suppressions into glibc-2.3.supp by sewardj · 19 years ago
  44. 86facbc Intercept yet more functions on amd64. by sewardj · 19 years ago
  45. 44e495f memmove on glibc on amd64 is over-optimised; replace it. by sewardj · 19 years ago
  46. e6da2fa Handle (ignore) IRStmt_AbiHint. by sewardj · 19 years ago
  47. 8a5ad76 Update FAQ about GLIBCXX_FORCE_NEW name-change. by njn · 19 years ago
  48. a733b5f by njn · 19 years ago
  49. b4e6542 by sewardj · 19 years ago
  50. 6418291 Fix PURPOSE comment. by sewardj · 19 years ago
  51. 0ab10c4 Fix compilation warnings on amd64 caused by I_die_here. by sewardj · 19 years ago
  52. 4a4f687 Move some macros into a more private place. by njn · 19 years ago
  53. 36b66df by njn · 19 years ago
  54. 641d5cc by njn · 19 years ago
  55. 694b1b6 by njn · 19 years ago
  56. 444eba1 by njn · 19 years ago
  57. 4ec8a63 Update a bit. by sewardj · 19 years ago
  58. 36932cb Moved Vex's arch/subarch detection out of main() into VG_(translate)()'s by njn · 19 years ago
  59. 695234d Make VG_(clone)() declaration private to m_syscalls. by njn · 19 years ago
  60. a91498f by njn · 19 years ago
  61. e2a4458 Remove dead macro. by njn · 19 years ago
  62. de583aa Move VG_(dispatch_ctr) out of vg_main.c, which never touches it, into by njn · 19 years ago
  63. da325d9 Move declaration of "struct vg_mallocfunc_info" from core.h into by njn · 19 years ago
  64. 9fc3112 Move VG_(block_signals)() to vg_scheduler.c, the only file that uses by njn · 19 years ago
  65. 923f15f Fix stabs parsing bug introduced by fix to bug 90128 which meant by tom · 19 years ago
  66. 4fa5e7c Use hi-half xmm registers (REX.R, REX.B == 1) (%xmm8-%xmm15) in an by sewardj · 19 years ago
  67. 8c1b7c4 Regression tests for amd64 instructions. by sewardj · 19 years ago
  68. c6fa942 * gcc-3.3.4 seems to generate non-working code for eq_double: workaround by sewardj · 19 years ago
  69. 46b9166 SSE2 tests for amd64. by sewardj · 19 years ago
  70. 94b1e2e Forgot a #include line. by njn · 19 years ago
  71. 44e1368 Modularised the demangler into m_demangle. (It very nearly fit our new by njn · 19 years ago
  72. 3967cb5 update properly by njn · 19 years ago
  73. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  74. f09745a Add a comment explaining the recently changed behaviour of RUNNING_ON_VALGRIND. by njn · 19 years ago
  75. a7f71a4 update by njn · 19 years ago
  76. ed5417f * test cases for amd64 SSE * modify gen_insn_test to handle them by sewardj · 19 years ago
  77. 717cde5 by njn · 19 years ago
  78. a8532a3 Versions of Tom's excellent insn-set test programs modified for the by sewardj · 19 years ago
  79. fbdcba9 Helgrind: by njn · 19 years ago
  80. 00cae24 Rename mac_needs.c as mac_shared.c, which is much more sensible and by njn · 19 years ago
  81. 51d827b by njn · 19 years ago
  82. e96be67 by njn · 19 years ago
  83. 9636482 Avoid compiler warnings. by njn · 19 years ago
  84. 9e63cb6 Moved mc_errcontext.c into mc_main.c, since it was very small and there was by njn · 19 years ago
  85. c7b76a7 by njn · 19 years ago
  86. a60a7c1 Rename some _SIZE macros as _SZB to make their units clear. This change is by njn · 19 years ago
  87. 1d2cac0 Reinstate Tom's epoll commit which I lost when I made m_syscalls. by njn · 19 years ago
  88. 1639046 by njn · 19 years ago
  89. 2521d32 by njn · 19 years ago
  90. 0e8c765 Enable the epoll system calls on amd64. by tom · 19 years ago
  91. 5ab96ac Avoid bogus compiler warning. by njn · 19 years ago
  92. 2d2b154 Remove dead function VG_(exit_single)(). by njn · 19 years ago
  93. 2bc1012 A crucial, crucial change: update my email address. by njn · 19 years ago
  94. a4469a7 Avoid compiler warnings. by njn · 19 years ago
  95. 502badb by njn · 19 years ago
  96. 4fbc86c by njn · 19 years ago
  97. 0ee4a95 Rework signal stack handling to avoid doing arithmetic on void pointers by tom · 19 years ago
  98. f717537 Yet another index suppression. by tom · 19 years ago
  99. d58bd92 Add another index suppression. by tom · 19 years ago
  100. be18a59 Only show invalid-CfiSI messages at verbosity level >= 1. by sewardj · 19 years ago