1. 164f927 IR level for support of 128 integer SIMD operations. Use this to do by sewardj · 20 years ago
  2. 008754b x86 guest: finish SSE2 floating point insns. by sewardj · 20 years ago
  3. fd22645 x86 guest: Implement a whole bunch of SSE2 instructions, mostly by sewardj · 20 years ago
  4. 07358c0 Redundant-Get elimination: only do the substitution when the types by sewardj · 20 years ago
  5. 636ad76 Copy-n-paste 32x4 floating point stuff into 64x2 floating point stuff so by sewardj · 20 years ago
  6. c1e7dfc Finish SSE1 instructions! Finallyatlast. by sewardj · 20 years ago
  7. 129b3d9 Fix a load of confusion with SSE scalar float insns and memory. by sewardj · 20 years ago
  8. 0bd7ce6 Even more SSE insns. by sewardj · 20 years ago
  9. 3bca906 Rationalisation/cleanup of float to/from int conversions and rounding by sewardj · 20 years ago
  10. 9636b44 x86 guest/host: a whole bunch more SSE instructions. by sewardj · 20 years ago
  11. 176a59c Add a bunch of easy SSE insns. by sewardj · 20 years ago
  12. 4cb918d Mucho messing around with x86 FP/SSE rounding modes etc. As a result by sewardj · 20 years ago
  13. 1e6ad74 x86 guest/host: do SSE comparisons. by sewardj · 20 years ago
  14. c9a4366 Make a start on SSE for x86 guest. by sewardj · 20 years ago
  15. a2498ac Loop unroller: do not unroll loops in which the conditional branch is by sewardj · 20 years ago
  16. 893aada Create a new mechanism: "emulation warnings", which is a way for Vex by sewardj · 20 years ago
  17. b9457c3 CSE enhancements: handle binop(const,temp), and get rid of by sewardj · 20 years ago
  18. 49bfe67 Properly sanity check IRConst values. by sewardj · 20 years ago
  19. 0276d4b Rename the boolean field in IRStmt_Exit from 'cond' to 'guard' to be by sewardj · 20 years ago
  20. ba99931 Rename all the _Bit types to I1 so as to be consistent with all the by sewardj · 20 years ago
  21. 92d168d Rename INVALID_IRTEMP to IRTemp_INVALID to be consistent with by sewardj · 20 years ago
  22. 86b133b Get rid of some unused primops: And1 Or1 Neg8/16/32/64. by sewardj · 20 years ago
  23. f8ed9d8 Add copyright notices. by sewardj · 20 years ago
  24. e1d45da Add a couple more constant folding rules. by sewardj · 20 years ago
  25. fe1ccfc Make cse_BB globally visible, and rename to do_cse_BB, but don't use by sewardj · 20 years ago
  26. fd33277 More primop support needed by memcheck. by sewardj · 20 years ago
  27. f32c67d Add mkIRExprVec_5. by sewardj · 20 years ago
  28. e6b3993 Add more folding rules. by sewardj · 20 years ago
  29. 43c5646 IRCallee: add a mcx_mask field, through which front ends can pass by sewardj · 20 years ago
  30. 832853b And-identity folding rule. by sewardj · 20 years ago
  31. 8eda630 Add new primop 1Sto16. by sewardj · 20 years ago
  32. 9578a8b Various plumbing to allow the optimiser (really, just a subset) to be by sewardj · 20 years ago
  33. d999788 Various folding rules to clean up the IR made by Memcheck. by sewardj · 20 years ago
  34. b5874aa Add a couple more primops needed by Memcheck. by sewardj · 20 years ago
  35. 415d935 Fill in a few more Memcheck-supporting cases. by sewardj · 20 years ago
  36. 4b861de Make the x86 back end capable of generating conditional calls. by sewardj · 20 years ago
  37. cf78790 Changes to support Memcheck: by sewardj · 20 years ago
  38. b8385d8 Give dirty helper calls a guard field (IRExpr* of type Ity_Bit) which by sewardj · 20 years ago
  39. eeac841 Rename some types and data fields in a more logical way. No change of by sewardj · 20 years ago
  40. c13e2ed Enhance sanity checking pertaining to IRCallees -- make sure by sewardj · 20 years ago
  41. f965526 Modified/new convenience functions for constructing helper calls. by sewardj · 20 years ago
  42. 7735254 Implement regparm (1 to 3) in the x86 back end. by sewardj · 20 years ago
  43. 8ea867b Instead of denoting helper call targets by their names, add a new type by sewardj · 20 years ago
  44. 49651f4 Various changes needed to get Addrcheck supported: by sewardj · 20 years ago
  45. c5fc7aa Changes pertaining to supporting instrumentation: by sewardj · 20 years ago
  46. 4c5f6d5 Make the tree-builder observe the precise-exceptions requirement by sewardj · 20 years ago
  47. a0e8bae Get rid of debug printing. by sewardj · 20 years ago
  48. 8d2291c Generic fixes to iropt to enable it to be as sloppy with exceptions as by sewardj · 20 years ago
  49. 0861374 Add run-time controllability to iropt. by sewardj · 20 years ago
  50. fb44d55 Redundant-get removal: invalidate the entire env when passing by sewardj · 20 years ago
  51. 46efba3 Duh; fix use of IROPT_LEVEL. by sewardj · 20 years ago
  52. 39555aa Make this more controllable. by sewardj · 20 years ago
  53. d0863ff Add handy way to disable iropt completely. by sewardj · 20 years ago
  54. 044a215 Reinstate conservative version of redundant-Put elimination which by sewardj · 20 years ago
  55. 11f429c Re-enable most IR optimisations. It's only really redundant-Put by sewardj · 20 years ago
  56. 3e6e7bf Disable all optimisation until such time as the 2.3.X route works by sewardj · 20 years ago
  57. 9bdd265 Yet another folding rule (CmpLT32S) by sewardj · 20 years ago
  58. 088e4f7 Yet another folding rule. by sewardj · 20 years ago
  59. 8c2c10b Be even less verbose. by sewardj · 20 years ago
  60. 7447b5b * More fold_Expr rulese * deltaIRStmt: handle dirty helper calls by sewardj · 20 years ago
  61. 442d0be Implement IEEE754-compliant fprem1. by sewardj · 20 years ago
  62. a5aa9cf Comment change only. by sewardj · 20 years ago
  63. 99016a7 Implement guest x86 fptan. by sewardj · 20 years ago
  64. ae27ab6 Fill in some missing cases: 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. 5a4d594 Reduce debug printing. by sewardj · 20 years ago
  68. cc38416 inline getArrayBounds. by sewardj · 20 years ago
  69. c9ad115 Speed up the tree-builder. by sewardj · 20 years ago
  70. 62617ef Speed up constant folder. by sewardj · 20 years ago
  71. d503a32 Much improve the speed of the dead code elimination pass. by sewardj · 20 years ago
  72. 2d04d11 Add controllability to the loop unroller. Depending on how big by sewardj · 20 years ago
  73. 0c4763c Disable debug printing for CSE. by sewardj · 20 years ago
  74. 65599a3 Disable CSEing of loads as it's incorrect until such time as the CSEr by sewardj · 20 years ago
  75. 8f31b3b * Re-run CSE and DCE after loop unrolling, if expensive-mode is not by sewardj · 20 years ago
  76. 4980c6b Fix bug in rev 326 (folding rule for Shl32(x,0) ==> x) by sewardj · 20 years ago
  77. 5234540 fold_Expr: do Shl32(x,0) ==> x by sewardj · 20 years ago
  78. 6e797c5 Introduce primop Iop_Not1 :: Bit -> Bit, and use it to to a better by sewardj · 20 years ago
  79. f6275b7 Fix formatting of the loop unroller code. Whitespace change only. by sewardj · 20 years ago
  80. 695cff9 Add loop unrolling to iropt (simple, crude first attempt). This also by sewardj · 20 years ago
  81. c0b4228 Extend CSE so it commons up F64i literals. This also requires changes by sewardj · 20 years ago
  82. eb30964 Even more minor PutI/GetI cleanups. by sewardj · 20 years ago
  83. 0ec972d More cleanups of PutI/GetI transformations: by sewardj · 20 years ago
  84. 575670c Add redundant-PutI elimination, and major cleanup of PutI/GetI transformations. by sewardj · 20 years ago
  85. f4a821d Fold 1Uto32. by sewardj · 20 years ago
  86. aba4fff Change tabs to spaces. Whitespace change only. by sewardj · 20 years ago
  87. df20f23 fix off-by-one errors (assert fails) in findPutI. by sewardj · 20 years ago
  88. 3e2ba0a Fix indentation for findPutI. Whitespace change only. by sewardj · 20 years ago
  89. e98dcf2 First attempt at PutI -> GetI forwarding. by sewardj · 20 years ago
  90. 0bfea7f Small change to printing of guest-state-array descriptors (IRArrays). by sewardj · 20 years ago
  91. a5dc348 Implement Add32/Sub32 chain collapsing. by sewardj · 20 years ago
  92. 728c9d5 First attempt at Add32/Sub32 chain collapsing. by sewardj · 20 years ago
  93. 6d07636 Change the name of some IR fields from .expr to .data, as .expr by sewardj · 20 years ago
  94. 2d3f77c Major revamp of GetI/PutI in preparation for PutI/GetI forwarding. by sewardj · 20 years ago
  95. 4345f7a Add a simple common-subexpression removal pass to iropt. Potentially by sewardj · 20 years ago
  96. edeb4c4 Do a bit of inlining. by sewardj · 20 years ago
  97. e80679a In the flattening phase, reduce the number of tmp-tmp copies by sewardj · 20 years ago
  98. 17442fe Fully install generic IR machinery for dirty helper calls and make it by sewardj · 20 years ago
  99. 4734104 x86 -> IR -> x86: fix enough bits to make OOo 1.1.2 work. by sewardj · 20 years ago
  100. 06c32a0 Implement yet more x86 FP transcendental instructions. by sewardj · 20 years ago