1. 8a97c6d by njn · 20 years ago
  2. d01fef7 by njn · 20 years ago
  3. b5f6f51 by sewardj · 20 years ago
  4. 3e986b2 Overhauled the docs. Removed all the HTML files, put in XML files as by njn · 20 years ago
  5. a5f1bcd Introduced build variables VG_ARCH_ALL, VG_OS_ALL, and VG_PLATFORM_ALL, by njn · 20 years ago
  6. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  7. c18f2a8 Removed the now-defunct files vg_from_ucode.c and vg_to_ucode.c. by njn · 20 years ago
  8. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  9. 3d5e910 by nethercote · 20 years ago
  10. 8ff888f by nethercote · 20 years ago
  11. b77dee6 by nethercote · 20 years ago
  12. 73b526f by nethercote · 20 years ago
  13. bd23406 Add -fno-omit-frame-pointer when building libpthread.so as that gets by thughes · 20 years ago
  14. dac7666 Leave frame pointers in for the code in lib_replace_malloc.a as by thughes · 20 years ago
  15. c69863e by nethercote · 20 years ago
  16. f8fbaaa Fix up stage2's dependencies. by nethercote · 20 years ago
  17. 7f39002 If PIE (position-independent executables) are supported, build valgrind's by nethercote · 20 years ago
  18. cf4d997 Arch-abstraction: - factor out different CFLAGS in Makefiles by nethercote · 20 years ago
  19. 2b72e94 Arch-abstraction: - factor out KICKSTART_BASE by nethercote · 20 years ago
  20. 799fb80 by nethercote · 20 years ago
  21. bdf9a77 Whoops, syscall.S is platform-specific, and so must go in x86-linux/ rather by nethercote · 20 years ago
  22. 986202f by nethercote · 20 years ago
  23. 9b3c765 by nethercote · 20 years ago
  24. c25c449 by nethercote · 20 years ago
  25. f4eb6eb Arch-abstraction: replace direct mentions of x86/ directory with ${VG_ARCH}. by nethercote · 20 years ago
  26. 107e1c0 by nethercote · 20 years ago
  27. c0cd60b Stage2 doesn't need ume_go.c. by nethercote · 20 years ago
  28. 5fd9085 Arch-abstraction: by nethercote · 20 years ago
  29. 187fdb7 vg_replace_malloc.c doesn't need to be included in "make dist", because it's by nethercote · 20 years ago
  30. f94fe2f by nethercote · 20 years ago
  31. a131bb8 Arch-abstraction: arch-neutralise the startup message. by nethercote · 20 years ago
  32. c06e213 Arch-abstraction: by nethercote · 20 years ago
  33. 5a2664c by nethercote · 20 years ago
  34. f1e5e15 by nethercote · 20 years ago
  35. 4388a40 by nethercote · 20 years ago
  36. 5f2ad77 'valgrind' (ie. stage1) does not need to be installed in $PREFIX/lib/valgrind/; by nethercote · 20 years ago
  37. b669ef7 Change things so that stage2's location is controlled by a single variable. by nethercote · 20 years ago
  38. 03b1948 by nethercote · 20 years ago
  39. c314eba by nethercote · 20 years ago
  40. 1d4d679 Make VPATH builds work so that valgrind can be built in a different by thughes · 20 years ago
  41. 4b0dc1a make "make dist" work. by ossi · 20 years ago
  42. 4ee6496 Added VG_(cpuid) to replace the various bits of inline assembler used by thughes · 20 years ago
  43. e4e779d Fix bug 73655. by rjwalsh · 20 years ago
  44. e3c6b6f Fix "make distcheck", and also make sure that the generated archive by fitzhardinge · 21 years ago
  45. 4fba82f Partially unbreak 'make distcheck'. by jseward · 21 years ago
  46. c5ccf2f remove arch subdir for 2.1.1 release by mueller · 21 years ago
  47. b50068f Fix the use of brk. This change removes the requirement for the "real" brk by fitzhardinge · 21 years ago
  48. 4599076 Fix broken "make dist". by nethercote · 21 years ago
  49. 1d44709 Killed the terminally wounded --stop-after option. by nethercote · 21 years ago
  50. 71980f0 by nethercote · 21 years ago
  51. 47735af This change implements the TLS extension to the x86 ABI. This allows by fitzhardinge · 21 years ago
  52. a49f9b5 Auto-generate stage2.lds so that the linker script matches the local linker. by fitzhardinge · 21 years ago
  53. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  54. 48d9a48 Un-break 'make distcheck' yet again. I guess someone somewhere understands by jseward · 21 years ago
  55. 69801fb fix 'make dist'. by mueller · 21 years ago
  56. 7ea9adc Renamed two of the new files: by njn · 21 years ago
  57. cb1d1c0 Adds VG_(describe_addr)() for generating symbolic descriptions of a by jsgf · 21 years ago
  58. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  59. 78adbf4 by njn · 21 years ago
  60. a63e2d7 by njn · 21 years ago
  61. 781132b some makefile massaging to avoid that things get compiled during make install by daywalker · 21 years ago
  62. c5c3447 whoops. one more by daywalker · 21 years ago
  63. 6672df0 unbreak make regtest again by daywalker · 21 years ago
  64. 92f4b88 Back out symlinking of libpthread.so in coregrind; it causes build by sewardj · 21 years ago
  65. 42e23f2 by njn · 21 years ago
  66. 17b8535 Better way to specify where gdb is -- now GDB_PATH is defined in config.h, by njn · 21 years ago
  67. c42d8bc reapply automake fixes. make check will now generate the binaries which by daywalker · 21 years ago
  68. 9315df3 The location of gdb is now determined by the 'configure' script, instead by njn · 21 years ago
  69. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  70. 67aa818 by sewardj · 22 years ago
  71. f5ef185 fix make distcheck with newer automake by daywalker · 22 years ago
  72. 810086f by njn · 22 years ago
  73. 6ff0fe9 by njn · 22 years ago
  74. 01fe69e by njn · 22 years ago
  75. f220ccc Merge patch from Jeremy Fitzhardinge: by sewardj · 22 years ago
  76. 54945a2 merge patch from Jeremy Fitzhardinge: by sewardj · 22 years ago
  77. 47f4b3e Fix build problems on SuSE 8.1 -- -I.. not included in compile cmds by sewardj · 22 years ago
  78. 92a5956 by sewardj · 22 years ago
  79. 8923f55 by njn25 · 22 years ago
  80. cac76cb by njn25 · 22 years ago
  81. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  82. da5402c Include valgrind.spec and valgrind.spec.in in tarballs. by sewardj · 22 years ago
  83. 83abe43 Add helpful info for package builders. by sewardj · 22 years ago
  84. 7cf0bd3 by njn · 22 years ago
  85. 4dced35 A new kind of error: PThread errors. Used to report detected misuse in by sewardj · 22 years ago
  86. 3e1eb1f Fix fork/exec stuff so it works again. We have to mangle LD_LIBRARY_PATH by sewardj · 22 years ago
  87. 03be163 Use $(srcdir) to specify the location of the linker script by gobry · 22 years ago
  88. 71889e6 Insert hacks, only partially successful, to make 'make distcheck' work by sewardj · 22 years ago
  89. 0facc4f More symbol versioning stuff by sewardj · 22 years ago
  90. 4c6fcf1 Add a version script so as to create the right versioned symbols for by sewardj · 22 years ago
  91. 83adf41 Build and install 'cachegrind' along with 'valgrind'. by sewardj · 22 years ago
  92. aa6fecc Config/build/install vg_annotate and vg_cachegen correctly. by sewardj · 22 years ago
  93. 4f9c934 by njn · 22 years ago
  94. e9667e6 Administrivia. by sewardj · 22 years ago
  95. 3b13f0e Try and give at least some minimal binding for all functions exported by sewardj · 22 years ago
  96. 1685184 - Use CFLAGS in demangle/Makefile.am by sewardj · 22 years ago
  97. a0d3ab6 - don't check if the compiler supports const. No compiler we care by daywalker · 22 years ago
  98. 408ccf1 Compile flags += -Werror. I'm tired of looking carefully for warnings. by sewardj · 22 years ago
  99. 2f242b3 malloc() and friends have moved to vg_clientfuncs.c, so move the by sewardj · 22 years ago
  100. 47160d6 fix initial installation problem by daywalker · 22 years ago