1. 0126214 by sewardj · 19 years ago
  2. 93fe3b2 Renamed coregrind.h to pub_core_clreq.h and introduced pub_tool_clreq.h to by njn · 19 years ago
  3. bcd75fc Remove all remaining profiling gunk. by njn · 19 years ago
  4. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  5. bd7c492 @KICKSTART_BASE@ is history. by sewardj · 19 years ago
  6. 5533424 Install libvex.a and libcoregrind.a, needed for external tool builds. by sewardj · 19 years ago
  7. ec15d6a Set CPPFLAGS correctly when building the core preload library. by tom · 19 years ago
  8. fb7bcde Dual architecture support - this commit is a major rework of the build by tom · 19 years ago
  9. f4c2310 Get core dumping working again - the architecture specific code that by tom · 19 years ago
  10. 5bbef3a rm the skiplist module, as it has been superseded by the AVL-tree by sewardj · 19 years ago
  11. ce5a566 by sewardj · 19 years ago
  12. 801ac81 Make the dispatch files platform-specific, not just arch-specific, by njn · 19 years ago
  13. 03e3ee3 add missing file by njn · 19 years ago
  14. 9d5564d Fix up vg_preload_core.so vs. vgpreload_core.so confusion introduced by njn · 19 years ago
  15. 1ae3f3a Get rid of pub_core_main.h, so that m_main is not imported by anyone, by sewardj · 19 years ago
  16. fd721c2 Rename m_launcher.c to launcher.c to make clear it's not part of the by sewardj · 19 years ago
  17. e68d7c0 Fix up Makefile.core.am which got a little confused during the ASPACEM merging. by njn · 19 years ago
  18. 45f4e7c by sewardj · 19 years ago
  19. f5499f1 Quote the expansion of CC when invoking make for VEX. Fixes bug #111785. by tom · 19 years ago
  20. 2904063 Pass $(CC) to the vex Makefile. by sewardj · 19 years ago
  21. 73dc2c7 Give file a better name. by njn · 19 years ago
  22. 6722983 Move the core dumping code out of m_signals to a new module, by njn · 19 years ago
  23. 7b4e5ba by njn · 19 years ago
  24. 5598ef9 Make sure vex_svnversion.h is updated after an svn update and declare by tom · 19 years ago
  25. 5496c30 Pass AM_CFLAGS to the compiler when extracting the default linker by tom · 19 years ago
  26. e1b2b96 by njn · 19 years ago
  27. 85a9dca Makefile stuff, partly from Tom, which uses the SVN-externall'd VEX by sewardj · 19 years ago
  28. f7c00b1 by njn · 19 years ago
  29. 76896d7 Added a file containing Josef's explanation of Calltree's function by njn · 19 years ago
  30. dddc828 wibbles by njn · 19 years ago
  31. 854bffe remove the version script, doesn't work for executables by dirk · 19 years ago
  32. 4a83015 Removed the remnants of the attempt at an ARM port, because it had by njn · 19 years ago
  33. c7e1071 "make dist" fixes from Ralf Wildenhues. by njn · 19 years ago
  34. 945ed2e by njn · 19 years ago
  35. 08a2e17 by njn · 19 years ago
  36. eb0daa3 Attempt to fix the stage2.lds borkage. by njn · 19 years ago
  37. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  38. 75b65aa by njn · 19 years ago
  39. c7561b9 by njn · 19 years ago
  40. 6898086 by njn · 19 years ago
  41. 4986dbf by njn · 19 years ago
  42. fcb7c3e by njn · 19 years ago
  43. 9a8be6c Renamed tool_asm.h as pub_basics_asm.h. Removed core_asm.h. by njn · 19 years ago
  44. a7598f6 Moved the code trampoline stuff into a new module, m_trampoline. Not by njn · 19 years ago
  45. 1277109 by njn · 19 years ago
  46. 8a4eeaf by njn · 19 years ago
  47. c1b0181 by njn · 19 years ago
  48. 9abd608 by njn · 19 years ago
  49. 16eeb4e by njn · 19 years ago
  50. f536bbb by njn · 19 years ago
  51. 7b85dd5 by njn · 19 years ago
  52. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  53. e9befc6 by njn · 19 years ago
  54. 984a636 by njn · 19 years ago
  55. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  56. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  57. 132bfcc by njn · 19 years ago
  58. 36a20fa by njn · 19 years ago
  59. 97405b2 by njn · 19 years ago
  60. 31513b4 by njn · 19 years ago
  61. ea27e46 Modularised all the debug info stuff as m_debuginfo/. It's a mess by njn · 19 years ago
  62. 0c24647 by njn · 19 years ago
  63. 04e1698 by njn · 19 years ago
  64. 278b3d6 Modularised m_scheduler. by njn · 19 years ago
  65. 31ebb9a by njn · 19 years ago
  66. d1af003 by njn · 19 years ago
  67. 7860441 Get rid of all the duplicated settings of AM_CFLAGS in the makefiles by tom · 19 years ago
  68. 2024234 by njn · 19 years ago
  69. f644a0b Whoops, a little premature in removing core_asm.h -- still need it by njn · 19 years ago
  70. 2e8f4ef Created pub_core_transtab_asm.h, killing core_asm.h in the process. by njn · 19 years ago
  71. 81c00df by njn · 19 years ago
  72. 8bddf58 Modularised vg_transtab.c as m_transtab. by njn · 19 years ago
  73. cf44351 Forgot to add pub_core_translate.h to the Makefile.am. by njn · 19 years ago
  74. 3cbfbc1 by njn · 19 years ago
  75. a733b5f by njn · 19 years ago
  76. 36b66df by njn · 19 years ago
  77. 641d5cc by njn · 19 years ago
  78. 44e1368 Modularised the demangler into m_demangle. (It very nearly fit our new by njn · 19 years ago
  79. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  80. 717cde5 by njn · 19 years ago
  81. 51d827b by njn · 19 years ago
  82. e96be67 by njn · 19 years ago
  83. 2521d32 by njn · 19 years ago
  84. bc7df20 Add macro definitions that make it possible to do cpu/os/both by sewardj · 19 years ago
  85. 55f9d1a by sewardj · 19 years ago
  86. 1cf558c by sewardj · 19 years ago
  87. 985fabb Create a new module, "sigframe", responsible for creating/destroying by sewardj · 19 years ago
  88. 267100d Rename the first three modules as per naming scheme. by sewardj · 19 years ago
  89. cc9549a Add statement-of-intent re top level module structure. by sewardj · 19 years ago
  90. d2b1711 by njn · 19 years ago
  91. 10e1cfb gen_intercepts.pl doesn't exist any more. by njn · 20 years ago
  92. 9ee81f5 by sewardj · 20 years ago
  93. c657eb6 Remove vg_instrument.c from the makefile. by tom · 20 years ago
  94. 8a97c6d by njn · 20 years ago
  95. d01fef7 by njn · 20 years ago
  96. b5f6f51 by sewardj · 20 years ago
  97. 3e986b2 Overhauled the docs. Removed all the HTML files, put in XML files as by njn · 20 years ago
  98. a5f1bcd Introduced build variables VG_ARCH_ALL, VG_OS_ALL, and VG_PLATFORM_ALL, by njn · 20 years ago
  99. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  100. c18f2a8 Removed the now-defunct files vg_from_ucode.c and vg_to_ucode.c. by njn · 20 years ago