1. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  2. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  3. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  4. 45f4e7c by sewardj · 19 years ago
  5. f38dad9 Move config.h inclusion from pub_tool_basics.h to pub_core_basics.h so it's by njn · 19 years ago
  6. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  7. c7561b9 by njn · 19 years ago[Renamed (69%) from coregrind/core.h]
  8. a1f783f Moved VGA_(getArchAndSubArch) into m_translate and made it local. This by njn · 19 years ago
  9. a7598f6 Moved the code trampoline stuff into a new module, m_trampoline. Not by njn · 19 years ago
  10. 1277109 by njn · 19 years ago
  11. b81709a Forgot to remove these decls in the last commit. by njn · 19 years ago
  12. 9abd608 by njn · 19 years ago
  13. 6ace3ea by njn · 19 years ago
  14. 16eeb4e by njn · 19 years ago
  15. f536bbb by njn · 19 years ago
  16. 7b85dd5 by njn · 19 years ago
  17. 9cb54ac by njn · 19 years ago
  18. 327fe8a Move VG_(fcntl) into m_libcfile. by njn · 19 years ago
  19. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  20. d0e0ec0 Move comment to the right place. by njn · 19 years ago
  21. e9befc6 by njn · 19 years ago
  22. efe0f92 amd64 build fixes. by sewardj · 19 years ago
  23. 83f9e79 Remove VG_ERRTXT_LEN from core.h. by njn · 19 years ago
  24. 3172124 Remove the hard-coding of "_vgi_" as the intercept prefix in by njn · 19 years ago
  25. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  26. 6ba622c Moved VG_(strdup)() and VG_(arena_strdup)() into m_mallocfree. by njn · 19 years ago
  27. 984a636 by njn · 19 years ago
  28. 797442e by njn · 19 years ago
  29. 8c2e153 by njn · 19 years ago
  30. 767eb42 by njn · 19 years ago
  31. 8aa3585 by njn · 19 years ago
  32. 63004dc by njn · 19 years ago
  33. a8d8e23 by sewardj · 19 years ago
  34. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  35. 132bfcc by njn · 19 years ago
  36. 36a20fa by njn · 19 years ago
  37. 13bfd85 by njn · 19 years ago
  38. 97405b2 by njn · 19 years ago
  39. d27a026 Remove dead macro. by njn · 19 years ago
  40. 002dda0 Move VALGRINDCLO and VALGRINDOPTS into m_options. by njn · 19 years ago
  41. e3f0635 Moved VGA_(pointercheck)() into ASpaceMgr. by njn · 19 years ago
  42. 31513b4 by njn · 19 years ago
  43. ed6b824 Whitespace/comment-only changes, to serve as placeholder for the last commit by njn · 19 years ago
  44. db13c4f by njn · 19 years ago
  45. 3c00878 Test commit, whitespace change only. by njn · 19 years ago
  46. ea27e46 Modularised all the debug info stuff as m_debuginfo/. It's a mess by njn · 19 years ago
  47. 0c24647 by njn · 19 years ago
  48. 04e1698 by njn · 19 years ago
  49. 278b3d6 Modularised m_scheduler. by njn · 19 years ago
  50. 1d88711 by sewardj · 19 years ago
  51. 7df470b by njn · 19 years ago
  52. d1af003 by njn · 19 years ago
  53. f091eea Remove dead field. by njn · 19 years ago
  54. 1cfedbc Make VG_(wait_for_threadstate) local to linux/core_os.c. by njn · 19 years ago
  55. 6c6b59e Make VG_(sanitize_client_sigmask)() local to m_syscalls. by njn · 19 years ago
  56. 07ef6c0 Un-export VG_(is_sig_ign)(). by njn · 19 years ago
  57. 1b72800 minor cleanups by njn · 19 years ago
  58. 2024234 by njn · 19 years ago
  59. bb42223 Fix test for amd64. by tom · 19 years ago
  60. 77e8ac1 by njn · 19 years ago
  61. 4f6e370 by njn · 19 years ago
  62. 4de47b1 by njn · 19 years ago
  63. 6b2b96a by njn · 19 years ago
  64. 2335d11 by njn · 19 years ago
  65. be9b47b by njn · 19 years ago
  66. 296c24d fixup headers a bit by njn · 19 years ago
  67. f644a0b Whoops, a little premature in removing core_asm.h -- still need it by njn · 19 years ago
  68. 2e8f4ef Created pub_core_transtab_asm.h, killing core_asm.h in the process. by njn · 19 years ago
  69. 36ef6ba by njn · 19 years ago
  70. 1725012 VG_(resolve_redir)() can now be made private to vg_redir.c. by njn · 19 years ago
  71. bf7ca33 Move resolve_redir_allsegs() to vg_redir.c, the only file that uses it, by njn · 19 years ago
  72. 8bddf58 Modularised vg_transtab.c as m_transtab. by njn · 19 years ago
  73. 3cbfbc1 by njn · 19 years ago
  74. 3c660b6 Import vki_unistd.h on a need-to-know basis, rather than by njn · 19 years ago
  75. 9dd7b70 VGA_(terminate) doesn't need to be exported. by njn · 19 years ago
  76. 0b2c49d by njn · 19 years ago
  77. 0ab10c4 Fix compilation warnings on amd64 caused by I_die_here. by sewardj · 19 years ago
  78. 36b66df by njn · 19 years ago
  79. 694b1b6 by njn · 19 years ago
  80. 444eba1 by njn · 19 years ago
  81. 36932cb Moved Vex's arch/subarch detection out of main() into VG_(translate)()'s by njn · 19 years ago
  82. 695234d Make VG_(clone)() declaration private to m_syscalls. by njn · 19 years ago
  83. a91498f by njn · 19 years ago
  84. da325d9 Move declaration of "struct vg_mallocfunc_info" from core.h into by njn · 19 years ago
  85. 9fc3112 Move VG_(block_signals)() to vg_scheduler.c, the only file that uses by njn · 19 years ago
  86. 44e1368 Modularised the demangler into m_demangle. (It very nearly fit our new by njn · 19 years ago
  87. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  88. 717cde5 by njn · 19 years ago
  89. 51d827b by njn · 19 years ago
  90. e96be67 by njn · 19 years ago
  91. 2521d32 by njn · 19 years ago
  92. 502badb by njn · 19 years ago
  93. 4fbc86c by njn · 19 years ago
  94. ee0bcbf Move the replacement code for the amd64 vsyscalls into the trampoline page by tom · 19 years ago
  95. ce058b0 New flag --trace-cfi=yes|no [no], which is for debugging the CFI reader. by sewardj · 19 years ago
  96. 3516553 Get the CFI-based frame-unwinder to the point where it works at least by sewardj · 19 years ago
  97. 55f9d1a by sewardj · 19 years ago
  98. 985fabb Create a new module, "sigframe", responsible for creating/destroying by sewardj · 19 years ago
  99. d2b1711 by njn · 19 years ago
  100. 50ae1a7 by njn · 19 years ago