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