1. 4e82db7 * Handle fcmovnz * Handle byte-sized integer divide (divb, idivb) by sewardj · 20 years ago
  2. 0dc3ff9 iselCondCode: handle 1:Bit by sewardj · 20 years ago
  3. 7447b5b * More fold_Expr rulese * deltaIRStmt: handle dirty helper calls by sewardj · 20 years ago
  4. 442d0be Implement IEEE754-compliant fprem1. by sewardj · 20 years ago
  5. a5aa9cf Comment change only. by sewardj · 20 years ago
  6. b3944c2 Fix minor problems in x86 FP guest assembler. by sewardj · 20 years ago
  7. 99016a7 Implement guest x86 fptan. by sewardj · 20 years ago
  8. 686edb9 * Reinstate a whole bunch of tests by sewardj · 20 years ago
  9. 3715871 * Add a couple more FP cases exposed by test/test-i386.c by sewardj · 20 years ago
  10. ae27ab6 Fill in some missing cases: by sewardj · 20 years ago
  11. 2d4c3a0 Add a few more conditional-move and string-op cases. by sewardj · 20 years ago
  12. 4963a42 Implement btc, and bt* for memory operand. by sewardj · 20 years ago
  13. 69d9d66 Fix stupid bug in insn decoder caused by Rev 344. by sewardj · 20 years ago
  14. fbee31b Fix various compilation warnings, all insignificant. by sewardj · 20 years ago
  15. ea602bc Finally resolve compilation warnings in iropt.c pertaining to the by sewardj · 20 years ago
  16. 7301743 Make loop unrolling less verbose. by sewardj · 20 years ago
  17. b65663a LibVEX_Alloc: on 32-bit hosts, only align storage to 4, not 8. by sewardj · 20 years ago
  18. 666fbac A bit more inlining of small fns. by sewardj · 20 years ago
  19. f05537e Minor improvements. by sewardj · 20 years ago
  20. 5a4d594 Reduce debug printing. by sewardj · 20 years ago
  21. cc38416 inline getArrayBounds. by sewardj · 20 years ago
  22. 1c19276 Comment change only. by sewardj · 20 years ago
  23. c9ad115 Speed up the tree-builder. by sewardj · 20 years ago
  24. 62617ef Speed up constant folder. by sewardj · 20 years ago
  25. d503a32 Much improve the speed of the dead code elimination pass. by sewardj · 20 years ago
  26. 4a8b2a5 Add a couple of cases exposed by the IR loop unroller. by sewardj · 20 years ago
  27. 2d04d11 Add controllability to the loop unroller. Depending on how big by sewardj · 20 years ago
  28. 0c4763c Disable debug printing for CSE. by sewardj · 20 years ago
  29. 65599a3 Disable CSEing of loads as it's incorrect until such time as the CSEr by sewardj · 20 years ago
  30. 8f31b3b * Re-run CSE and DCE after loop unrolling, if expensive-mode is not by sewardj · 20 years ago
  31. 4980c6b Fix bug in rev 326 (folding rule for Shl32(x,0) ==> x) by sewardj · 20 years ago
  32. 5234540 fold_Expr: do Shl32(x,0) ==> x by sewardj · 20 years ago
  33. 6e797c5 Introduce primop Iop_Not1 :: Bit -> Bit, and use it to to a better by sewardj · 20 years ago
  34. f6275b7 Fix formatting of the loop unroller code. Whitespace change only. by sewardj · 20 years ago
  35. 695cff9 Add loop unrolling to iropt (simple, crude first attempt). This also by sewardj · 20 years ago
  36. bec1084 x86 assembler: handle x86 FP reg-reg moves by sewardj · 20 years ago
  37. c0b4228 Extend CSE so it commons up F64i literals. This also requires changes by sewardj · 20 years ago
  38. eb30964 Even more minor PutI/GetI cleanups. by sewardj · 20 years ago
  39. 0ec972d More cleanups of PutI/GetI transformations: by sewardj · 20 years ago
  40. 575670c Add redundant-PutI elimination, and major cleanup of PutI/GetI transformations. by sewardj · 20 years ago
  41. a239779 Don't bother to do a spill store if the register chosen for spilling by sewardj · 20 years ago
  42. d7bd8ac More followups to previous increase of x86 FP regs from 4 to 6. by sewardj · 20 years ago
  43. aa59f94 Add generic mechanism to get hold of guest bytes when debugging. by sewardj · 20 years ago
  44. a8fc22c Update to match new max limit of 50 insns per bb. by sewardj · 20 years ago
  45. eafde5a x86: Increase the number of available floating point registers in the by sewardj · 20 years ago
  46. 9319816 Increase maximum-bb size to 50. by sewardj · 20 years ago
  47. f4a821d Fold 1Uto32. by sewardj · 20 years ago
  48. aba4fff Change tabs to spaces. Whitespace change only. by sewardj · 20 years ago
  49. df20f23 fix off-by-one errors (assert fails) in findPutI. by sewardj · 20 years ago
  50. 3e2ba0a Fix indentation for findPutI. Whitespace change only. by sewardj · 20 years ago
  51. 663b659 Really really final edits. This is the submitted version. by sewardj · 20 years ago
  52. e40b4e8 Final edits. by sewardj · 20 years ago
  53. 6b673ec Finish first draft. by sewardj · 20 years ago
  54. 90e1e8c IR -> Itanium conversion discussion Initial conclusions by sewardj · 20 years ago
  55. 5bbed0b Add stuff about predication. by sewardj · 20 years ago
  56. 09c367f Add stuff about control speculation. by sewardj · 20 years ago
  57. c36cdf0 Deal with NaT value propagation. by sewardj · 20 years ago
  58. 02130cc Fix up Heading 2 entries by copying into a new document. by sewardj · 20 years ago
  59. f5a00dc Add stuff on data speculation. by sewardj · 20 years ago
  60. c9df0d5 Describe handling of rotating registers and register windows. by sewardj · 20 years ago
  61. e98dcf2 First attempt at PutI -> GetI forwarding. by sewardj · 20 years ago
  62. 3f57c2d x86 host: do spill/reload of floating point registers. by sewardj · 20 years ago
  63. 0bfea7f Small change to printing of guest-state-array descriptors (IRArrays). by sewardj · 20 years ago
  64. 79abdf1 Simple program for assessing speed of floating point. by sewardj · 20 years ago
  65. 9541268 Increase startup delay for GDB latching. by sewardj · 20 years ago
  66. a5dc348 Implement Add32/Sub32 chain collapsing. by sewardj · 20 years ago
  67. 7970385 Fix typo. by sewardj · 20 years ago
  68. 3fd9894 Stuff about rotating registers. by sewardj · 20 years ago
  69. 728c9d5 First attempt at Add32/Sub32 chain collapsing. by sewardj · 20 years ago
  70. 15b3613 More preliminaries. by sewardj · 20 years ago
  71. e91d538 Make a start on the Itanium report. by sewardj · 20 years ago
  72. c6c2fed Fix a couple of silly typos. by sewardj · 20 years ago
  73. 6d07636 Change the name of some IR fields from .expr to .data, as .expr by sewardj · 20 years ago
  74. 2d3f77c Major revamp of GetI/PutI in preparation for PutI/GetI forwarding. by sewardj · 20 years ago
  75. 4345f7a Add a simple common-subexpression removal pass to iropt. Potentially by sewardj · 20 years ago
  76. edeb4c4 Do a bit of inlining. by sewardj · 20 years ago
  77. f5e3667 Duh; fix not-really-a-function-call. by sewardj · 20 years ago
  78. 8b3495d Add -Winline. by sewardj · 20 years ago
  79. e80679a In the flattening phase, reduce the number of tmp-tmp copies by sewardj · 20 years ago
  80. 6b00d0c Clarify semantics re dirty helper functions. by sewardj · 20 years ago
  81. 5a2a55d First version of IR specification doc. by sewardj · 20 years ago
  82. cb1dd31 A place to put documentation. by sewardj · 20 years ago
  83. a0d48d6 x86->IR: implement a couple more FP insns. Almost all the GNU Scientific by sewardj · 20 years ago
  84. 17442fe Fully install generic IR machinery for dirty helper calls and make it by sewardj · 20 years ago
  85. 74eb469 Get rid of old condition-code handling stuff, that was unused. by sewardj · 20 years ago
  86. f04a0e5 Test program to generate spill code on x86 (fstpt/fldt). by sewardj · 20 years ago
  87. 4734104 x86 -> IR -> x86: fix enough bits to make OOo 1.1.2 work. by sewardj · 20 years ago
  88. e9fb5d6 No longer used. by sewardj · 20 years ago
  89. d15b073 This file is unused. by sewardj · 20 years ago
  90. b3bce0e Stuff re by sewardj · 20 years ago
  91. 0879054 Improved code sequences for idioms arising from guest x86 floating by sewardj · 20 years ago
  92. f599287 Fix compilation warnings. by sewardj · 20 years ago
  93. c9868d7 More tidying up. by sewardj · 20 years ago
  94. 89d4e98 Clean up the IR definition a bit. by sewardj · 20 years ago
  95. 06c32a0 Implement yet more x86 FP transcendental instructions. by sewardj · 20 years ago
  96. 8308aad Yet more x86 FP cases. by sewardj · 20 years ago
  97. 7ee5061 Increase temp storage to 400k (for 20 insns!) ToDo: investigate. by sewardj · 20 years ago
  98. 9880c4c Increase translation table size a bit. by sewardj · 20 years ago
  99. e5427e8 x86: handle divw/idivw. Needs proper testing. by sewardj · 20 years ago
  100. 46de407 x86: implement FPREM (sigh, nasty, complicated) by sewardj · 20 years ago