1. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  2. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  3. 4be0a69 Renamed some profiling events. by njn · 20 years ago
  4. 4ad7431 Arch-abstraction: - removed some x86-specific var/function names by nethercote · 20 years ago
  5. 4d71438 Fix for bug 91162: cope with jumps to bogus addresses when there is a SEGV by nethercote · 20 years ago
  6. c06e213 Arch-abstraction: by nethercote · 20 years ago
  7. f1e5e15 by nethercote · 20 years ago
  8. 92e7b7f De-globalise a few more counters. by nethercote · 20 years ago
  9. 885dd91 by nethercote · 20 years ago
  10. 3a42fb8 Tweak stats printing -- use more consistent function names, improve output by nethercote · 20 years ago
  11. caee10d alloc_UCodeBlock didn't need to be in vg_include.h. Also tweaked how it works by nethercote · 20 years ago
  12. 59a122d by nethercote · 20 years ago
  13. 0973f70 by nethercote · 20 years ago
  14. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  15. bee3fd9 by nethercote · 20 years ago
  16. 85cdd34 by nethercote · 20 years ago
  17. fa70a8e Fix confusing and wrong comment in definition of live ranges in by jseward · 20 years ago
  18. afa17ef Tighten MOV's sanity checking slightly by nethercote · 20 years ago
  19. 911cc37 Introduce uWiden, similar to uCCall, uCond, etc. by nethercote · 20 years ago
  20. 4a12dbd Increase sanity checking on .extra4b field for WIDEN, rename a sanity macro, by nethercote · 20 years ago
  21. bbcfb58 Pretty-print WIDENs properly. by nethercote · 20 years ago
  22. e00f1ff by nethercote · 20 years ago
  23. 7f2fce1 Removed unused function. by nethercote · 20 years ago
  24. f1beb25 This change does two things: one is the implementation of by fitzhardinge · 20 years ago
  25. 96b466a Move the handling of PSHUFW from the SSE code to the MMX code so that by thughes · 20 years ago
  26. 1018bdd Heroic patch from Tom Hughes: by nethercote · 20 years ago
  27. 1d44709 Killed the terminally wounded --stop-after option. by nethercote · 20 years ago
  28. b1affa8 Patch from Tom Hughes, for bug 72643: by nethercote · 20 years ago
  29. fca6018 Support for FXSAVE/FXRSTOR (Tom Hughes). Fixes #71180. by jseward · 21 years ago
  30. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  31. 15117d2 Make --trace-codegen start printing from the first basic block, rather by fitzhardinge · 21 years ago
  32. a02f881 Make rep; nop (pause) yield the thread. Based on a patch by Tom Hughes; by fitzhardinge · 21 years ago
  33. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  34. 77d30a2 SSE/SSE2 fixes needed to run the entire test suite of the GNU by sewardj · 21 years ago
  35. c9d4ba7 Fix a couple of compiler warnings. by njn · 21 years ago
  36. 5efa4fd This creates a new UInstr for multiply. This is mainly so that memcheck by jsgf · 21 years ago
  37. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  38. 5686735 Delete some "inline" directives on functions that gcc-3.3.1 declined by sewardj · 21 years ago
  39. ed61971 Improved the ESP-update pass -- it's method for finding the ESP-deltas was very by njn · 21 years ago
  40. 972a759 speed optimisation: assuming that a tempreg not related to %esp before by daywalker · 21 years ago
  41. 95bc386 Disallowed size==1 for WIDEN. by njn · 21 years ago
  42. b18d253 implement IN and OUT opcodes. by daywalker · 21 years ago
  43. 3222e0a fix compiler warnings by daywalker · 21 years ago
  44. 7271864 by njn · 21 years ago
  45. 25c7c3a by sewardj · 21 years ago
  46. 9dd209f A few more SSEs. by sewardj · 21 years ago
  47. 1e86b8b - Add a few more SSE instructions by sewardj · 21 years ago
  48. abf8bf8 - Continue to clear up SSE insn emitters following recent cleanups re by sewardj · 21 years ago
  49. 4fbe6e9 Rename the SSE and MMX uinstrs which read/write integer registers, in by sewardj · 21 years ago
  50. e3891fa Yet more SSE insns. by sewardj · 21 years ago
  51. 7c4b604 Get rid of spurious declaration for fooble. by sewardj · 21 years ago
  52. a453fb0 More SSE instructions. by sewardj · 21 years ago
  53. 2ca39a1 - saneUInstr: Allow SSE4 to have CCf (writes ZCP flags). by sewardj · 21 years ago
  54. b31b06d Tonight's installment of SSE madness. Add a couple more nasties by sewardj · 21 years ago
  55. 02af6bc Fill in a few more SSE/SSE2 insns, with current aim of being able to by sewardj · 21 years ago
  56. de8aecf Fix a design flaw in the SSE decoder. Remove duplication and by sewardj · 21 years ago
  57. a60be0e Implement enough SSE/SSE2 insns so that all the GL demos in qt-3.1.0 by sewardj · 21 years ago
  58. febaa3b Implement a few SSE instructions, enough to run bzip2 when compiled by sewardj · 21 years ago
  59. 05bcdcb gcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3 20030226 by sewardj · 21 years ago
  60. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  61. e0205ff by njn · 21 years ago
  62. 9b007f6 ----------------------------------------------------------------------------- by njn · 21 years ago
  63. d1c9e43 Implement MMX movd where the src is an mmxreg and the dst is an ireg or memory. by sewardj · 21 years ago
  64. d797101 Rationalise ucode generation for 4-byte moves into the MMX unit (movd). by sewardj · 21 years ago
  65. ca86001 More MMX stuff, including a bunch of prefetch insns. by sewardj · 21 years ago
  66. 3d7c9c8 by sewardj · 21 years ago
  67. f4ce3d3 by njn · 21 years ago
  68. 563f96f Renamed VG_(nameCondcode)() as VG_(name_UCondcode)() to make it consistent by njn · 21 years ago
  69. fa0ad42 by njn · 21 years ago
  70. c232b21 VG_(saneUInstr): relax CCf so as to allow insns which read ZCP -- the by sewardj · 22 years ago
  71. 22854b9 by sewardj · 22 years ago
  72. 810086f by njn · 22 years ago
  73. 7a5ebcf by sewardj · 22 years ago
  74. c1b8688 saneUInstr: define CCf correctly for FPU insns: they read no flags and by sewardj · 22 years ago
  75. ac6c176 by njn · 22 years ago
  76. c953984 by njn · 22 years ago
  77. e427a66 by njn · 22 years ago
  78. a38e092 Namespace police. by sewardj · 22 years ago
  79. e104247 by sewardj · 22 years ago
  80. 4ba5a79 by njn · 22 years ago
  81. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  82. 5a74eb8 by njn · 22 years ago
  83. 6431be7 by njn · 22 years ago
  84. fbb6cda Assume PUTF modifies %EFLAGS in a completely arbitrary manner, and so by sewardj · 22 years ago
  85. 18d7513 Remove existing non-working support for self-modifying code, and instead by sewardj · 22 years ago
  86. 671ff54 Minor profiling improvements. Add a couple of cost centers. by sewardj · 22 years ago
  87. 05f1aa1 vg_improve() -- the ucode optimiser: consistently apply the by sewardj · 22 years ago
  88. 4f9c934 by njn · 22 years ago
  89. 1e8cdc9 by sewardj · 22 years ago
  90. 8d32be7 by sewardj · 22 years ago
  91. 79be106 Get rid of the muraroa.demon.co.uk references since that account is by sewardj · 22 years ago
  92. 2e93c50 by sewardj · 22 years ago
  93. 97ced73 Add experimental omission of V-bits for address values, using by sewardj · 22 years ago
  94. 4a7456e Detect FPU instructions which set %EFLAGS and mark the resulting by sewardj · 22 years ago
  95. de4a1d0 Initial revision by sewardj · 22 years ago