1. 1f5fe1f This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  2. 05f5e01 Renaming only (no functional change): rename IR artefacts to do by sewardj · 10 years ago
  3. 89ae847 Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  4. 8943d02 Power PC, Approach 1, add Transactional Memory instruction support by carll · 11 years ago
  5. efa834a Make some function parameters pointer to const. by florian · 12 years ago
  6. 1ff4756 Constify VEX's external interface. by florian · 12 years ago
  7. 6ef84be Followup to r2483, purely mechanical. Rename: by florian · 12 years ago
  8. 33b0243 Rename libvex_emwarn.h to libvex_emnote.h and fix all by florian · 12 years ago
  9. 6c46bef VEX part Implement --vex-iropt-register-updates=sp-at-mem-access by philippe · 12 years ago
  10. 25e5473 Update copyright dates to include 2012. by sewardj · 12 years ago
  11. ae9590b Ensure ppc64 guest state size is 32-byte aligned, as per increase in by sewardj · 12 years ago
  12. 3dee849 Add translation chaining support for ppc32 (tested) and to by sewardj · 12 years ago
  13. c6bbd47 Initial support for POWER Processor decimal floating point instruction by sewardj · 12 years ago
  14. e6c53e0 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  15. 66d5ef2 Add support for IBM Power ISA 2.06 -- stage 1. Bug #267630 and by sewardj · 13 years ago
  16. 28d672a Fix bug in ppc64g_dirtyhelper_LVS (well, elsewhere, really) causing by sewardj · 14 years ago
  17. be91791 Merge from branches/THUMB: A spechelper interface change that allows by sewardj · 14 years ago
  18. 752f906 Update copyright dates to 2010 and change license to standard GPL2+. by sewardj · 14 years ago
  19. 37b2ee8 Implement mfpvr (mfspr 287) (bug #201585). by sewardj · 15 years ago
  20. 9c2f13d Fix ppc64 guest layout description following recent DCAS hackery. by sewardj · 15 years ago
  21. cef7d3e by sewardj · 15 years ago[Renamed (98%) from priv/guest-ppc/ghelpers.c]
  22. e9d8a26 Merge in branches/DCAS: by sewardj · 15 years ago
  23. e86310f In order to make it possible for Valgrind to restart client syscalls by sewardj · 15 years ago
  24. a203330 Add a description of the FP offset/size to type VexGuestLayout. by sewardj · 16 years ago
  25. a26d820 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  26. e744153 Update copyright dates. by sewardj · 18 years ago
  27. abb321c Implement mfspr 268 and 269. Fixes #139050. by sewardj · 18 years ago
  28. aca070a Merge r1663-r1666: by sewardj · 18 years ago
  29. a33e9a4 Update copyright dates. by sewardj · 18 years ago
  30. 5ff11dd More ppc64-only function wrapping hacks: by sewardj · 19 years ago
  31. be482ae Give the ppc64 guest state a 16-entry pseudo-register array, by sewardj · 19 years ago
  32. ce02aa7 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  33. 20f4061 Add missing function. by sewardj · 19 years ago
  34. 7594920 Comment only changes - misc refs to ppc32 changed to ppc. by cerion · 19 years ago
  35. d0eae2d renamed VEX dirs guest-ppc32/ -> guest-ppc/, host-ppc32/ -> host-ppc/ by cerion · 19 years ago[Renamed (98%) from priv/guest-ppc32/ghelpers.c]
  36. 5b2325f Changed naming convention from 'PPC32' to 'PPC' for all VEX code common to both PPC32 and PPC64. by cerion · 19 years ago
  37. 09bbf50 small fixes for ppc64 layout stuff by sewardj · 19 years ago
  38. f0de28c Implemented backend for ppc64, sharing ppc32 backend. by cerion · 19 years ago
  39. d953ebb First pass at VEX support of ppc64. by cerion · 19 years ago
  40. 8f3bc90 Track valgrind r5196, wrt Non-Java mode by cerion · 19 years ago
  41. d147094 Minor altivec changes: by sewardj · 19 years ago
  42. 197bd17 Build fixes for gcc-2.96 (which does not allow declarations after the by sewardj · 19 years ago
  43. 6f6c6a0 implemented guest-ppc32 lvsl, lvsr using dirty helper function by cerion · 19 years ago
  44. 225a034 by cerion · 19 years ago
  45. c7cd214 Typechecker cleanups (non-functional changes) by sewardj · 19 years ago
  46. 73a9197 Implement mftb{,u}. by sewardj · 19 years ago
  47. d269136 Remove some helper functions to do with flag handling. These are by sewardj · 19 years ago
  48. 7787af4 - Partial implementation of reservations, to make lwarx/stwcx. work by sewardj · 19 years ago
  49. 7bd6ffe by sewardj · 19 years ago
  50. dbcfae7 by sewardj · 19 years ago
  51. 9759a81 Update always-defined areas. by sewardj · 19 years ago
  52. b51f0f4 by sewardj · 19 years ago
  53. 900f6b5 Added LibVEX_GuestPPC32_put_cr7(), LibVEX_GuestPPC32_put_cr() by cerion · 19 years ago
  54. 51900a2 Added LibVEX_GuestPPC32_get_cr() for easy access to entire cond reg by cerion · 19 years ago
  55. db36c0f Type casting cleanups. by sewardj · 19 years ago
  56. 9e6491a The logic that drove basic block to IR disassembly had been duplicated by sewardj · 19 years ago
  57. e523a4b Fill in guest_ppc32_state_requires_precise_mem_exns() properly, so Vex by sewardj · 19 years ago
  58. 094d139 Floating-point for ppc32 by cerion · 19 years ago
  59. ed623db guest-ppc32 by cerion · 19 years ago
  60. 4871b48 icc -Wall fixes by sewardj · 19 years ago
  61. 70e2412 Fixed xer_ca flag calc for subfze, by cerion · 19 years ago
  62. 7ce9d15 Support for vex-directed instruction-cache invalidation, needed for by sewardj · 19 years ago
  63. 51fe584 Fixed ghelper mullwo overflow calc by cerion · 19 years ago
  64. e9d361a Cleaned up front end a fair bit. by cerion · 19 years ago
  65. b85e8bb spacing/comment cleanup only by cerion · 19 years ago
  66. 3867460 Another attempt at abstracting the register access... not certain i've by cerion · 19 years ago
  67. 5827784 More typechecker police. Hopefully this doesn't break anything. by sewardj · 19 years ago
  68. 7622226 Cleaned up thunk functions. by cerion · 19 years ago
  69. 995bc36 - Added lots of printfs on decode failures. by cerion · 19 years ago
  70. 62bec57 Cleaned up clean-helper functions Added various vasserts around the place. by cerion · 19 years ago
  71. c342f4a Still more ops... stores/loads, moves to/from spr's by cerion · 19 years ago
  72. c19d5e1 More ops.... arith, loads, stores, branch, shifts, move from/to spr by cerion · 19 years ago
  73. 7aa4bbc Added dis_int_cmp, dis_int_logic functions by cerion · 19 years ago
  74. c68d460 Ahem: PPC_FLAGS -> PPC32G_FLAGS by cerion · 19 years ago
  75. ae69462 - Added ops enum for xer ov,ca flag calculation by cerion · 19 years ago
  76. 91ad536 Cleaned up and filled out: by cerion · 19 years ago
  77. 1515db9 changed all occurences of ppc to ppc32 (filenames and text) by cerion · 20 years ago[Renamed (82%) from priv/guest-ppc/ghelpers.c]
  78. db1941a oops, more cpustate stuff by cerion · 20 years ago
  79. 896a137 Initial file setup for guest-ppc by cerion · 20 years ago