1. ba99931 Rename all the _Bit types to I1 so as to be consistent with all the by sewardj · 20 years ago
  2. 92d168d Rename INVALID_IRTEMP to IRTemp_INVALID to be consistent with by sewardj · 20 years ago
  3. 86b133b Get rid of some unused primops: And1 Or1 Neg8/16/32/64. by sewardj · 20 years ago
  4. d8e2dbf More eflags-specialisation rules. by sewardj · 20 years ago
  5. f8ed9d8 Add copyright notices. by sewardj · 20 years ago
  6. e1d45da Add a couple more constant folding rules. by sewardj · 20 years ago
  7. 6f33f75 Let the insn selector know that by sewardj · 20 years ago
  8. 8d38778 Fix some missing cases in printing FP insns. by sewardj · 20 years ago
  9. fe1ccfc Make cse_BB globally visible, and rename to do_cse_BB, but don't use by sewardj · 20 years ago
  10. 22419b8 Comment change, and remove some '#if 1's. by sewardj · 20 years ago
  11. e7bd068 Oops .. C flag after inc/dec is in ndep, not dep1. by sewardj · 20 years ago
  12. 5bd4d16 Allow tools to tell Vex when it can/can't chase across basic block by sewardj · 20 years ago
  13. 7e6644c Reinstate some more flag-helper specialisations. by sewardj · 20 years ago
  14. fd33277 More primop support needed by memcheck. by sewardj · 20 years ago
  15. 358b7d4 Learn how to assemble an x86 negl insn. by sewardj · 20 years ago
  16. d4a4d01 x86 host: translate Sub32(0,x) into a negl insn. This is a very by sewardj · 20 years ago
  17. 7e5b7cd Un-break eflag helper specialiser. by sewardj · 20 years ago
  18. 93d96e9 x86 guest: reinstate specialisation of the flags thunk helper by sewardj · 20 years ago
  19. 2a2ba8b x86 guest: majorly rehash eflags thunk scheme for a second time. See by sewardj · 20 years ago
  20. f32c67d Add mkIRExprVec_5. by sewardj · 20 years ago
  21. 218e29f x86 code generation for 64-bit integer stuff, required by Memchecking by sewardj · 20 years ago
  22. e6b3993 Add more folding rules. by sewardj · 20 years ago
  23. b128ebe x86 guest: update description of which guest state bits are always defined. by sewardj · 20 years ago
  24. 43c5646 IRCallee: add a mcx_mask field, through which front ends can pass by sewardj · 20 years ago
  25. 832853b And-identity folding rule. by sewardj · 20 years ago
  26. 117c526 x86 guest: un-break handling of eflags after inc/dec. by sewardj · 20 years ago
  27. 948d48b Major overhaul of x86 guest eflags handling, so as to make one by sewardj · 20 years ago
  28. 8eda630 Add new primop 1Sto16. by sewardj · 20 years ago
  29. 9578a8b Various plumbing to allow the optimiser (really, just a subset) to be by sewardj · 20 years ago
  30. 0cfb1a3 Silence compiler warning. by sewardj · 20 years ago
  31. d999788 Various folding rules to clean up the IR made by Memcheck. by sewardj · 20 years ago
  32. 45c50eb x86 back end: clear up confusion over which registers carry which by sewardj · 20 years ago
  33. b5874aa Add a couple more primops needed by Memcheck. by sewardj · 20 years ago
  34. 415d935 Fill in a few more Memcheck-supporting cases. by sewardj · 20 years ago
  35. 4b861de Make the x86 back end capable of generating conditional calls. by sewardj · 20 years ago
  36. cf78790 Changes to support Memcheck: by sewardj · 20 years ago
  37. b8385d8 Give dirty helper calls a guard field (IRExpr* of type Ity_Bit) which by sewardj · 20 years ago
  38. eeac841 Rename some types and data fields in a more logical way. No change of by sewardj · 20 years ago
  39. c13e2ed Enhance sanity checking pertaining to IRCallees -- make sure by sewardj · 20 years ago
  40. f965526 Modified/new convenience functions for constructing helper calls. by sewardj · 20 years ago
  41. 2fa60a3 Add code to do register preferencing (moves from vreg to rreg cause by sewardj · 20 years ago
  42. 11eebbe Fix bogus assertion in doHelperCall and generally tidy up. I think it by sewardj · 20 years ago
  43. 7735254 Implement regparm (1 to 3) in the x86 back end. by sewardj · 20 years ago
  44. 8ea867b Instead of denoting helper call targets by their names, add a new type by sewardj · 20 years ago
  45. 432b1c9 Add and use a new version of the register allocator, which is simpler by sewardj · 20 years ago
  46. 0d7b3ae Debug printing wibble. by sewardj · 20 years ago
  47. 34d25a9 Remove unused fields in VRegInfo, and change live-range numbers to 16 by sewardj · 20 years ago
  48. e2ee53c Extend applicability of register preferencing scheme. by sewardj · 20 years ago
  49. f48ac19 Majorly improve debug printing. Now vex_traceflags contains 8 bits by sewardj · 20 years ago
  50. 49651f4 Various changes needed to get Addrcheck supported: by sewardj · 20 years ago
  51. c5fc7aa Changes pertaining to supporting instrumentation: by sewardj · 20 years ago
  52. fcce33d Fix yet another bug pertaining to muddy thinking on the meaning of by sewardj · 20 years ago
  53. 253623f Add a crude preferencing scheme used when selecting a real register to by sewardj · 20 years ago
  54. dcc85fc x86 guest: Bite the bullet and update %EIP before each insn by sewardj · 20 years ago
  55. 4c5f6d5 Make the tree-builder observe the precise-exceptions requirement by sewardj · 20 years ago
  56. d44bc6e Get rid of a couple of unneeded typedefs. by sewardj · 20 years ago
  57. 006a6a2 Simulate bit 21 of eflags (ID), so that CPUID tests work properly. by sewardj · 20 years ago
  58. a0e8bae Get rid of debug printing. by sewardj · 20 years ago
  59. 81ec418 New regime for baseblock layout, as described in comment in by sewardj · 20 years ago
  60. 76bdc80 Improve naming scheme for library-visible fns (infrastructural improvement) by sewardj · 20 years ago
  61. 8d2291c Generic fixes to iropt to enable it to be as sloppy with exceptions as by sewardj · 20 years ago
  62. 0861374 Add run-time controllability to iropt. by sewardj · 20 years ago
  63. 517a7d6 * re-enable some obscure sbb case * add printer for cpuid by sewardj · 20 years ago
  64. fb44d55 Redundant-get removal: invalidate the entire env when passing by sewardj · 20 years ago
  65. 7ca37d9 Even more stuff. by sewardj · 20 years ago
  66. e166ed0 Add various FP insns apparently needed by mozilla. Not convinced by sewardj · 20 years ago
  67. 088010d Merge together the two live-range-calculating loops, so we don't call by sewardj · 20 years ago
  68. b5d70e1 Try to further clear up confusion re notation for live range in by sewardj · 20 years ago
  69. 4fd30f2 Correct a longstanding bug in how branch target addresses were computed. by sewardj · 20 years ago
  70. 46efba3 Duh; fix use of IROPT_LEVEL. by sewardj · 20 years ago
  71. 1947998 Fix yet more problems to do with confusion over live range by sewardj · 20 years ago
  72. 7cb49d7 x86 guest: implement more convincing version of CPUID, using a dirty by sewardj · 20 years ago
  73. 39555aa Make this more controllable. by sewardj · 20 years ago
  74. 9aebb0c x86 guest: support rcr{bwl}. Includes some cleaning up of macro by sewardj · 20 years ago
  75. 33fa73e iselIntExp64: handle calls to clean helpers which return a 64-bit result. by sewardj · 20 years ago
  76. 98169c5 Comment changes only. by sewardj · 20 years ago
  77. 43c4695 Fast-case some more stuff. by sewardj · 20 years ago
  78. b4057b4 Oops -- properly handle fast case of Carry after Subtract. by sewardj · 20 years ago
  79. d0863ff Add handy way to disable iropt completely. by sewardj · 20 years ago
  80. b4666cf x86 guest: handle more bswap insns by sewardj · 20 years ago
  81. 044a215 Reinstate conservative version of redundant-Put elimination which by sewardj · 20 years ago
  82. bf2993f Fast-track another case in calculate_eflags_c (needs verification). by sewardj · 20 years ago
  83. 11f429c Re-enable most IR optimisations. It's only really redundant-Put by sewardj · 20 years ago
  84. 12b0b88 Oops! Further update spill slot offsets following add of by sewardj · 20 years ago
  85. 063f02f Start to teach Vex (guest x86) about segment registers. by sewardj · 20 years ago
  86. 3e6e7bf Disable all optimisation until such time as the 2.3.X route works by sewardj · 20 years ago
  87. ee6eeca Temporary kludge to locate spill slots on cvs head. TODO: better by sewardj · 20 years ago
  88. b7e76e8 find_helper: ensure function addresses are unsignedly widened to Addr64 by sewardj · 20 years ago
  89. dda7a4c Implement vex_initialise_x87(). by sewardj · 20 years ago
  90. 9bdd265 Yet another folding rule (CmpLT32S) by sewardj · 20 years ago
  91. 088e4f7 Yet another folding rule. by sewardj · 20 years ago
  92. f6dc3ce Remove all references to hardwired guest state offsets. Instead, by sewardj · 20 years ago
  93. ce70a5c Restructure the x86->IR phase somewhat, so that it can optionally by sewardj · 20 years ago
  94. 6a91d11 64-bit host fix. by sewardj · 20 years ago
  95. 4385281 Implement MOV Ob,AL. by sewardj · 20 years ago
  96. df22c1c calculate_eflags_all: finally get rid of compilation warnings, and by sewardj · 20 years ago
  97. 8c2c10b Be even less verbose. by sewardj · 20 years ago
  98. 3f61ddb Clear C2 after sin/cos/tan/sincos. This is needed to make the glibc by sewardj · 20 years ago
  99. 4e82db7 * Handle fcmovnz * Handle byte-sized integer divide (divb, idivb) by sewardj · 20 years ago
  100. 0dc3ff9 iselCondCode: handle 1:Bit by sewardj · 20 years ago