1. e2ee53c Extend applicability of register preferencing scheme. by sewardj · 20 years ago
  2. f48ac19 Majorly improve debug printing. Now vex_traceflags contains 8 bits by sewardj · 20 years ago
  3. 49651f4 Various changes needed to get Addrcheck supported: by sewardj · 20 years ago
  4. c5fc7aa Changes pertaining to supporting instrumentation: by sewardj · 20 years ago
  5. fcce33d Fix yet another bug pertaining to muddy thinking on the meaning of by sewardj · 20 years ago
  6. 253623f Add a crude preferencing scheme used when selecting a real register to by sewardj · 20 years ago
  7. dcc85fc x86 guest: Bite the bullet and update %EIP before each insn by sewardj · 20 years ago
  8. 4c5f6d5 Make the tree-builder observe the precise-exceptions requirement by sewardj · 20 years ago
  9. d44bc6e Get rid of a couple of unneeded typedefs. by sewardj · 20 years ago
  10. 006a6a2 Simulate bit 21 of eflags (ID), so that CPUID tests work properly. by sewardj · 20 years ago
  11. a0e8bae Get rid of debug printing. by sewardj · 20 years ago
  12. 81ec418 New regime for baseblock layout, as described in comment in by sewardj · 20 years ago
  13. 76bdc80 Improve naming scheme for library-visible fns (infrastructural improvement) by sewardj · 20 years ago
  14. 8d2291c Generic fixes to iropt to enable it to be as sloppy with exceptions as by sewardj · 20 years ago
  15. 0861374 Add run-time controllability to iropt. by sewardj · 20 years ago
  16. 517a7d6 * re-enable some obscure sbb case * add printer for cpuid by sewardj · 20 years ago
  17. fb44d55 Redundant-get removal: invalidate the entire env when passing by sewardj · 20 years ago
  18. 7ca37d9 Even more stuff. by sewardj · 20 years ago
  19. e166ed0 Add various FP insns apparently needed by mozilla. Not convinced by sewardj · 20 years ago
  20. 088010d Merge together the two live-range-calculating loops, so we don't call by sewardj · 20 years ago
  21. b5d70e1 Try to further clear up confusion re notation for live range in by sewardj · 20 years ago
  22. 4fd30f2 Correct a longstanding bug in how branch target addresses were computed. by sewardj · 20 years ago
  23. 46efba3 Duh; fix use of IROPT_LEVEL. by sewardj · 20 years ago
  24. 1947998 Fix yet more problems to do with confusion over live range by sewardj · 20 years ago
  25. 7cb49d7 x86 guest: implement more convincing version of CPUID, using a dirty by sewardj · 20 years ago
  26. 39555aa Make this more controllable. by sewardj · 20 years ago
  27. 9aebb0c x86 guest: support rcr{bwl}. Includes some cleaning up of macro by sewardj · 20 years ago
  28. 33fa73e iselIntExp64: handle calls to clean helpers which return a 64-bit result. by sewardj · 20 years ago
  29. 98169c5 Comment changes only. by sewardj · 20 years ago
  30. 43c4695 Fast-case some more stuff. by sewardj · 20 years ago
  31. b4057b4 Oops -- properly handle fast case of Carry after Subtract. by sewardj · 20 years ago
  32. d0863ff Add handy way to disable iropt completely. by sewardj · 20 years ago
  33. b4666cf x86 guest: handle more bswap insns by sewardj · 20 years ago
  34. 044a215 Reinstate conservative version of redundant-Put elimination which by sewardj · 20 years ago
  35. bf2993f Fast-track another case in calculate_eflags_c (needs verification). by sewardj · 20 years ago
  36. 11f429c Re-enable most IR optimisations. It's only really redundant-Put by sewardj · 20 years ago
  37. 12b0b88 Oops! Further update spill slot offsets following add of by sewardj · 20 years ago
  38. 063f02f Start to teach Vex (guest x86) about segment registers. by sewardj · 20 years ago
  39. 3e6e7bf Disable all optimisation until such time as the 2.3.X route works by sewardj · 20 years ago
  40. ee6eeca Temporary kludge to locate spill slots on cvs head. TODO: better by sewardj · 20 years ago
  41. b7e76e8 find_helper: ensure function addresses are unsignedly widened to Addr64 by sewardj · 20 years ago
  42. dda7a4c Implement vex_initialise_x87(). by sewardj · 20 years ago
  43. 9bdd265 Yet another folding rule (CmpLT32S) by sewardj · 20 years ago
  44. 088e4f7 Yet another folding rule. by sewardj · 20 years ago
  45. f6dc3ce Remove all references to hardwired guest state offsets. Instead, by sewardj · 20 years ago
  46. ce70a5c Restructure the x86->IR phase somewhat, so that it can optionally by sewardj · 20 years ago
  47. 6a91d11 64-bit host fix. by sewardj · 20 years ago
  48. 4385281 Implement MOV Ob,AL. by sewardj · 20 years ago
  49. df22c1c calculate_eflags_all: finally get rid of compilation warnings, and by sewardj · 20 years ago
  50. 8c2c10b Be even less verbose. by sewardj · 20 years ago
  51. 3f61ddb Clear C2 after sin/cos/tan/sincos. This is needed to make the glibc by sewardj · 20 years ago
  52. 4e82db7 * Handle fcmovnz * Handle byte-sized integer divide (divb, idivb) by sewardj · 20 years ago
  53. 0dc3ff9 iselCondCode: handle 1:Bit by sewardj · 20 years ago
  54. 7447b5b * More fold_Expr rulese * deltaIRStmt: handle dirty helper calls by sewardj · 20 years ago
  55. 442d0be Implement IEEE754-compliant fprem1. by sewardj · 20 years ago
  56. a5aa9cf Comment change only. by sewardj · 20 years ago
  57. b3944c2 Fix minor problems in x86 FP guest assembler. by sewardj · 20 years ago
  58. 99016a7 Implement guest x86 fptan. by sewardj · 20 years ago
  59. 3715871 * Add a couple more FP cases exposed by test/test-i386.c by sewardj · 20 years ago
  60. ae27ab6 Fill in some missing cases: by sewardj · 20 years ago
  61. 2d4c3a0 Add a few more conditional-move and string-op cases. by sewardj · 20 years ago
  62. 4963a42 Implement btc, and bt* for memory operand. by sewardj · 20 years ago
  63. 69d9d66 Fix stupid bug in insn decoder caused by Rev 344. by sewardj · 20 years ago
  64. fbee31b Fix various compilation warnings, all insignificant. by sewardj · 20 years ago
  65. ea602bc Finally resolve compilation warnings in iropt.c pertaining to the by sewardj · 20 years ago
  66. 7301743 Make loop unrolling less verbose. by sewardj · 20 years ago
  67. b65663a LibVEX_Alloc: on 32-bit hosts, only align storage to 4, not 8. by sewardj · 20 years ago
  68. 666fbac A bit more inlining of small fns. by sewardj · 20 years ago
  69. 5a4d594 Reduce debug printing. by sewardj · 20 years ago
  70. cc38416 inline getArrayBounds. by sewardj · 20 years ago
  71. c9ad115 Speed up the tree-builder. by sewardj · 20 years ago
  72. 62617ef Speed up constant folder. by sewardj · 20 years ago
  73. d503a32 Much improve the speed of the dead code elimination pass. by sewardj · 20 years ago
  74. 4a8b2a5 Add a couple of cases exposed by the IR loop unroller. by sewardj · 20 years ago
  75. 2d04d11 Add controllability to the loop unroller. Depending on how big by sewardj · 20 years ago
  76. 0c4763c Disable debug printing for CSE. by sewardj · 20 years ago
  77. 65599a3 Disable CSEing of loads as it's incorrect until such time as the CSEr by sewardj · 20 years ago
  78. 8f31b3b * Re-run CSE and DCE after loop unrolling, if expensive-mode is not by sewardj · 20 years ago
  79. 4980c6b Fix bug in rev 326 (folding rule for Shl32(x,0) ==> x) by sewardj · 20 years ago
  80. 5234540 fold_Expr: do Shl32(x,0) ==> x by sewardj · 20 years ago
  81. 6e797c5 Introduce primop Iop_Not1 :: Bit -> Bit, and use it to to a better by sewardj · 20 years ago
  82. f6275b7 Fix formatting of the loop unroller code. Whitespace change only. by sewardj · 20 years ago
  83. 695cff9 Add loop unrolling to iropt (simple, crude first attempt). This also by sewardj · 20 years ago
  84. bec1084 x86 assembler: handle x86 FP reg-reg moves by sewardj · 20 years ago
  85. c0b4228 Extend CSE so it commons up F64i literals. This also requires changes by sewardj · 20 years ago
  86. eb30964 Even more minor PutI/GetI cleanups. by sewardj · 20 years ago
  87. 0ec972d More cleanups of PutI/GetI transformations: by sewardj · 20 years ago
  88. 575670c Add redundant-PutI elimination, and major cleanup of PutI/GetI transformations. by sewardj · 20 years ago
  89. a239779 Don't bother to do a spill store if the register chosen for spilling by sewardj · 20 years ago
  90. d7bd8ac More followups to previous increase of x86 FP regs from 4 to 6. by sewardj · 20 years ago
  91. aa59f94 Add generic mechanism to get hold of guest bytes when debugging. by sewardj · 20 years ago
  92. eafde5a x86: Increase the number of available floating point registers in the by sewardj · 20 years ago
  93. f4a821d Fold 1Uto32. by sewardj · 20 years ago
  94. aba4fff Change tabs to spaces. Whitespace change only. by sewardj · 20 years ago
  95. df20f23 fix off-by-one errors (assert fails) in findPutI. by sewardj · 20 years ago
  96. 3e2ba0a Fix indentation for findPutI. Whitespace change only. by sewardj · 20 years ago
  97. e98dcf2 First attempt at PutI -> GetI forwarding. by sewardj · 20 years ago
  98. 3f57c2d x86 host: do spill/reload of floating point registers. by sewardj · 20 years ago
  99. 0bfea7f Small change to printing of guest-state-array descriptors (IRArrays). by sewardj · 20 years ago
  100. a5dc348 Implement Add32/Sub32 chain collapsing. by sewardj · 20 years ago