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