1. 9e7448b Restore ability to run with no instrumentation. by sewardj · 20 years ago
  2. b9457c3 CSE enhancements: handle binop(const,temp), and get rid of by sewardj · 20 years ago
  3. 108b301 x86 guest: finally redo marshalling of register-passed parameters so by sewardj · 20 years ago
  4. 14d3ddf Use improved 80 <-> 64 bit FP conversion routines, as developed in by sewardj · 20 years ago
  5. b298562 Further improve accuracy of 80->64 bit conversions, by rounding by sewardj · 20 years ago
  6. 696c2d0 Program for testing IEEE gradual underflow. by sewardj · 20 years ago
  7. aec3a1b Do at least a passable job converting denormals and therefore by sewardj · 20 years ago
  8. 49bfe67 Properly sanity check IRConst values. by sewardj · 20 years ago
  9. 0276d4b Rename the boolean field in IRStmt_Exit from 'cond' to 'guard' to be by sewardj · 20 years ago
  10. ba99931 Rename all the _Bit types to I1 so as to be consistent with all the by sewardj · 20 years ago
  11. 92d168d Rename INVALID_IRTEMP to IRTemp_INVALID to be consistent with by sewardj · 20 years ago
  12. 86b133b Get rid of some unused primops: And1 Or1 Neg8/16/32/64. by sewardj · 20 years ago
  13. 034dc33 Record stuff that needs to be done by sewardj · 20 years ago
  14. a9facae 15-bit tt-fast cache has excessive miss rate on 176.gcc; this change by sewardj · 20 years ago
  15. d8e2dbf More eflags-specialisation rules. by sewardj · 20 years ago
  16. 8b391de Add reroutes needed for RHAS 3. by sewardj · 20 years ago
  17. be67849 Update startup message. by sewardj · 20 years ago
  18. f8ed9d8 Add copyright notices. by sewardj · 20 years ago
  19. e1d45da Add a couple more constant folding rules. by sewardj · 20 years ago
  20. 6f33f75 Let the insn selector know that by sewardj · 20 years ago
  21. 8d38778 Fix some missing cases in printing FP insns. by sewardj · 20 years ago
  22. fe1ccfc Make cse_BB globally visible, and rename to do_cse_BB, but don't use by sewardj · 20 years ago
  23. 3598ef9 Update included copy of the mc_instrument.c. by sewardj · 20 years ago
  24. 006cc0b --help-debug: don't forget to mention --vex-iropt-verbosity by sewardj · 20 years ago
  25. 22419b8 Comment change, and remove some '#if 1's. by sewardj · 20 years ago
  26. e7bd068 Oops .. C flag after inc/dec is in ndep, not dep1. by sewardj · 20 years ago
  27. 1196382 Provide our own versions of strchrnul and rawmemchr so we don't have by sewardj · 20 years ago
  28. 03fc3b0 Build mc_main.o with -fomit-frame-pointer; gives a 2-3% performance gain on x86. by sewardj · 20 years ago
  29. 5bd4d16 Allow tools to tell Vex when it can/can't chase across basic block by sewardj · 20 years ago
  30. 7e6644c Reinstate some more flag-helper specialisations. by sewardj · 20 years ago
  31. 94fecf7 Comment change only. by sewardj · 20 years ago
  32. b139e82 Finish off Memcheck's handling of dirty helper calls. Memcheck is now by sewardj · 20 years ago
  33. 9f8abf8 * memcheck: handle dirty helper calls (mostly) by sewardj · 20 years ago
  34. edf9b5a Another day, another bunch of primops need doing ... by sewardj · 20 years ago
  35. fd33277 More primop support needed by memcheck. by sewardj · 20 years ago
  36. acbad75 Call specialised report-a-value-error helper functions rather than by sewardj · 20 years ago
  37. 358b7d4 Learn how to assemble an x86 negl insn. by sewardj · 20 years ago
  38. d4a4d01 x86 host: translate Sub32(0,x) into a negl insn. This is a very by sewardj · 20 years ago
  39. 7e5b7cd Un-break eflag helper specialiser. by sewardj · 20 years ago
  40. 93d96e9 x86 guest: reinstate specialisation of the flags thunk helper by sewardj · 20 years ago
  41. 2a2ba8b x86 guest: majorly rehash eflags thunk scheme for a second time. See by sewardj · 20 years ago
  42. f32c67d Add mkIRExprVec_5. by sewardj · 20 years ago
  43. 4fec8f3 Fill in more cases. by sewardj · 20 years ago
  44. 2d06e81 We need ever-more spill space ... by sewardj · 20 years ago
  45. f106711 Memcheck: add helper functions to support 64-bit loads/stores. This by sewardj · 20 years ago
  46. 218e29f x86 code generation for 64-bit integer stuff, required by Memchecking by sewardj · 20 years ago
  47. 1479d93 Improve debug printing a bit. by sewardj · 20 years ago
  48. 67cc0db Install a bogus-literals hack a la old UCode scheme, but do not use by sewardj · 20 years ago
  49. 9c53124 rm debug printing. by sewardj · 20 years ago
  50. e6b3993 Add more folding rules. by sewardj · 20 years ago
  51. 23be73b Fix nasty bug with 32HLto64. by sewardj · 20 years ago
  52. 3bfef9c Increase size of spill area. by sewardj · 20 years ago
  53. b0b47c9 Fix 'make clean'. by sewardj · 20 years ago
  54. 3861f46 Rename a var to avoid nameclashes during standalone testing. by sewardj · 20 years ago
  55. de8a5ae Add a complete standalone copy of the memcheck instrumenter so it can by sewardj · 20 years ago
  56. 2c80060 Delete all the old UCode stuff. by sewardj · 20 years ago
  57. 2985e1b Tidy up, make readable, add comments. Does not change behaviour or by sewardj · 20 years ago
  58. 066aba5 Try to make builds quieter. by sewardj · 20 years ago
  59. b52c1a5 Fix 'all' target to build nulgrind, lackey, addrcheck, memcheck. by sewardj · 20 years ago
  60. a1cb1b5 More fiddling in an attempt to make it work properly (so far unsuccessful): by sewardj · 20 years ago
  61. b128ebe x86 guest: update description of which guest state bits are always defined. by sewardj · 20 years ago
  62. 43c5646 IRCallee: add a mcx_mask field, through which front ends can pass by sewardj · 20 years ago
  63. e9cbf1d Further integration of baseblock stuff for shadow state. Get rid of by sewardj · 20 years ago
  64. 832853b And-identity folding rule. by sewardj · 20 years ago
  65. 76e42ad Track Vex API changes. by sewardj · 20 years ago
  66. 117c526 x86 guest: un-break handling of eflags after inc/dec. by sewardj · 20 years ago
  67. b36ec95 Debug printing wibble. by sewardj · 20 years ago
  68. a5bccee Make the 1.0.4 testbed work again. by sewardj · 20 years ago
  69. 26e89c2 Oops, forgot to commit this earlier. by sewardj · 20 years ago
  70. 948d48b Major overhaul of x86 guest eflags handling, so as to make one by sewardj · 20 years ago
  71. 9da6e24 Start adding floating point stuff to memcheck. by sewardj · 20 years ago
  72. 8eda630 Add new primop 1Sto16. by sewardj · 20 years ago
  73. 35b5db8 Fill in a few more cases. by sewardj · 20 years ago
  74. 9578a8b Various plumbing to allow the optimiser (really, just a subset) to be by sewardj · 20 years ago
  75. 0cfb1a3 Silence compiler warning. by sewardj · 20 years ago
  76. d999788 Various folding rules to clean up the IR made by Memcheck. by sewardj · 20 years ago
  77. 4b39f28 Do a few more cases. by sewardj · 20 years ago
  78. 45c50eb x86 back end: clear up confusion over which registers carry which by sewardj · 20 years ago
  79. 33f402b Fix compile warnings. by sewardj · 20 years ago
  80. b5874aa Add a couple more primops needed by Memcheck. by sewardj · 20 years ago
  81. 80415ee Fix enough stuff to make 'ls' work. by sewardj · 20 years ago
  82. 1ce85b5 Fill in a whole bunch more cases. by sewardj · 20 years ago
  83. 415d935 Fill in a few more Memcheck-supporting cases. by sewardj · 20 years ago
  84. 4b861de Make the x86 back end capable of generating conditional calls. by sewardj · 20 years ago
  85. a6929da Fix many more cases. by sewardj · 20 years ago
  86. 1dbd19d First pass at Memcheck. by sewardj · 20 years ago
  87. d0e08a1 remove pointless #define by sewardj · 20 years ago
  88. cf78790 Changes to support Memcheck: by sewardj · 20 years ago
  89. 9b78ad3 Rewrite and concisify addrcheck's instrumentation function, and fill by sewardj · 20 years ago
  90. 0ce79b5 Make these compile again following renaming of some types/fields. by sewardj · 20 years ago
  91. b8385d8 Give dirty helper calls a guard field (IRExpr* of type Ity_Bit) which by sewardj · 20 years ago
  92. eeac841 Rename some types and data fields in a more logical way. No change of by sewardj · 20 years ago
  93. c13e2ed Enhance sanity checking pertaining to IRCallees -- make sure by sewardj · 20 years ago
  94. 273dca5 Restore the core/tool interface to what it was, by removing the by sewardj · 20 years ago
  95. b322dcd Make this compile again. by sewardj · 20 years ago
  96. f543586 Use new functions for helper-call-construction. by sewardj · 20 years ago
  97. f965526 Modified/new convenience functions for constructing helper calls. by sewardj · 20 years ago
  98. 3d7b5f9 -fomit-frame-pointer is helpul for addrcheck. by sewardj · 20 years ago
  99. 231334e Reinstate esp-update pass (now renamed sp-update). Does not work as by sewardj · 20 years ago
  100. 9b1004e Add a mini-version of the addrcheck instrumenter so as to help refine by sewardj · 20 years ago