1. 3967cb5 update properly by njn · 19 years ago
  2. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  3. f09745a Add a comment explaining the recently changed behaviour of RUNNING_ON_VALGRIND. by njn · 19 years ago
  4. a7f71a4 update by njn · 19 years ago
  5. ed5417f * test cases for amd64 SSE * modify gen_insn_test to handle them by sewardj · 19 years ago
  6. 717cde5 by njn · 19 years ago
  7. a8532a3 Versions of Tom's excellent insn-set test programs modified for the by sewardj · 19 years ago
  8. fbdcba9 Helgrind: by njn · 19 years ago
  9. 00cae24 Rename mac_needs.c as mac_shared.c, which is much more sensible and by njn · 19 years ago
  10. 51d827b by njn · 19 years ago
  11. e96be67 by njn · 19 years ago
  12. 9636482 Avoid compiler warnings. by njn · 19 years ago
  13. 9e63cb6 Moved mc_errcontext.c into mc_main.c, since it was very small and there was by njn · 19 years ago
  14. c7b76a7 by njn · 19 years ago
  15. a60a7c1 Rename some _SIZE macros as _SZB to make their units clear. This change is by njn · 19 years ago
  16. 1d2cac0 Reinstate Tom's epoll commit which I lost when I made m_syscalls. by njn · 19 years ago
  17. 1639046 by njn · 19 years ago
  18. 2521d32 by njn · 19 years ago
  19. 0e8c765 Enable the epoll system calls on amd64. by tom · 19 years ago
  20. 5ab96ac Avoid bogus compiler warning. by njn · 19 years ago
  21. 2d2b154 Remove dead function VG_(exit_single)(). by njn · 19 years ago
  22. 2bc1012 A crucial, crucial change: update my email address. by njn · 19 years ago
  23. a4469a7 Avoid compiler warnings. by njn · 19 years ago
  24. 502badb by njn · 19 years ago
  25. 4fbc86c by njn · 19 years ago
  26. 0ee4a95 Rework signal stack handling to avoid doing arithmetic on void pointers by tom · 19 years ago
  27. f717537 Yet another index suppression. by tom · 19 years ago
  28. d58bd92 Add another index suppression. by tom · 19 years ago
  29. be18a59 Only show invalid-CfiSI messages at verbosity level >= 1. by sewardj · 19 years ago
  30. 50acf1d Try to fix this test case. by njn · 19 years ago
  31. ad67ade It helps if my changes actually compile... by tom · 19 years ago
  32. cf941da Allow for the red zone when generating new_mem_stack_signal and by tom · 19 years ago
  33. c10c9de Add expected output file for 64-bit platforms. by sewardj · 19 years ago
  34. 7d32a73 Add expected output files for 64-bit platforms. by sewardj · 19 years ago
  35. 1f44386 Add expected output files for 64-bit platforms. by sewardj · 19 years ago
  36. 1323d1d Add expected output files for 64-bit platforms. by sewardj · 19 years ago
  37. a0e1656 Tidy up a bit. by sewardj · 19 years ago
  38. f91889f Add intercepts for unsigned long versions of the nothrow new and new[] by tom · 19 years ago
  39. 9faf3ed Move all the 'scalar' (syscall-arg) tests into x86/. In fact they are by sewardj · 19 years ago
  40. 3b877f3 Add new acceptable-stderr files. by sewardj · 19 years ago
  41. f0814a0 Add a new acceptable-output file. by sewardj · 19 years ago
  42. bd08626 Update expected outputs (better stack traces due to CFI unwinding) by sewardj · 19 years ago
  43. f69e0bc Move this test to a more sensible place. Originally it was intended by sewardj · 19 years ago
  44. 5bcde92 Fix stupid bug I introduced in r3556, which broke handling of RT signals. Sigh. by sewardj · 19 years ago
  45. 2c27f70 Fix really stupid bug I introduced during recent 64-bitification of by sewardj · 19 years ago
  46. 14ea685 Don't truncate addresses in error reports. by tom · 19 years ago
  47. d2c5611 Disable this test for the time being, since the functionality it tests by sewardj · 19 years ago
  48. bcd7cf3 Fix expected output. It could be that having CFI-based tracebacks by sewardj · 19 years ago
  49. 1dd628a Update expected output. by sewardj · 19 years ago
  50. 55022aa * Clean up the DWARF2 CFI reader a bit by sewardj · 19 years ago
  51. c4f204f VG_(addCfiSI): ignore CfiSIs which state an address range outside of by sewardj · 19 years ago
  52. 7624567 Improve debug printing by sewardj · 19 years ago
  53. e53bd99 Handle Iop_Neg{8,16,32}. by sewardj · 19 years ago
  54. f04fd62 Reset the address encoding to the default before parsing the by tom · 19 years ago
  55. 9fe96a0 Some suppressions for FC3 amd64 systems. by tom · 19 years ago
  56. edef146 gcc-3.3.3 is fooled by strings like "linux/include/asm-i386/*.h"; it by sewardj · 19 years ago
  57. ac7924c Correct header comment. by njn · 19 years ago
  58. e4ccc01 Fix compile warnings on 32-bit platforms, hopefully without breaking by sewardj · 19 years ago
  59. e0707a6 Handle DW_CFA_register. by sewardj · 19 years ago
  60. cfe1046 Re-enable vex bb chasing. In fact this accidentally got reenabled in by sewardj · 19 years ago
  61. 520e349 rm debug printing by sewardj · 19 years ago
  62. 21c6d0f Initial cleanups based on target-specific defines. by sewardj · 19 years ago
  63. ee0bcbf Move the replacement code for the amd64 vsyscalls into the trampoline page by tom · 19 years ago
  64. bc7df20 Add macro definitions that make it possible to do cpu/os/both by sewardj · 19 years ago
  65. 3a1c7db Sort the CFI summary table and do lookups in it using binary search. by sewardj · 19 years ago
  66. bf60375 Create and use summary address range limits for the CFI records in by sewardj · 19 years ago
  67. 3a7cb97 CFI: if summarisation fails, don't add the result to our collection of by sewardj · 19 years ago
  68. 8eb4132 Fix various other CFI-frame-unwind bits and pieces. by sewardj · 19 years ago
  69. 325ec87 * handle DW_CFA_offset_extended_sf by sewardj · 19 years ago
  70. 2fd3890 Get DWARF CFI handling going on amd64 systems. This also required getting by tom · 19 years ago
  71. ce058b0 New flag --trace-cfi=yes|no [no], which is for debugging the CFI reader. by sewardj · 19 years ago
  72. 3516553 Get the CFI-based frame-unwinder to the point where it works at least by sewardj · 19 years ago
  73. 5c638c2 Beginnings of a DWARF CFI-based frame-unwinder. Does not yet do by sewardj · 19 years ago
  74. 21f7ff4 Define N_PRIMARY_MAP to actually generate a 64-bit constant on 64-bit by sewardj · 19 years ago
  75. d485d69 Even more pissing with inline asm around to placate gcc-3.4 -fpic. We by sewardj · 19 years ago
  76. d4d203b local_sys_write_stderr: tell gcc what registers the asm trashes. by sewardj · 19 years ago
  77. 05fe85e Reinstate the leak checker; it works at least on x86. by sewardj · 19 years ago
  78. d9dbc19 Handle various new 64-bit integer primops. by sewardj · 19 years ago
  79. c612186 Make the debug log module work on amd64. by tom · 19 years ago
  80. 311400b Rework the inline assembly implementations of write and getpid for x86 to by tom · 19 years ago
  81. 54b2286 Try a different kludge to get around strlen not being intercepted early enough. by sewardj · 19 years ago
  82. 37c31cc by sewardj · 19 years ago
  83. 550f898 Add support for the fadvise system calls. by tom · 19 years ago
  84. cd98633 Support the 64 bit comparison instructions which vex is now using. by tom · 19 years ago
  85. 7efe7be A bunch of redirections for SuSE 9.2 on amd64. by sewardj · 19 years ago
  86. 9be7c98 Use %lu for all length values in debug messages or you will sometimes by tom · 19 years ago
  87. 601371a amd64 build fixes. by sewardj · 19 years ago
  88. 23c6a29 by sewardj · 19 years ago
  89. 6ffee52 Use __FUNCTION__ correctly. by sewardj · 19 years ago
  90. 55f9d1a by sewardj · 19 years ago
  91. 8c61589 More debug printing by sewardj · 19 years ago
  92. d85feff More printing fine-tuning by sewardj · 19 years ago
  93. 1fbc1a5 Print debugging info at various places in the startup sequence. by sewardj · 19 years ago
  94. a5ebfa9 Print a bit more prettily. by sewardj · 19 years ago
  95. 1cf558c by sewardj · 19 years ago
  96. 5efa55f Relax the requirement that a pub_tool_<modulename>.h file must exist by sewardj · 19 years ago
  97. 8a7fdd2 Make amd64-linux build again after m_sigframe hackery. by sewardj · 19 years ago
  98. 985fabb Create a new module, "sigframe", responsible for creating/destroying by sewardj · 19 years ago
  99. 267100d Rename the first three modules as per naming scheme. by sewardj · 19 years ago
  100. cc9549a Add statement-of-intent re top level module structure. by sewardj · 19 years ago