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