1. 75d774c Companion patch of valgrind r14664. by florian · 10 years ago
  2. 0a5494e Constification part 3. by florian · 10 years ago
  3. 9b696ac Remove the valgrind_support parameter from LibVEX_Init. It's unused by florian · 10 years ago
  4. bbcf188 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set): by sewardj · 11 years ago
  5. 9138b17 Rename ppc_cache_line_szB to indicate that this is the size by florian · 11 years ago
  6. c6f970f Add translation chaining support for amd64, x86 and ARM (VEX side). See #296422. by sewardj · 12 years ago
  7. 5b2325f Changed naming convention from 'PPC32' to 'PPC' for all VEX code common to both PPC32 and PPC64. by cerion · 19 years ago
  8. 8f53e99 Fix switchback.c to reflect changes to call of LibVEX_Translate() by cerion · 19 years ago
  9. 6ded389 Switchbacker updates by cerion · 19 years ago
  10. 69b7291 Unbreak build. by sewardj · 19 years ago
  11. feacf14 Fix up linking/relocation a bit, and track API changes in r1272. by sewardj · 19 years ago
  12. 37b71bf Fix build breakage. by sewardj · 19 years ago
  13. 151ba33 Track recent API change (introduction of VexArchInfo). by sewardj · 19 years ago
  14. ed623db guest-ppc32 by cerion · 19 years ago
  15. 7a41dd0 fix 'Usage:' by cerion · 19 years ago
  16. a219a80 Use cpp symbol __x86_64__ rather than __amd64__ on the advice of Michael Matz. by sewardj · 19 years ago
  17. cb998d9 Use ULong instead of Int for stopAfter and n_bbs_done - shouldn't run out of bbs for a while now... by cerion · 19 years ago
  18. da08626 handy test wrapper by cerion · 19 years ago
  19. f9e0ef3 stop compiler errors on fp regs, add possibily of setting xer_ca, clearly choose what tests to run by cerion · 19 years ago
  20. b79fb37 small fix to rlwnm_cb loop by cerion · 19 years ago
  21. e45acad Improved method for discarding invalidated translations. by sewardj · 19 years ago
  22. 81db809 Brain-dead (but working) support for Vex-directed translation-cache invalidates. by sewardj · 19 years ago
  23. 32cd080 Somewhat reduce the number of immediate values in test-with-immediate by sewardj · 19 years ago
  24. 1f2e2f8 Make suitable for initial test run. by sewardj · 19 years ago
  25. 399fa14 Change license on switchback/test_ppc_jm1.c as per Jocelyn's instructions. by sewardj · 19 years ago
  26. b00db87 Added test_ppc to Makefile by cerion · 19 years ago
  27. 941a905 Jocelyn Mayer's fabulous ppc test program. by sewardj · 19 years ago
  28. e9d361a Cleaned up front end a fair bit. by cerion · 19 years ago
  29. fa09ac5 fix cmd call of switchback, and deal with return err 256 by cerion · 19 years ago
  30. 997661a printout stderr msg on abnormal switchback exit by cerion · 19 years ago
  31. 87ae783 Deal with last_bad == given_last_good by cerion · 19 years ago
  32. ab2e191 perl script to run a binary search with switchback by cerion · 19 years ago
  33. 1e636d6 Gradually move popular translations towards the start of the by sewardj · 19 years ago
  34. 533e0c2 Fix flags define & printout last run translation after all... by cerion · 19 years ago
  35. 84b62f4 Re-arranged switchback::run_simulator a little, so can print translation of current bb (so if test breaks @ N, we can switchback @ N and N gets printed) by cerion · 19 years ago
  36. 3c6e167 Fix to run_translation: need to save LR on _caller's_ stack, and leave a hole for a callee to do the same on our stack. by cerion · 19 years ago
  37. 7f000af Added new instruction RdWrLR to read/write link register. by cerion · 19 years ago
  38. b5c07cf Make the switchbacker work on ppc32. by sewardj · 19 years ago
  39. 9a934a9 just turned off some debug printfs by cerion · 19 years ago
  40. a31e8b5 coupl'a small fixes for ppc32 by cerion · 19 years ago
  41. 144fd8c finished off switchback code for ppc32 by cerion · 19 years ago
  42. 0d04c0e Advance ppc32 to the point where we can hope to start the program. by sewardj · 19 years ago
  43. 312b4bb Handle some ppc32 relocation types. by sewardj · 19 years ago
  44. de28b5b correction to branch instr for ppc hack by cerion · 19 years ago
  45. f6f41aa surely it couldn't be still more ppc hacks... by cerion · 19 years ago
  46. 6866d76 Even more ppc32 hacks by sewardj · 19 years ago
  47. 69fd475 More ppc hacks by sewardj · 19 years ago
  48. 4a96062 ppc32 hacks by sewardj · 19 years ago
  49. cc82c6a first ppc32 assembly attempts... by cerion · 19 years ago
  50. 1103a4d un-break compilation on x86 by sewardj · 19 years ago
  51. 4701265 Print stats at exit, and minor changes by sewardj · 19 years ago
  52. 9dc4cf7 Make this test a bit more demanding. by sewardj · 19 years ago
  53. 3e5a4dc sigh; on amd64 do not place common symbols high in the address space by sewardj · 19 years ago
  54. c47c476 Allow the service function to handle free() as well as malloc(). by sewardj · 19 years ago
  55. 9f12f3c A self-contained, hacked version of bzip2 which can run on the by sewardj · 19 years ago
  56. bdd2915 Fix printf format string. by sewardj · 19 years ago
  57. 42b89f6 Make it easy to print the symbol table. by sewardj · 19 years ago
  58. 2e879b6 minor changes by sewardj · 19 years ago
  59. 85a9cd5 Deal with amd64-specific relocations. by sewardj · 19 years ago
  60. 69fe071 Heavily modified emfloat benchmark from bytemark, changed to be by sewardj · 19 years ago
  61. b259095 Resuscitate a linker that knows how to do relocations, so we can by sewardj · 19 years ago
  62. a2a57e9 Add amd64 support. by sewardj · 19 years ago
  63. df5c1ca Remove file which shouldn't have been added in the first place. by sewardj · 19 years ago
  64. 7e52aa5 A very simple dynamic translator built on Vex, for the purpose of by sewardj · 19 years ago