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