1. c10c9de Add expected output file for 64-bit platforms. by sewardj · 19 years ago
  2. 7d32a73 Add expected output files for 64-bit platforms. by sewardj · 19 years ago
  3. 1f44386 Add expected output files for 64-bit platforms. by sewardj · 19 years ago
  4. 1323d1d Add expected output files for 64-bit platforms. by sewardj · 19 years ago
  5. a0e1656 Tidy up a bit. by sewardj · 19 years ago
  6. f91889f Add intercepts for unsigned long versions of the nothrow new and new[] by tom · 19 years ago
  7. 9faf3ed Move all the 'scalar' (syscall-arg) tests into x86/. In fact they are by sewardj · 19 years ago
  8. 3b877f3 Add new acceptable-stderr files. by sewardj · 19 years ago
  9. f0814a0 Add a new acceptable-output file. by sewardj · 19 years ago
  10. bd08626 Update expected outputs (better stack traces due to CFI unwinding) by sewardj · 19 years ago
  11. f69e0bc Move this test to a more sensible place. Originally it was intended by sewardj · 19 years ago
  12. 5bcde92 Fix stupid bug I introduced in r3556, which broke handling of RT signals. Sigh. by sewardj · 19 years ago
  13. 2c27f70 Fix really stupid bug I introduced during recent 64-bitification of by sewardj · 19 years ago
  14. 14ea685 Don't truncate addresses in error reports. by tom · 19 years ago
  15. d2c5611 Disable this test for the time being, since the functionality it tests by sewardj · 19 years ago
  16. bcd7cf3 Fix expected output. It could be that having CFI-based tracebacks by sewardj · 19 years ago
  17. 1dd628a Update expected output. by sewardj · 19 years ago
  18. 55022aa * Clean up the DWARF2 CFI reader a bit by sewardj · 19 years ago
  19. c4f204f VG_(addCfiSI): ignore CfiSIs which state an address range outside of by sewardj · 19 years ago
  20. 7624567 Improve debug printing by sewardj · 19 years ago
  21. e53bd99 Handle Iop_Neg{8,16,32}. by sewardj · 19 years ago
  22. f04fd62 Reset the address encoding to the default before parsing the by tom · 19 years ago
  23. 9fe96a0 Some suppressions for FC3 amd64 systems. by tom · 19 years ago
  24. edef146 gcc-3.3.3 is fooled by strings like "linux/include/asm-i386/*.h"; it by sewardj · 19 years ago
  25. ac7924c Correct header comment. by njn · 19 years ago
  26. e4ccc01 Fix compile warnings on 32-bit platforms, hopefully without breaking by sewardj · 19 years ago
  27. e0707a6 Handle DW_CFA_register. by sewardj · 19 years ago
  28. cfe1046 Re-enable vex bb chasing. In fact this accidentally got reenabled in by sewardj · 19 years ago
  29. 520e349 rm debug printing by sewardj · 19 years ago
  30. 21c6d0f Initial cleanups based on target-specific defines. by sewardj · 19 years ago
  31. ee0bcbf Move the replacement code for the amd64 vsyscalls into the trampoline page by tom · 19 years ago
  32. bc7df20 Add macro definitions that make it possible to do cpu/os/both by sewardj · 19 years ago
  33. 3a1c7db Sort the CFI summary table and do lookups in it using binary search. by sewardj · 19 years ago
  34. bf60375 Create and use summary address range limits for the CFI records in by sewardj · 19 years ago
  35. 3a7cb97 CFI: if summarisation fails, don't add the result to our collection of by sewardj · 19 years ago
  36. 8eb4132 Fix various other CFI-frame-unwind bits and pieces. by sewardj · 19 years ago
  37. 325ec87 * handle DW_CFA_offset_extended_sf by sewardj · 19 years ago
  38. 2fd3890 Get DWARF CFI handling going on amd64 systems. This also required getting by tom · 19 years ago
  39. ce058b0 New flag --trace-cfi=yes|no [no], which is for debugging the CFI reader. by sewardj · 19 years ago
  40. 3516553 Get the CFI-based frame-unwinder to the point where it works at least by sewardj · 19 years ago
  41. 5c638c2 Beginnings of a DWARF CFI-based frame-unwinder. Does not yet do by sewardj · 19 years ago
  42. 21f7ff4 Define N_PRIMARY_MAP to actually generate a 64-bit constant on 64-bit by sewardj · 19 years ago
  43. d485d69 Even more pissing with inline asm around to placate gcc-3.4 -fpic. We by sewardj · 19 years ago
  44. d4d203b local_sys_write_stderr: tell gcc what registers the asm trashes. by sewardj · 19 years ago
  45. 05fe85e Reinstate the leak checker; it works at least on x86. by sewardj · 19 years ago
  46. d9dbc19 Handle various new 64-bit integer primops. by sewardj · 19 years ago
  47. c612186 Make the debug log module work on amd64. by tom · 19 years ago
  48. 311400b Rework the inline assembly implementations of write and getpid for x86 to by tom · 19 years ago
  49. 54b2286 Try a different kludge to get around strlen not being intercepted early enough. by sewardj · 19 years ago
  50. 37c31cc by sewardj · 19 years ago
  51. 550f898 Add support for the fadvise system calls. by tom · 19 years ago
  52. cd98633 Support the 64 bit comparison instructions which vex is now using. by tom · 19 years ago
  53. 7efe7be A bunch of redirections for SuSE 9.2 on amd64. by sewardj · 19 years ago
  54. 9be7c98 Use %lu for all length values in debug messages or you will sometimes by tom · 19 years ago
  55. 601371a amd64 build fixes. by sewardj · 19 years ago
  56. 23c6a29 by sewardj · 19 years ago
  57. 6ffee52 Use __FUNCTION__ correctly. by sewardj · 19 years ago
  58. 55f9d1a by sewardj · 19 years ago
  59. 8c61589 More debug printing by sewardj · 19 years ago
  60. d85feff More printing fine-tuning by sewardj · 19 years ago
  61. 1fbc1a5 Print debugging info at various places in the startup sequence. by sewardj · 19 years ago
  62. a5ebfa9 Print a bit more prettily. by sewardj · 19 years ago
  63. 1cf558c by sewardj · 19 years ago
  64. 5efa55f Relax the requirement that a pub_tool_<modulename>.h file must exist by sewardj · 19 years ago
  65. 8a7fdd2 Make amd64-linux build again after m_sigframe hackery. by sewardj · 19 years ago
  66. 985fabb Create a new module, "sigframe", responsible for creating/destroying by sewardj · 19 years ago
  67. 267100d Rename the first three modules as per naming scheme. by sewardj · 19 years ago
  68. cc9549a Add statement-of-intent re top level module structure. by sewardj · 19 years ago
  69. 663a1bd Add initialisation-order sanity checks. by sewardj · 19 years ago
  70. fa8202f Update comment about stack management, and remove some unused functions. by sewardj · 19 years ago
  71. a752970 A leftover from the days of our own libpthread; now irrelevant. by sewardj · 19 years ago
  72. ee0e6a3 by njn · 19 years ago
  73. 9b3328d Add intercepts for operator new(unsigned long) and operator by sewardj · 19 years ago
  74. 96a922e Add 64-bit values to the bogus-literal detector. by sewardj · 19 years ago
  75. f9d8161 Add 64-bit fast case handlers for loads/stores. On amd64, by sewardj · 19 years ago
  76. 045a405 Allow memcheck to take account of VGA_STACK_REDZONE_SIZE -- that is, by sewardj · 19 years ago
  77. 11bcc4e Handle 8-byte value-check failures using a special fast-case fn (like by sewardj · 19 years ago
  78. 69a1332 Add a few cases arising from testing on amd64. by sewardj · 19 years ago
  79. c859fbf Tidy up: remove lots of old code, rearrange order of functions somewhat. by sewardj · 19 years ago
  80. f3d57dd mc_LOADVn_slow: When loading from invalid addresses, mark loaded data by sewardj · 19 years ago
  81. 23eb2fd Mostly finish fixing fast-path cases. Also enhance sanity checking. by sewardj · 19 years ago
  82. 5d28efc Finish off fast cases for {LOAD,STORE}V{4,2,1} and do an inspection of by sewardj · 19 years ago
  83. 7f7e7df Add note. by njn · 19 years ago
  84. c1a2cda * Crank up the memcheck event-counting system, and enhance it to by sewardj · 19 years ago
  85. 101e572 Comment-only change by njn · 19 years ago
  86. 6cf40ff Fix a bunch of 64-bit cases required amd64. Stop to ponder whether by sewardj · 19 years ago
  87. 45d94cc by sewardj · 19 years ago
  88. 9ea0901 Add another redirect that we need. This has no effect at present by sewardj · 19 years ago
  89. d0469f7 Disable Addrcheck builds whilst I'm doing bull-in-a-china-shop stuff by sewardj · 19 years ago
  90. d2b1711 by njn · 19 years ago
  91. d0d6473 Fix two typos. by njn · 19 years ago
  92. 2c96ea5 Some notes from memcheck size/endian hackery by sewardj · 19 years ago
  93. c112139 Record useful info from Jeremy. by sewardj · 19 years ago
  94. 50ae1a7 by njn · 19 years ago
  95. c7a71b3 Update expected output. by sewardj · 19 years ago
  96. 2feecc6 Add exhaustive tests for pslldq/psrldq. by sewardj · 19 years ago
  97. 703eec5 Reword error messages in a not-quite-so-terse way. by sewardj · 19 years ago
  98. 5d2ca93 Even more syscalls. by sewardj · 19 years ago
  99. 0e9d7e4 Remove --sloppy-malloc from man page. by njn · 19 years ago
  100. f8bb9e7 Get rid of the --sloppy-malloc= flag and the functionality it by sewardj · 19 years ago