1. f536bbb by njn · 19 years ago
  2. 7b85dd5 by njn · 19 years ago
  3. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  4. e9befc6 by njn · 19 years ago
  5. 984a636 by njn · 19 years ago
  6. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  7. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  8. 132bfcc by njn · 19 years ago
  9. 36a20fa by njn · 19 years ago
  10. 97405b2 by njn · 19 years ago
  11. 31513b4 by njn · 19 years ago
  12. ea27e46 Modularised all the debug info stuff as m_debuginfo/. It's a mess by njn · 19 years ago
  13. 0c24647 by njn · 19 years ago
  14. 04e1698 by njn · 19 years ago
  15. 278b3d6 Modularised m_scheduler. by njn · 19 years ago
  16. 31ebb9a by njn · 19 years ago
  17. d1af003 by njn · 19 years ago
  18. 7860441 Get rid of all the duplicated settings of AM_CFLAGS in the makefiles by tom · 19 years ago
  19. 2024234 by njn · 19 years ago
  20. f644a0b Whoops, a little premature in removing core_asm.h -- still need it by njn · 19 years ago
  21. 2e8f4ef Created pub_core_transtab_asm.h, killing core_asm.h in the process. by njn · 19 years ago
  22. 81c00df by njn · 19 years ago
  23. 8bddf58 Modularised vg_transtab.c as m_transtab. by njn · 19 years ago
  24. cf44351 Forgot to add pub_core_translate.h to the Makefile.am. by njn · 19 years ago
  25. 3cbfbc1 by njn · 19 years ago
  26. a733b5f by njn · 19 years ago
  27. 36b66df by njn · 19 years ago
  28. 641d5cc by njn · 19 years ago
  29. 44e1368 Modularised the demangler into m_demangle. (It very nearly fit our new by njn · 19 years ago
  30. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  31. 717cde5 by njn · 19 years ago
  32. 51d827b by njn · 19 years ago
  33. e96be67 by njn · 19 years ago
  34. 2521d32 by njn · 19 years ago
  35. bc7df20 Add macro definitions that make it possible to do cpu/os/both by sewardj · 19 years ago
  36. 55f9d1a by sewardj · 19 years ago
  37. 1cf558c by sewardj · 19 years ago
  38. 985fabb Create a new module, "sigframe", responsible for creating/destroying by sewardj · 19 years ago
  39. 267100d Rename the first three modules as per naming scheme. by sewardj · 19 years ago
  40. cc9549a Add statement-of-intent re top level module structure. by sewardj · 19 years ago
  41. d2b1711 by njn · 19 years ago
  42. 10e1cfb gen_intercepts.pl doesn't exist any more. by njn · 19 years ago
  43. 9ee81f5 by sewardj · 19 years ago
  44. c657eb6 Remove vg_instrument.c from the makefile. by tom · 19 years ago
  45. 8a97c6d by njn · 19 years ago
  46. d01fef7 by njn · 19 years ago
  47. b5f6f51 by sewardj · 19 years ago
  48. 3e986b2 Overhauled the docs. Removed all the HTML files, put in XML files as by njn · 20 years ago
  49. a5f1bcd Introduced build variables VG_ARCH_ALL, VG_OS_ALL, and VG_PLATFORM_ALL, by njn · 20 years ago
  50. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  51. c18f2a8 Removed the now-defunct files vg_from_ucode.c and vg_to_ucode.c. by njn · 20 years ago
  52. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  53. 3d5e910 by nethercote · 20 years ago
  54. 8ff888f by nethercote · 20 years ago
  55. b77dee6 by nethercote · 20 years ago
  56. 73b526f by nethercote · 20 years ago
  57. bd23406 Add -fno-omit-frame-pointer when building libpthread.so as that gets by thughes · 20 years ago
  58. dac7666 Leave frame pointers in for the code in lib_replace_malloc.a as by thughes · 20 years ago
  59. c69863e by nethercote · 20 years ago
  60. f8fbaaa Fix up stage2's dependencies. by nethercote · 20 years ago
  61. 7f39002 If PIE (position-independent executables) are supported, build valgrind's by nethercote · 20 years ago
  62. cf4d997 Arch-abstraction: - factor out different CFLAGS in Makefiles by nethercote · 20 years ago
  63. 2b72e94 Arch-abstraction: - factor out KICKSTART_BASE by nethercote · 20 years ago
  64. 799fb80 by nethercote · 20 years ago
  65. bdf9a77 Whoops, syscall.S is platform-specific, and so must go in x86-linux/ rather by nethercote · 20 years ago
  66. 986202f by nethercote · 20 years ago
  67. 9b3c765 by nethercote · 20 years ago
  68. c25c449 by nethercote · 20 years ago
  69. f4eb6eb Arch-abstraction: replace direct mentions of x86/ directory with ${VG_ARCH}. by nethercote · 20 years ago
  70. 107e1c0 by nethercote · 20 years ago
  71. c0cd60b Stage2 doesn't need ume_go.c. by nethercote · 20 years ago
  72. 5fd9085 Arch-abstraction: by nethercote · 20 years ago
  73. 187fdb7 vg_replace_malloc.c doesn't need to be included in "make dist", because it's by nethercote · 20 years ago
  74. f94fe2f by nethercote · 20 years ago
  75. a131bb8 Arch-abstraction: arch-neutralise the startup message. by nethercote · 20 years ago
  76. c06e213 Arch-abstraction: by nethercote · 20 years ago
  77. 5a2664c by nethercote · 20 years ago
  78. f1e5e15 by nethercote · 20 years ago
  79. 4388a40 by nethercote · 20 years ago
  80. 5f2ad77 'valgrind' (ie. stage1) does not need to be installed in $PREFIX/lib/valgrind/; by nethercote · 20 years ago
  81. b669ef7 Change things so that stage2's location is controlled by a single variable. by nethercote · 20 years ago
  82. 03b1948 by nethercote · 20 years ago
  83. c314eba by nethercote · 20 years ago
  84. 1d4d679 Make VPATH builds work so that valgrind can be built in a different by thughes · 20 years ago
  85. 4b0dc1a make "make dist" work. by ossi · 20 years ago
  86. 4ee6496 Added VG_(cpuid) to replace the various bits of inline assembler used by thughes · 20 years ago
  87. e4e779d Fix bug 73655. by rjwalsh · 20 years ago
  88. e3c6b6f Fix "make distcheck", and also make sure that the generated archive by fitzhardinge · 20 years ago
  89. 4fba82f Partially unbreak 'make distcheck'. by jseward · 20 years ago
  90. c5ccf2f remove arch subdir for 2.1.1 release by mueller · 20 years ago
  91. b50068f Fix the use of brk. This change removes the requirement for the "real" brk by fitzhardinge · 21 years ago
  92. 4599076 Fix broken "make dist". by nethercote · 21 years ago
  93. 1d44709 Killed the terminally wounded --stop-after option. by nethercote · 21 years ago
  94. 71980f0 by nethercote · 21 years ago
  95. 47735af This change implements the TLS extension to the x86 ABI. This allows by fitzhardinge · 21 years ago
  96. a49f9b5 Auto-generate stage2.lds so that the linker script matches the local linker. by fitzhardinge · 21 years ago
  97. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  98. 48d9a48 Un-break 'make distcheck' yet again. I guess someone somewhere understands by jseward · 21 years ago
  99. 69801fb fix 'make dist'. by mueller · 21 years ago
  100. 7ea9adc Renamed two of the new files: by njn · 21 years ago