1. 729fca5 Un-break Darwin build following r2155/r11786 -- use dual-entry by sewardj · 13 years ago
  2. aeff9fd Remove a load from the s390x dispatcher loop, as per r11781. by sewardj · 13 years ago
  3. 1274027 Give the amd64-linux and x86-linux dispatchers two entry points, not one, by sewardj · 13 years ago
  4. d4da361 dispatch-x86-linux.S: by sewardj · 13 years ago
  5. c060fe8 Undo bogus comment changes committed in r11783. by sewardj · 13 years ago
  6. 155ffd6 Test for guest-state-pointer changes by checking its lowest bit. by sewardj · 13 years ago
  7. dc4f2e7 Remove another memory reference from the arm dispatcher loop, by using by sewardj · 13 years ago
  8. 40f7954 Get rid of a bunch of loads in the arm dispatcher inner loops, and by sewardj · 13 years ago
  9. 4778c66 Change the TT_FAST hash function for from "insn_address >> 2" to by sewardj · 13 years ago
  10. b0475e1 Fix bogus .size directives which are now rejected by binutils 2.21. by sewardj · 13 years ago
  11. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  12. 223125d Merge from branches/THUMB: rack renaming of guest_R15 to guest_R15T. by sewardj · 14 years ago
  13. b892884 PowerPC: only compile Altivec instructions when the CPU supports these. Fixes bug #238745. by bart · 14 years ago
  14. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  15. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  16. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  17. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  18. 9f20746 Updated copyright years. by njn · 15 years ago
  19. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  20. cfdc5fd gcc-4.3 compile fixes. by sewardj · 17 years ago
  21. 38dba99 Add disclaimers. by sewardj · 17 years ago
  22. 7373582 Make ppc32/64-aix5 work again following recent VG_(tt_fast) rearrangement. by sewardj · 17 years ago
  23. 4994cc2 Fix ppc64-linux dispatcher following r6582. by sewardj · 17 years ago
  24. 5f76de0 by sewardj · 17 years ago
  25. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  26. 0ddf76c Merge r6217 (also comment cosmetics): by sewardj · 18 years ago
  27. 7525c82 Merge r6099: by sewardj · 18 years ago
  28. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  29. 63c8de5 Add .type and .size directives for VG_(run_innerloop) and by tom · 18 years ago
  30. 386c9bf Make VG_(run_innerloop) visible for outer Valgrinds by weidendo · 18 years ago
  31. fdac02c Set fpscr back to a known state after running generated code (64-bit mode). by sewardj · 19 years ago
  32. e68ddf7 Set fpscr back to a known state after running generated code. by sewardj · 19 years ago
  33. 1a1f576 Followup to r5605: fixes for ppc64 by sewardj · 19 years ago
  34. ed69fdb by sewardj · 19 years ago
  35. 22b4448 Fix profiling dispatcher. by sewardj · 19 years ago
  36. 641a5cb Fix copy-n-paste error. by sewardj · 19 years ago
  37. 1a85f4f by sewardj · 19 years ago
  38. a591a05 Make function wrapping work on ppc32-linux. by sewardj · 19 years ago
  39. a7e0cf5 Make function wrapping work on amd64-linux. by sewardj · 19 years ago
  40. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  41. 452ed2a Fix up ppc64 dispatcher following the changes made by r5441. by sewardj · 19 years ago
  42. 3387dda More dispatcher tuning for ppc32/64. Makes a big difference for perf/tinycc. by sewardj · 19 years ago
  43. 0d8ef0b Save %CIA correctly (caused ppc64-linux to loop at the first syscall, by sewardj · 19 years ago
  44. 1ade697 Rewrite ppc64 dispatch loop to avoid profiling overhead, as per ppc32 rewrite (r5352). by cerion · 19 years ago
  45. 5ee4948 Hold the event count in r29 rather than the count register, since the by sewardj · 19 years ago
  46. 5d3a1c9 Rewrite ppc32 dispatch loop to avoid profiling overhead, as per by sewardj · 19 years ago
  47. 0d9efdd Rewrite amd64 dispatch loop to add performance enhancements as per x86 by sewardj · 19 years ago
  48. 274807d - Track vex r1494 (x86/amd64 change of conventions for getting by sewardj · 19 years ago
  49. c726652 More V setup for ppc64 - client stack setup - init_thread1state: set TOC ptr by cerion · 19 years ago
  50. 2108204 Take ppc64 startup further along the road by cerion · 19 years ago
  51. bae052e add comment from log message. by njn · 19 years ago
  52. d5b38b0 Avoid potential partial-flags stall on P4. by sewardj · 19 years ago
  53. a5422db Fix for a nasty bug in loading an fp reg with zero - thanks J! by cerion · 19 years ago
  54. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  55. f2383df add comment from log message by njn · 19 years ago
  56. 911289f Hacks needed for self-hosting on ppc32 (may be removable if stfiwx is implemented). by sewardj · 19 years ago
  57. 1b6b2b3 Changed altivec floating point setup to Java/IEEE mode by cerion · 19 years ago
  58. 3d11e0e Implemented checks for FPSCR and VSCR on leaving dispatcher by cerion · 19 years ago
  59. 70c91dd Hacks to enable self-hosting on amd64, so as to facilitate cachegrinding it. by sewardj · 19 years ago
  60. fcf6209 wibble by sewardj · 19 years ago
  61. 2c36d42 The absolute bare minimum changes needed to make it work on an by sewardj · 19 years ago
  62. e3826cf Hook the ppc32 stuff up to the revised CPU detection machinery, and by sewardj · 19 years ago
  63. e2d1e67 Tidy up the machinery for detecting the CPU type and capabilities. by sewardj · 19 years ago
  64. 51ce791 Comments from Greg Parker re ppc ABI conventions. by cerion · 19 years ago
  65. 3e35756 Save/Restore condition register, and VRSAVE register in core dispatch loop. by cerion · 19 years ago
  66. e51a42c store & load callee-saved floating-point and vector registers in core dispatch loop. by cerion · 19 years ago
  67. 34f042e Use standard syntax for the rlwinm. by sewardj · 19 years ago
  68. 801ac81 Make the dispatch files platform-specific, not just arch-specific, by njn · 19 years ago
  69. a48a493 Make ppc32-linux build again following aspacem merge. Doesn't work, though: by sewardj · 19 years ago
  70. 45f4e7c by sewardj · 19 years ago
  71. c6957cf Rename VG_(have_altivec) => VG_(have_altivec_ppc) for consistency. by cerion · 19 years ago
  72. bc28f66 setup new variable VG_(have_altivec) from auxv::AT_HWCAP by cerion · 19 years ago
  73. ffbeaa1 Quote some more CC expansions. by tom · 19 years ago
  74. 2904063 Pass $(CC) to the vex Makefile. by sewardj · 19 years ago
  75. 73dc2c7 Give file a better name. by njn · 19 years ago
  76. 7821e2e Make Valgrind work again on x86 CPUs which don't have SSE. This is a by sewardj · 19 years ago
  77. 85a9dca Makefile stuff, partly from Tom, which uses the SVN-externall'd VEX by sewardj · 19 years ago
  78. 1936d8d set default fpu, altivec control words in dispatch-ppc.S (both zero) by cerion · 19 years ago
  79. 4a83015 Removed the remnants of the attempt at an ARM port, because it had by njn · 19 years ago
  80. 94260f2 by njn · 19 years ago
  81. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  82. c7561b9 by njn · 19 years ago
  83. 9a8be6c Renamed tool_asm.h as pub_basics_asm.h. Removed core_asm.h. by njn · 19 years ago
  84. e722622 Address item in NOTES.txt. by njn · 19 years ago
  85. 7860441 Get rid of all the duplicated settings of AM_CFLAGS in the makefiles by tom · 19 years ago
  86. 2e8f4ef Created pub_core_transtab_asm.h, killing core_asm.h in the process. by njn · 19 years ago
  87. a733b5f by njn · 19 years ago
  88. 36b66df by njn · 19 years ago