1. 77c87ee Track Vex controllability changes. by sewardj · 20 years ago
  2. 0861374 Add run-time controllability to iropt. by sewardj · 20 years ago
  3. 517a7d6 * re-enable some obscure sbb case * add printer for cpuid by sewardj · 20 years ago
  4. fb44d55 Redundant-get removal: invalidate the entire env when passing by sewardj · 20 years ago
  5. 7ca37d9 Even more stuff. by sewardj · 20 years ago
  6. e166ed0 Add various FP insns apparently needed by mozilla. Not convinced by sewardj · 20 years ago
  7. 088010d Merge together the two live-range-calculating loops, so we don't call by sewardj · 20 years ago
  8. 9befd63 Mess with logic for debug printing a bit. by sewardj · 20 years ago
  9. b5d70e1 Try to further clear up confusion re notation for live range in by sewardj · 20 years ago
  10. 4fd30f2 Correct a longstanding bug in how branch target addresses were computed. by sewardj · 20 years ago
  11. 46efba3 Duh; fix use of IROPT_LEVEL. by sewardj · 20 years ago
  12. 1947998 Fix yet more problems to do with confusion over live range by sewardj · 20 years ago
  13. 7cb49d7 x86 guest: implement more convincing version of CPUID, using a dirty by sewardj · 20 years ago
  14. 39555aa Make this more controllable. by sewardj · 20 years ago
  15. 95d2eb8 Increase size of translation buffer. by sewardj · 20 years ago
  16. 9aebb0c x86 guest: support rcr{bwl}. Includes some cleaning up of macro by sewardj · 20 years ago
  17. 33fa73e iselIntExp64: handle calls to clean helpers which return a 64-bit result. by sewardj · 20 years ago
  18. 0e810f5 Re-enable tests for rcr{bwl}. by sewardj · 20 years ago
  19. 98169c5 Comment changes only. by sewardj · 20 years ago
  20. 43c4695 Fast-case some more stuff. by sewardj · 20 years ago
  21. b4057b4 Oops -- properly handle fast case of Carry after Subtract. by sewardj · 20 years ago
  22. d0863ff Add handy way to disable iropt completely. by sewardj · 20 years ago
  23. b4666cf x86 guest: handle more bswap insns by sewardj · 20 years ago
  24. 044a215 Reinstate conservative version of redundant-Put elimination which by sewardj · 20 years ago
  25. 9444661 Fix some startup messages. by sewardj · 20 years ago
  26. cb59aeb Reinstate various floating-point tests which are now supported. by sewardj · 20 years ago
  27. bf2993f Fast-track another case in calculate_eflags_c (needs verification). by sewardj · 20 years ago
  28. 11f429c Re-enable most IR optimisations. It's only really redundant-Put by sewardj · 20 years ago
  29. d19cb30 Clean up BB counting stuff a bit. by sewardj · 20 years ago
  30. c3d49ec Get rid of -fomit-frame-pointer; it's mostly just a pain in the parts by sewardj · 20 years ago
  31. 12b0b88 Oops! Further update spill slot offsets following add of by sewardj · 20 years ago
  32. f0b32c4 Rearrange stuff a bit more logically. by sewardj · 20 years ago
  33. 570a8c9 In the signal handler, make debug printing a bit more verbose. by sewardj · 20 years ago
  34. 3a7d2d0 Give the skiplist mechanism its own hacky allocator, so as to get by sewardj · 20 years ago
  35. 69ad403 Apparently editing tool.h directly was not a clever thing to do :-) by sewardj · 20 years ago
  36. f6f1aad Use the vex-supplied simulation of segment registers. by sewardj · 20 years ago
  37. 063f02f Start to teach Vex (guest x86) about segment registers. by sewardj · 20 years ago
  38. 62761e6 cat_n_send: get rid of bogus dependency on snprintf(). This should 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. a3a534b Remove debug printing. by sewardj · 20 years ago
  41. ec16791 If Vex calls the failure-exit function, bomb out in such a way as by sewardj · 20 years ago
  42. 5c15eca Show Vex storage stats at end of run. by sewardj · 20 years ago
  43. 84ab3e2 Properly initialise baseBlock (I overlooked that fact that suitable by sewardj · 20 years ago
  44. 5827df0 Make the number of spill slots agree with what Vex's by sewardj · 20 years ago
  45. 8f5b000 Get rid of translation chaining stuff from dispatcher. by sewardj · 20 years ago
  46. ee6eeca Temporary kludge to locate spill slots on cvs head. TODO: better by sewardj · 20 years ago
  47. b7e76e8 find_helper: ensure function addresses are unsignedly widened to Addr64 by sewardj · 20 years ago
  48. fa9a463 Mucho hackery to get it to compile whilst attached to vex. by sewardj · 20 years ago
  49. dda7a4c Implement vex_initialise_x87(). by sewardj · 20 years ago
  50. 96604c1 Test commit. by sewardj · 20 years ago
  51. 300361f Add a function to initialise the x87 FPU guest state. by sewardj · 20 years ago
  52. 9d18870 Fix some typos spotted by Nick. by sewardj · 20 years ago
  53. 21082ff Add a complete copy of the cvs head as of 19 Oct 04, for experimenting by sewardj · 20 years ago
  54. 9bdd265 Yet another folding rule (CmpLT32S) by sewardj · 20 years ago
  55. 088e4f7 Yet another folding rule. by sewardj · 20 years ago
  56. 264812b Track the baseblock layout changes made in rev 365. by sewardj · 20 years ago
  57. f6dc3ce Remove all references to hardwired guest state offsets. Instead, by sewardj · 20 years ago
  58. ce70a5c Restructure the x86->IR phase somewhat, so that it can optionally by sewardj · 20 years ago
  59. 6a91d11 64-bit host fix. by sewardj · 20 years ago
  60. 4385281 Implement MOV Ob,AL. by sewardj · 20 years ago
  61. df22c1c calculate_eflags_all: finally get rid of compilation warnings, and by sewardj · 20 years ago
  62. 8c2c10b Be even less verbose. by sewardj · 20 years ago
  63. 3f61ddb Clear C2 after sin/cos/tan/sincos. This is needed to make the glibc by sewardj · 20 years ago
  64. 04e86f0 Reinstate tests for byte-sized division (divb, idivb) by sewardj · 20 years ago
  65. 4e82db7 * Handle fcmovnz * Handle byte-sized integer divide (divb, idivb) by sewardj · 20 years ago
  66. 0dc3ff9 iselCondCode: handle 1:Bit by sewardj · 20 years ago
  67. 7447b5b * More fold_Expr rulese * deltaIRStmt: handle dirty helper calls by sewardj · 20 years ago
  68. 442d0be Implement IEEE754-compliant fprem1. by sewardj · 20 years ago
  69. a5aa9cf Comment change only. by sewardj · 20 years ago
  70. b3944c2 Fix minor problems in x86 FP guest assembler. by sewardj · 20 years ago
  71. 99016a7 Implement guest x86 fptan. by sewardj · 20 years ago
  72. 686edb9 * Reinstate a whole bunch of tests by sewardj · 20 years ago
  73. 3715871 * Add a couple more FP cases exposed by test/test-i386.c by sewardj · 20 years ago
  74. ae27ab6 Fill in some missing cases: by sewardj · 20 years ago
  75. 2d4c3a0 Add a few more conditional-move and string-op cases. by sewardj · 20 years ago
  76. 4963a42 Implement btc, and bt* for memory operand. by sewardj · 20 years ago
  77. 69d9d66 Fix stupid bug in insn decoder caused by Rev 344. by sewardj · 20 years ago
  78. fbee31b Fix various compilation warnings, all insignificant. by sewardj · 20 years ago
  79. ea602bc Finally resolve compilation warnings in iropt.c pertaining to the by sewardj · 20 years ago
  80. 7301743 Make loop unrolling less verbose. by sewardj · 20 years ago
  81. b65663a LibVEX_Alloc: on 32-bit hosts, only align storage to 4, not 8. by sewardj · 20 years ago
  82. 666fbac A bit more inlining of small fns. by sewardj · 20 years ago
  83. f05537e Minor improvements. by sewardj · 20 years ago
  84. 5a4d594 Reduce debug printing. by sewardj · 20 years ago
  85. cc38416 inline getArrayBounds. by sewardj · 20 years ago
  86. 1c19276 Comment change only. by sewardj · 20 years ago
  87. c9ad115 Speed up the tree-builder. by sewardj · 20 years ago
  88. 62617ef Speed up constant folder. by sewardj · 20 years ago
  89. d503a32 Much improve the speed of the dead code elimination pass. by sewardj · 20 years ago
  90. 4a8b2a5 Add a couple of cases exposed by the IR loop unroller. by sewardj · 20 years ago
  91. 2d04d11 Add controllability to the loop unroller. Depending on how big by sewardj · 20 years ago
  92. 0c4763c Disable debug printing for CSE. by sewardj · 20 years ago
  93. 65599a3 Disable CSEing of loads as it's incorrect until such time as the CSEr by sewardj · 20 years ago
  94. 8f31b3b * Re-run CSE and DCE after loop unrolling, if expensive-mode is not by sewardj · 20 years ago
  95. 4980c6b Fix bug in rev 326 (folding rule for Shl32(x,0) ==> x) by sewardj · 20 years ago
  96. 5234540 fold_Expr: do Shl32(x,0) ==> x by sewardj · 20 years ago
  97. 6e797c5 Introduce primop Iop_Not1 :: Bit -> Bit, and use it to to a better by sewardj · 20 years ago
  98. f6275b7 Fix formatting of the loop unroller code. Whitespace change only. by sewardj · 20 years ago
  99. 695cff9 Add loop unrolling to iropt (simple, crude first attempt). This also by sewardj · 20 years ago
  100. bec1084 x86 assembler: handle x86 FP reg-reg moves by sewardj · 20 years ago