1. 44e495f memmove on glibc on amd64 is over-optimised; replace it. by sewardj · 19 years ago
  2. e6da2fa Handle (ignore) IRStmt_AbiHint. by sewardj · 19 years ago
  3. 8a5ad76 Update FAQ about GLIBCXX_FORCE_NEW name-change. by njn · 19 years ago
  4. a733b5f by njn · 19 years ago
  5. b4e6542 by sewardj · 19 years ago
  6. 6418291 Fix PURPOSE comment. by sewardj · 19 years ago
  7. 0ab10c4 Fix compilation warnings on amd64 caused by I_die_here. by sewardj · 19 years ago
  8. 4a4f687 Move some macros into a more private place. by njn · 19 years ago
  9. 36b66df by njn · 19 years ago
  10. 641d5cc by njn · 19 years ago
  11. 694b1b6 by njn · 19 years ago
  12. 444eba1 by njn · 19 years ago
  13. 4ec8a63 Update a bit. by sewardj · 19 years ago
  14. 36932cb Moved Vex's arch/subarch detection out of main() into VG_(translate)()'s by njn · 19 years ago
  15. 695234d Make VG_(clone)() declaration private to m_syscalls. by njn · 19 years ago
  16. a91498f by njn · 19 years ago
  17. e2a4458 Remove dead macro. by njn · 19 years ago
  18. de583aa Move VG_(dispatch_ctr) out of vg_main.c, which never touches it, into by njn · 19 years ago
  19. da325d9 Move declaration of "struct vg_mallocfunc_info" from core.h into by njn · 19 years ago
  20. 9fc3112 Move VG_(block_signals)() to vg_scheduler.c, the only file that uses by njn · 19 years ago
  21. 923f15f Fix stabs parsing bug introduced by fix to bug 90128 which meant by tom · 19 years ago
  22. 4fa5e7c Use hi-half xmm registers (REX.R, REX.B == 1) (%xmm8-%xmm15) in an by sewardj · 19 years ago
  23. 8c1b7c4 Regression tests for amd64 instructions. by sewardj · 19 years ago
  24. c6fa942 * gcc-3.3.4 seems to generate non-working code for eq_double: workaround by sewardj · 19 years ago
  25. 46b9166 SSE2 tests for amd64. by sewardj · 19 years ago
  26. 94b1e2e Forgot a #include line. by njn · 19 years ago
  27. 44e1368 Modularised the demangler into m_demangle. (It very nearly fit our new by njn · 19 years ago
  28. 3967cb5 update properly by njn · 19 years ago
  29. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  30. f09745a Add a comment explaining the recently changed behaviour of RUNNING_ON_VALGRIND. by njn · 19 years ago
  31. a7f71a4 update by njn · 19 years ago
  32. ed5417f * test cases for amd64 SSE * modify gen_insn_test to handle them by sewardj · 19 years ago
  33. 717cde5 by njn · 19 years ago
  34. a8532a3 Versions of Tom's excellent insn-set test programs modified for the by sewardj · 19 years ago
  35. fbdcba9 Helgrind: by njn · 19 years ago
  36. 00cae24 Rename mac_needs.c as mac_shared.c, which is much more sensible and by njn · 19 years ago
  37. 51d827b by njn · 19 years ago
  38. e96be67 by njn · 19 years ago
  39. 9636482 Avoid compiler warnings. by njn · 19 years ago
  40. 9e63cb6 Moved mc_errcontext.c into mc_main.c, since it was very small and there was by njn · 19 years ago
  41. c7b76a7 by njn · 19 years ago
  42. a60a7c1 Rename some _SIZE macros as _SZB to make their units clear. This change is by njn · 19 years ago
  43. 1d2cac0 Reinstate Tom's epoll commit which I lost when I made m_syscalls. by njn · 19 years ago
  44. 1639046 by njn · 19 years ago
  45. 2521d32 by njn · 19 years ago
  46. 0e8c765 Enable the epoll system calls on amd64. by tom · 19 years ago
  47. 5ab96ac Avoid bogus compiler warning. by njn · 19 years ago
  48. 2d2b154 Remove dead function VG_(exit_single)(). by njn · 19 years ago
  49. 2bc1012 A crucial, crucial change: update my email address. by njn · 19 years ago
  50. a4469a7 Avoid compiler warnings. by njn · 19 years ago
  51. 502badb by njn · 19 years ago
  52. 4fbc86c by njn · 19 years ago
  53. 0ee4a95 Rework signal stack handling to avoid doing arithmetic on void pointers by tom · 19 years ago
  54. f717537 Yet another index suppression. by tom · 19 years ago
  55. d58bd92 Add another index suppression. by tom · 19 years ago
  56. be18a59 Only show invalid-CfiSI messages at verbosity level >= 1. by sewardj · 19 years ago
  57. 50acf1d Try to fix this test case. by njn · 19 years ago
  58. ad67ade It helps if my changes actually compile... by tom · 19 years ago
  59. cf941da Allow for the red zone when generating new_mem_stack_signal and by tom · 19 years ago
  60. c10c9de Add expected output file for 64-bit platforms. by sewardj · 19 years ago
  61. 7d32a73 Add expected output files for 64-bit platforms. by sewardj · 19 years ago
  62. 1f44386 Add expected output files for 64-bit platforms. by sewardj · 19 years ago
  63. 1323d1d Add expected output files for 64-bit platforms. by sewardj · 19 years ago
  64. a0e1656 Tidy up a bit. by sewardj · 19 years ago
  65. f91889f Add intercepts for unsigned long versions of the nothrow new and new[] by tom · 19 years ago
  66. 9faf3ed Move all the 'scalar' (syscall-arg) tests into x86/. In fact they are by sewardj · 19 years ago
  67. 3b877f3 Add new acceptable-stderr files. by sewardj · 19 years ago
  68. f0814a0 Add a new acceptable-output file. by sewardj · 19 years ago
  69. bd08626 Update expected outputs (better stack traces due to CFI unwinding) by sewardj · 19 years ago
  70. f69e0bc Move this test to a more sensible place. Originally it was intended by sewardj · 19 years ago
  71. 5bcde92 Fix stupid bug I introduced in r3556, which broke handling of RT signals. Sigh. by sewardj · 19 years ago
  72. 2c27f70 Fix really stupid bug I introduced during recent 64-bitification of by sewardj · 19 years ago
  73. 14ea685 Don't truncate addresses in error reports. by tom · 19 years ago
  74. d2c5611 Disable this test for the time being, since the functionality it tests by sewardj · 19 years ago
  75. bcd7cf3 Fix expected output. It could be that having CFI-based tracebacks by sewardj · 19 years ago
  76. 1dd628a Update expected output. by sewardj · 19 years ago
  77. 55022aa * Clean up the DWARF2 CFI reader a bit by sewardj · 19 years ago
  78. c4f204f VG_(addCfiSI): ignore CfiSIs which state an address range outside of by sewardj · 19 years ago
  79. 7624567 Improve debug printing by sewardj · 19 years ago
  80. e53bd99 Handle Iop_Neg{8,16,32}. by sewardj · 19 years ago
  81. f04fd62 Reset the address encoding to the default before parsing the by tom · 19 years ago
  82. 9fe96a0 Some suppressions for FC3 amd64 systems. by tom · 19 years ago
  83. edef146 gcc-3.3.3 is fooled by strings like "linux/include/asm-i386/*.h"; it by sewardj · 19 years ago
  84. ac7924c Correct header comment. by njn · 19 years ago
  85. e4ccc01 Fix compile warnings on 32-bit platforms, hopefully without breaking by sewardj · 19 years ago
  86. e0707a6 Handle DW_CFA_register. by sewardj · 19 years ago
  87. cfe1046 Re-enable vex bb chasing. In fact this accidentally got reenabled in by sewardj · 19 years ago
  88. 520e349 rm debug printing by sewardj · 19 years ago
  89. 21c6d0f Initial cleanups based on target-specific defines. by sewardj · 19 years ago
  90. ee0bcbf Move the replacement code for the amd64 vsyscalls into the trampoline page by tom · 19 years ago
  91. bc7df20 Add macro definitions that make it possible to do cpu/os/both by sewardj · 19 years ago
  92. 3a1c7db Sort the CFI summary table and do lookups in it using binary search. by sewardj · 19 years ago
  93. bf60375 Create and use summary address range limits for the CFI records in by sewardj · 19 years ago
  94. 3a7cb97 CFI: if summarisation fails, don't add the result to our collection of by sewardj · 19 years ago
  95. 8eb4132 Fix various other CFI-frame-unwind bits and pieces. by sewardj · 19 years ago
  96. 325ec87 * handle DW_CFA_offset_extended_sf by sewardj · 19 years ago
  97. 2fd3890 Get DWARF CFI handling going on amd64 systems. This also required getting by tom · 19 years ago
  98. ce058b0 New flag --trace-cfi=yes|no [no], which is for debugging the CFI reader. by sewardj · 19 years ago
  99. 3516553 Get the CFI-based frame-unwinder to the point where it works at least by sewardj · 19 years ago
  100. 5c638c2 Beginnings of a DWARF CFI-based frame-unwinder. Does not yet do by sewardj · 19 years ago