1. 7d647cb get_abit_and_vbyte/get_abit can be a significant bottleneck when by sewardj · 18 years ago
  2. 301a50f Beginnings of proper MPI user type-walking code. by sewardj · 18 years ago
  3. 0ad4609 Detect/select 'mpicc' (from --with-mpicc=) and use that to build libmpiwrap.so. by sewardj · 18 years ago
  4. 8063775 Build system hacks to build and install the MPI wrappers library when by sewardj · 18 years ago
  5. 9cdd5a2 Update by sewardj · 18 years ago
  6. 47a6a5f A simple test of m{f,t}ocrf. by sewardj · 18 years ago
  7. 5f88da4 dox update by dirk · 18 years ago
  8. ff0a32a update ubuntu suppression (based on patch by David Kimdon) by dirk · 18 years ago
  9. 851ba8d Minor readability change. by njn · 18 years ago
  10. 35fb512 Update. by sewardj · 18 years ago
  11. cca1629 Undo r5667 (reinstate 3_0_BUGSTATUS.txt) by sewardj · 18 years ago
  12. 79edb2b update suppressions (10.1-ppc) by dirk · 18 years ago
  13. 671ccb2 update suppression by dirk · 18 years ago
  14. 54c9960 syscall number updates by dirk · 18 years ago
  15. 9be7e83 update syscall numbers (against 2.6.16rc2) by dirk · 18 years ago
  16. 9de707d backport status updates by dirk · 18 years ago
  17. a07c740 various syscall wrappings needed for SUSE 10.1 by dirk · 18 years ago
  18. 4bdf375 uninteresting here by dirk · 18 years ago
  19. b4fdb12 update suppression by dirk · 18 years ago
  20. 7637e9e Fix CPU feature identification for ppc32/64 - add more paranoia, and by sewardj · 18 years ago
  21. 2097401 Minor wibbles. by sewardj · 18 years ago
  22. 378c7f2 Arse. Move this to the right place. by sewardj · 18 years ago
  23. c3a4709 First try at an MPI wrappers library. Currently the build system by sewardj · 18 years ago
  24. 9e8b07a Add a missing case. by sewardj · 18 years ago
  25. 4e1885e Update bug status. by tom · 18 years ago
  26. f665b34 Restore RIP on return from a signal handler on amd64 - mirrors the by tom · 18 years ago
  27. c8cfca6 Fix the tkill system call wrapper and enable it on x86 and amd64. by tom · 18 years ago
  28. 776de2c Apparently on SLES9 the dynamic linker is called (soname'd) ld64.so.1. by sewardj · 18 years ago
  29. 359c20c A few more syscalls. by sewardj · 18 years ago
  30. e2dca5c Trawled v-users/bugzilla-mail and added entries. by sewardj · 18 years ago
  31. d2d241b Ensure memory acquired from sys_brk() really is zeroed. Fixes #121893. by sewardj · 18 years ago
  32. 6b3e0d7 Fix boundary conditions relating to stack permissions (see r5645). by sewardj · 18 years ago
  33. c6527d6 When setting the initial permissions of the area below the initial by sewardj · 18 years ago
  34. 2d53e69 'make dist' fix by sewardj · 18 years ago
  35. 7e894fd Update Limitations section following recent ppc hackery. by sewardj · 18 years ago
  36. 918345e Yet another ppc test program, which duplicates jm-insns so isn't too useful. by sewardj · 18 years ago
  37. 8a42de6 Restore %EIP from the info passed to the handler (ucontext), so as to by sewardj · 18 years ago
  38. f5c8e37 Extend stack-permissions-change fast-case machinery to handle +/- 112, by sewardj · 18 years ago
  39. 1ecb540 Fix typo. by tom · 18 years ago
  40. 2c8444b More bug status updates. by tom · 18 years ago
  41. 69e2be5 Document fixes. by tom · 18 years ago
  42. 1b96ee6 Add missing VKI_ prefixes. by tom · 18 years ago
  43. c1369aa Implement the vm86 and vm86old system calls based on a patch by tom · 18 years ago
  44. ab53d3e Enable enough syscalls to make self-hosting work on ppc64. by sewardj · 18 years ago
  45. 5d2af67 Implement a few extra ioctls based on patch from Eric Pouech in bug #120728. by tom · 18 years ago
  46. 59f1811 Another ppc related suppression (Dave Nomura). by sewardj · 18 years ago
  47. 94fb233 Don't use -gstabs on ppc64-linux, as it doesn't work with some gccs (Dave Nomura). by sewardj · 18 years ago
  48. 39eb667 Fix minor anomaly pointed out by icc9. by sewardj · 18 years ago
  49. f8dc64f Denestification. by rjwalsh · 18 years ago
  50. 1162491 Teach the Dwarf2 line-info reader how to handle so-called 64-bit by sewardj · 18 years ago
  51. 517cdd5 Enable sys_getrusage. by sewardj · 18 years ago
  52. c8c5c87 Handle main thread stacks up to 16MB. by sewardj · 18 years ago
  53. d5a30a4 Fix erroneous hardwired redirect spec. by sewardj · 18 years ago
  54. 453e8f8 Get rid of general case in mkLazy3 and instead add new cases as they appear. by sewardj · 18 years ago
  55. 96a015e Enable rounding checks for fmadd/fmsub et al. by sewardj · 18 years ago
  56. e91cea7 Track vex r1573 (introduction of 4-arg IR primops for ppc fmadd/fmsub). by sewardj · 18 years ago
  57. c075dfc Add regression tests for the twi and tdi instructions, and also for by sewardj · 18 years ago
  58. 86df155 Synthesise and deliver SIGTRAP to clients when requested to do so by vex. by sewardj · 18 years ago
  59. b0e1ccc This causes problems on setups where ld.so is mapped at just over 1M: by sewardj · 18 years ago
  60. fdac02c Set fpscr back to a known state after running generated code (64-bit mode). by sewardj · 18 years ago
  61. e68ddf7 Set fpscr back to a known state after running generated code. by sewardj · 18 years ago
  62. c7e8c74 Test program aimed at exercising x87 insns a bit on amd64. by sewardj · 18 years ago
  63. 378753b Regtest for a double -> unsigned int conversion that xlc generates by sewardj · 18 years ago
  64. be13445 Add a program for checking behaviour of ppc floating point insns in by sewardj · 18 years ago
  65. bee2c28 Add a check for fsincos. by sewardj · 18 years ago
  66. 672f778 Yet more x86 instruction tests, mostly aimed at wierd/transcendental x87 insns. by sewardj · 18 years ago
  67. d6075eb Tidy up a couple more x86-related primops following rounding changes. by sewardj · 18 years ago
  68. 22ac5f4 Followup to r5605: fixes for x86 by sewardj · 18 years ago
  69. 1a1f576 Followup to r5605: fixes for ppc64 by sewardj · 18 years ago
  70. ed69fdb by sewardj · 18 years ago
  71. d05214f Update ignores. by rjwalsh · 18 years ago
  72. 9af10a1 Change the number of client request args from 4 to 5 as that may by sewardj · 18 years ago
  73. ba04c1b Bring these tests into operation. by sewardj · 18 years ago
  74. 258160c Add test cases for soem FX (general-purpose) and GX (graphics) optional insns. by sewardj · 18 years ago
  75. 86e992f Add configure flags --enable-only64bit and --enable-only32bit with by sewardj · 18 years ago
  76. ce07094 Check lsw/stsw insns in 64-bit mode. by sewardj · 18 years ago
  77. b32bc73 Un-break ppc32 following recent hw-capabilities hackery. by sewardj · 18 years ago
  78. e3121f3 Track vex r1555 (Change the way Vex represents architecture variants by sewardj · 18 years ago
  79. 4f3e0f2 Track vex r1553 (addition of Iop_Est8FRecip, case Iop_Est5FRSqrt) by sewardj · 18 years ago
  80. facb3eb Get rid of some will-never-be-used redirections -- names which are in by sewardj · 18 years ago
  81. 1768955 ppc32-linux: enable __NR_statfs by sewardj · 18 years ago
  82. 72a547e Ensure -Wdeclaration-after-statement gets through to vex-land. by sewardj · 18 years ago
  83. b5b6311 Don't build the Altivec constant tables unless Altivec instruction by sewardj · 18 years ago
  84. eb3603e Vex can't simulate floor() or ceil() correctly on ppc32/64 from by sewardj · 18 years ago
  85. 02fd0d7 Test program to check the behaviour of a bunch of FP functions. by sewardj · 18 years ago
  86. f65f9d3 Enable message-queue syscalls. by sewardj · 18 years ago
  87. 48e7bc4 Use perf/fbench as a simple FP test too. This is a modified copy, not a symlink. by sewardj · 18 years ago
  88. 22b4448 Fix profiling dispatcher. by sewardj · 18 years ago
  89. bb68627 Comment-only changes. by sewardj · 18 years ago
  90. 46712cd Use the bz2 test in perf/ as a regression-test, just as a moderately by sewardj · 18 years ago
  91. 7541cac rm unneeded headers by sewardj · 18 years ago
  92. 0283bae Two unrelated changes: by sewardj · 18 years ago
  93. 3a384b3 Index the BB_info table by redirected guest address, not by sewardj · 18 years ago
  94. 6b0d5b3 rm 'inline' - produces too many complaints with -Winline by sewardj · 18 years ago
  95. 7c788ae Get rid of compiler warnings. by sewardj · 18 years ago
  96. e80ac00 Test to check that cachegrind's BB_info management system isn't by sewardj · 18 years ago
  97. 818cbba Update. by sewardj · 18 years ago
  98. 8611edf Handle __NR_madvise. by sewardj · 18 years ago
  99. 2f22bd7 ppc64-linux: compute the correct initial program counter and tocptr by sewardj · 18 years ago
  100. 811f02e Yet another possible output, due to trivial differences in backtraces. by sewardj · 18 years ago