1. 60cc120 Remove an unneeded header file. Spotted by Matthias Schwarzott. by florian · 9 years ago
  2. 3f1d613 Make sure no executable stack gets created. Explanation by Matthias Schwarzott: by florian · 9 years ago
  3. bed0746 Bug 346185 - Fix typo saving altivec register v24. by sewardj · 9 years ago
  4. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  5. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  6. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  7. 96b3c20 Use 32-bit XIndir counter incs, instead of 64-bit, as per r12527. by sewardj · 12 years ago
  8. 291849f Merge branches/TCHAIN from r12476 (its creation point) into trunk. by sewardj · 12 years ago
  9. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  10. c060fe8 Undo bogus comment changes committed in r11783. by sewardj · 13 years ago
  11. 155ffd6 Test for guest-state-pointer changes by checking its lowest bit. by sewardj · 13 years ago
  12. b892884 PowerPC: only compile Altivec instructions when the CPU supports these. Fixes bug #238745. by bart · 14 years ago
  13. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  14. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  15. 9f20746 Updated copyright years. by njn · 15 years ago
  16. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  17. 4994cc2 Fix ppc64-linux dispatcher following r6582. by sewardj · 17 years ago
  18. 5f76de0 by sewardj · 17 years ago
  19. 0ddf76c Merge r6217 (also comment cosmetics): by sewardj · 18 years ago
  20. 63c8de5 Add .type and .size directives for VG_(run_innerloop) and by tom · 18 years ago
  21. e68ddf7 Set fpscr back to a known state after running generated code. by sewardj · 18 years ago
  22. ed69fdb by sewardj · 18 years ago
  23. 1a85f4f by sewardj · 18 years ago
  24. a591a05 Make function wrapping work on ppc32-linux. by sewardj · 18 years ago
  25. 452ed2a Fix up ppc64 dispatcher following the changes made by r5441. by sewardj · 18 years ago
  26. 3387dda More dispatcher tuning for ppc32/64. Makes a big difference for perf/tinycc. by sewardj · 18 years ago
  27. 1ade697 Rewrite ppc64 dispatch loop to avoid profiling overhead, as per ppc32 rewrite (r5352). by cerion · 18 years ago
  28. 5ee4948 Hold the event count in r29 rather than the count register, since the by sewardj · 18 years ago
  29. 5d3a1c9 Rewrite ppc32 dispatch loop to avoid profiling overhead, as per by sewardj · 18 years ago
  30. 2108204 Take ppc64 startup further along the road by cerion · 19 years ago
  31. a5422db Fix for a nasty bug in loading an fp reg with zero - thanks J! by cerion · 19 years ago
  32. f2383df add comment from log message by njn · 19 years ago
  33. 911289f Hacks needed for self-hosting on ppc32 (may be removable if stfiwx is implemented). by sewardj · 19 years ago
  34. 1b6b2b3 Changed altivec floating point setup to Java/IEEE mode by cerion · 19 years ago
  35. 3d11e0e Implemented checks for FPSCR and VSCR on leaving dispatcher by cerion · 19 years ago
  36. 2c36d42 The absolute bare minimum changes needed to make it work on an by sewardj · 19 years ago
  37. e3826cf Hook the ppc32 stuff up to the revised CPU detection machinery, and by sewardj · 19 years ago
  38. 51ce791 Comments from Greg Parker re ppc ABI conventions. by cerion · 19 years ago
  39. 3e35756 Save/Restore condition register, and VRSAVE register in core dispatch loop. by cerion · 19 years ago
  40. e51a42c store & load callee-saved floating-point and vector registers in core dispatch loop. by cerion · 19 years ago
  41. 34f042e Use standard syntax for the rlwinm. by sewardj · 19 years ago
  42. 801ac81 Make the dispatch files platform-specific, not just arch-specific, by njn · 19 years ago[Renamed from coregrind/m_dispatch/dispatch-ppc32.S]
  43. a48a493 Make ppc32-linux build again following aspacem merge. Doesn't work, though: by sewardj · 19 years ago
  44. 45f4e7c by sewardj · 19 years ago
  45. c6957cf Rename VG_(have_altivec) => VG_(have_altivec_ppc) for consistency. by cerion · 19 years ago
  46. bc28f66 setup new variable VG_(have_altivec) from auxv::AT_HWCAP by cerion · 19 years ago
  47. 1936d8d set default fpu, altivec control words in dispatch-ppc.S (both zero) by cerion · 19 years ago
  48. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago