1. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  2. 009af89 Added a short document explaining the directory structure and how to by njn · 20 years ago
  3. 6b9b9dd Added a short doc listing places that I know or suspect are not 64-bit clean. by njn · 20 years ago
  4. 6aba9ec Comment change only. by njn · 20 years ago
  5. b729e0d 64-bit cleanness: don't assume 32 bits in MAC_Chunk. by njn · 20 years ago
  6. c4fcca3 Updated docs with all the changes that I'm aware of that happened since by njn · 20 years ago
  7. 09aa128 Un-hardwired x86 as the insn set to be translated. Also moved around by njn · 20 years ago
  8. 87c9812 by njn · 20 years ago
  9. 4452e60 Added a short document about how to port to a new arch or OS. by njn · 20 years ago
  10. c771b29 New debugging flag --trace-notbelow=<number>, to stop --trace-codegen= by sewardj · 20 years ago
  11. edfa0f6 Streamlined and consistified alignment checking. by njn · 20 years ago
  12. d6f157d by njn · 20 years ago
  13. 8ec0c5e More AMD64 start-up hurdles: by njn · 20 years ago
  14. ea4b28c Clear a few more AMD64 start-up hurdles: by njn · 20 years ago
  15. 27ce256 Clear next AMD64 startup hurdle. Required copying the x86 LDT code. by njn · 20 years ago
  16. 6a22af2 Whoops, must edit tool.h.base, not tool.h. by njn · 20 years ago
  17. 2777d93 Another todo item. by njn · 20 years ago
  18. 12bb6d4 Another todo item. by njn · 20 years ago
  19. 0ce9da2 Updated todo list. by njn · 20 years ago
  20. c11a29e Fix PS/PDF generation somewhat; the Makefile syntax errors are now by njn · 20 years ago
  21. 0e742df 64-bit cleanness: fix nasty bug... in the memory allocators, redzones by njn · 20 years ago
  22. f9dc619 Formatting change only. by njn · 20 years ago
  23. f7fbe6c Get AMD64 slightly further before dying: by njn · 20 years ago
  24. 1ff7957 Comment-only change. by sewardj · 20 years ago
  25. 671319b Minor docs building fix. by njn · 20 years ago
  26. 3e986b2 Overhauled the docs. Removed all the HTML files, put in XML files as by njn · 20 years ago
  27. 91f6278 Handle emulation-warnings emitted by Vex-generated code. by sewardj · 20 years ago
  28. c54ee50 Fix comment. by sewardj · 20 years ago
  29. 4bd1146 Remove Marie-Celeste declarations. by sewardj · 20 years ago
  30. ead6112 Implemented jmp_with_stack for AMD64. Cleaned up the by njn · 20 years ago
  31. eda97bb Remove some ancient comments. by njn · 20 years ago
  32. f4aeaea 64-bit cleanness: make VG_(do_syscall)() return a Word, not an Int. by njn · 20 years ago
  33. 0b867b1 comment only by njn · 20 years ago
  34. a22a93a Added the skeleton of the AMD64 syscall table, all commented out, but by njn · 20 years ago
  35. 3f31e5c Avoid compile warnings. by njn · 20 years ago
  36. ca6fef0 by njn · 20 years ago
  37. c767b43 Fix reg test. by njn · 20 years ago
  38. c8c9328 very minor tweaks by njn · 20 years ago
  39. bde3027 Minor 64-bit cleanups, mostly comments. by njn · 20 years ago
  40. 63105aa by njn · 20 years ago
  41. eabebcc Remove string "panic_msg_ebp" from x86/dispatch.S and amd64/dispatch.S, by njn · 20 years ago
  42. b249fd7 by njn · 20 years ago
  43. c616819 by njn · 20 years ago
  44. 8e4d7dc Get rid of various old flags and constants. by sewardj · 20 years ago
  45. 4ccf707 Get rid of all vestiges of translation-chaining, and generally clean by sewardj · 20 years ago
  46. 9ebf9fd Increase stated average translation size, at least for now. by sewardj · 20 years ago
  47. 7cf97ee Build fixes for gcc-2.95. by sewardj · 20 years ago
  48. 96e824b Rewrite ensure_valgrind() in a slightly less stupid way. This by sewardj · 20 years ago
  49. 0b6107b Comment-only update. by sewardj · 20 years ago
  50. 1a28fc6 Make ARM build again. by njn · 20 years ago
  51. e1268d3 Use better syscall argument names for two wrappers, now that "res" and by njn · 20 years ago
  52. a5f1bcd Introduced build variables VG_ARCH_ALL, VG_OS_ALL, and VG_PLATFORM_ALL, by njn · 20 years ago
  53. 22cfccb Moved some duplicated macros out of arch/OS/platform-specific parts, by njn · 20 years ago
  54. 0751139 by njn · 20 years ago
  55. 61fa0af by njn · 20 years ago
  56. 16de557 by njn · 20 years ago
  57. daf5a36 Fix a couple of minor ARM things -- frame pointer is R11, it seems, and by njn · 20 years ago
  58. 080e58d Rename $VG_ARCH/signal.c and $VG_ARCH/signals.c, to make coregrind/vg_signals.c. by njn · 20 years ago
  59. ca0518d by njn · 20 years ago
  60. a720325 When doing pessimistic lazy propagation through a dirty helper call, by sewardj · 20 years ago
  61. a1d1a64 Simplified the way Cachegrind configures the caches; it was really by njn · 20 years ago
  62. cfcfa93 More debug printing for redirections (disabled). by sewardj · 20 years ago
  63. 3f469dc When creating a child, copy the parent's .vex/.vex_shadow into it so by sewardj · 20 years ago
  64. 277a6d6 Disable core dumps, and remove the previous attempts at factoring out by njn · 20 years ago
  65. c621f76 When VEX bombs, exit in a more understandable way. by sewardj · 20 years ago
  66. d79ef68 Move declarations of some thread-return-code values from Valgrind to VEX. by sewardj · 20 years ago
  67. 7eea51f Fix this test. by njn · 20 years ago
  68. e7da73c Rename arch_thread_aux_t --> ThreadArchAux, to match ThreadArchState. by njn · 20 years ago
  69. 0dbb7de Second (failed) attempt to get cmdline2 to work right. by sewardj · 20 years ago
  70. 5b1cc97 Update expected output. by sewardj · 20 years ago
  71. 12a74b5 Fix overly-restrictive assertion causing many threaded programs to fail. by sewardj · 20 years ago
  72. 14d01ce Reinstated Helgrind and Cachegrind; at least, they are included in by njn · 20 years ago
  73. d225283 Do some final "sk_" --> "tl_" changes that I missed earlier. by njn · 20 years ago
  74. e0a432b Forgot to remove this line when I removed the x86-specific tests the other day. by njn · 20 years ago
  75. 39b4f01 Removed mc_helpers.S, which is no longer used. by njn · 20 years ago
  76. 873b313 run_thread_for_a_while: ensure the guest state layout of the thread by sewardj · 20 years ago
  77. 5773590 Reinstate Massif. by njn · 20 years ago
  78. 2fc0c87 Removing the insn_* tests from helgrind, memcheck, addrcheck and by njn · 20 years ago
  79. 0a785fd Fix another potentially-failing use of get_current_tid(), in by sewardj · 20 years ago
  80. 06f8b93 Remove now-unnecessary macro. by njn · 20 years ago
  81. fcd5636 by njn · 20 years ago
  82. 7be3695 by njn · 20 years ago
  83. abb14ad Removed shadow_regs 'need', because it was being used only trivially in by njn · 20 years ago
  84. bd2e75c by njn · 20 years ago
  85. cf45fd4 by njn · 20 years ago
  86. d4795be Cleanups for baseBlock removal: fix some comments, remove two decls by njn · 20 years ago
  87. f720da8 Update comments for the renaming of arch_thread_t. by njn · 20 years ago
  88. 57fc173 Remove unneeded comments. by njn · 20 years ago
  89. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  90. 38f346e by njn · 20 years ago
  91. 453bb89 Remove out-of-date comment. by njn · 20 years ago
  92. bb12095 Comment-only changes. by njn · 20 years ago
  93. 4be6501 Remove out-of-date comment. by njn · 20 years ago
  94. fe40894 Several unrelated changes: by njn · 20 years ago
  95. 28058b7 Fix this regression test to account for the fact that FP regs are now by njn · 20 years ago
  96. 8804868 Make these work again. by njn · 20 years ago
  97. 383ae5e Make Vex less verbose, so the regression tests work again. by njn · 20 years ago
  98. 8738c28 Add a mandatory --with-vex option to configure script. by njn · 20 years ago
  99. cfb8ad5 The syscall wrappers for sys_fcntl{,64} were too simplistic -- the 3rd by njn · 20 years ago
  100. 3e38ce0 Add enough gunk to configure.in to get through ./configure on by sewardj · 20 years ago