1. 8137b5b Generate offsets needed for V on amd64. by sewardj · 19 years ago
  2. 428fabd Make several more files compile cleanly with icc -Wall. Hopefully by sewardj · 19 years ago
  3. 03ccf85 The "icc -Wall" placation project rumbles onward ... by sewardj · 19 years ago
  4. c7c098f The Icc typechecker police have been round banging on our doors again. by sewardj · 19 years ago
  5. 600deec Bring up-to-date. by sewardj · 19 years ago
  6. 918c8f3 A small API change: pass both the guest and host word sizes to the by sewardj · 19 years ago
  7. d2445f6 Add a new IR statement kind: IRStmt_NoOp, to denote a no-operation. by sewardj · 19 years ago
  8. 36917e9 Fix copy-n-paste-o spotted by Ceri. by sewardj · 19 years ago
  9. 496a58d This commit looks big but it is really quite small. Fixes some by sewardj · 19 years ago
  10. d24931d The party never stops in x86-land: implement 'fstsw' as cachegrind's by sewardj · 19 years ago
  11. 1c31877 More insns: ftst, movupd by sewardj · 19 years ago
  12. f435bad Move this file to the right place. by sewardj · 19 years ago
  13. bbb7914 Test for the x87 'tst' instruction. In the wrong place unfortunately. by sewardj · 19 years ago
  14. 3d870a3 Framework for front-end floating point disassembly by cerion · 19 years ago
  15. aac7e08 Fill in missing pinsrw memory-to-xmm case. by sewardj · 19 years ago
  16. aee4524 Quieten down gcc by cerion · 19 years ago
  17. cb998d9 Use ULong instead of Int for stopAfter and n_bbs_done - shouldn't run out of bbs for a while now... by cerion · 19 years ago
  18. da08626 handy test wrapper by cerion · 19 years ago
  19. f9e0ef3 stop compiler errors on fp regs, add possibily of setting xer_ca, clearly choose what tests to run by cerion · 19 years ago
  20. 0c12a27 Print IMarks a bit more visibly. by sewardj · 19 years ago
  21. 2b0ca46 We no longer need a complete spare copy of V hanging off the Vex tree. by sewardj · 19 years ago
  22. f168931 by sewardj · 19 years ago
  23. c279b3f Revert to doing x86->x86 (utterly trivial change) by sewardj · 19 years ago
  24. ec6df2f Fixed front-end srawi carry flag calc by cerion · 19 years ago
  25. 1f126c5 Add guest_TISTART and guest_TILEN fields to all guest state structs, by sewardj · 19 years ago
  26. 4cca75c Add %EBP/%RBP to the set of registers for which redundant-PUT by sewardj · 19 years ago
  27. b79fb37 small fix to rlwnm_cb loop by cerion · 19 years ago
  28. 70e2412 Fixed xer_ca flag calc for subfze, by cerion · 19 years ago
  29. a8078f6 Be a bit more paranoid about icbi. by sewardj · 19 years ago
  30. e45acad Improved method for discarding invalidated translations. by sewardj · 19 years ago
  31. 7ce9d15 Support for vex-directed instruction-cache invalidation, needed for by sewardj · 19 years ago
  32. 81db809 Brain-dead (but working) support for Vex-directed translation-cache invalidates. by sewardj · 19 years ago
  33. 32cd080 Somewhat reduce the number of immediate values in test-with-immediate by sewardj · 19 years ago
  34. 99f3577 Fix backend cntlzw by cerion · 19 years ago
  35. a2f7588 Cleanup backend: var name chages like src1,2 -> srcL,R etc by cerion · 19 years ago
  36. 9a036bf Build fixes for gcc-2.96 (be more ANSI C compliant wrt placement by sewardj · 19 years ago
  37. 51fe584 Fixed ghelper mullwo overflow calc by cerion · 19 years ago
  38. 3a589ea Fixed front-end slw for sh_amt of 32 to 64 by cerion · 19 years ago
  39. 7420b09 Fill in missing memory case for pinsrw. by sewardj · 19 years ago
  40. 5a8334e The IR sanity checker quite rightly jumps up and down on the ill-typed by sewardj · 19 years ago
  41. b80f14d Reenable mov imm,$reg. Curious this never happened before. by sewardj · 19 years ago
  42. 4dfb199 So what if we are ignoring a branch hint? No need to shout about it. by sewardj · 19 years ago
  43. 490ad38 Deal with Group 8 immediates (bt, btl, btr, btc). by sewardj · 19 years ago
  44. 7ec59f6 Deal better with x86 'rep nop' (P4 pause hint). by sewardj · 19 years ago
  45. 33b5354 Reenable cmpsw/cmpsl. by sewardj · 19 years ago
  46. 1f2e2f8 Make suitable for initial test run. by sewardj · 19 years ago
  47. 38e3adc Fixed front-end xer reg access by cerion · 19 years ago
  48. 399fa14 Change license on switchback/test_ppc_jm1.c as per Jocelyn's instructions. by sewardj · 19 years ago
  49. b122d42 rm QEMU references; the derivation is now so distant its barely relevant. by sewardj · 19 years ago
  50. a05d91f Apparently we're a .net, not merely a .co.uk. by sewardj · 19 years ago
  51. 0f98dcd Fix typo by sewardj · 19 years ago
  52. 113c265 Statement about copyright. by sewardj · 19 years ago
  53. c9ba787 Add a copy of GNU GPL v2. by sewardj · 19 years ago
  54. 7e61654 Clean up for public availability. by sewardj · 19 years ago
  55. b00db87 Added test_ppc to Makefile by cerion · 19 years ago
  56. 791446e Another test commit by sewardj · 19 years ago
  57. bc4853b A second test commit. by sewardj · 19 years ago
  58. a2d8d75 Remove something old (really, a test commit for the new repo location) by sewardj · 19 years ago
  59. 941a905 Jocelyn Mayer's fabulous ppc test program. by sewardj · 19 years ago
  60. 2825ac4 As part of the build process, generate pub/libvex_guest_offsets.h holding by sewardj · 19 years ago
  61. 6eb415d A place to put auxiliary programs used as part of the build process. by sewardj · 19 years ago
  62. e9d361a Cleaned up front end a fair bit. by cerion · 20 years ago
  63. fa09ac5 fix cmd call of switchback, and deal with return err 256 by cerion · 20 years ago
  64. e51ae9f A couple more flags-specialisation cases, derived from profiling FP code. by sewardj · 20 years ago
  65. 6e48e28 guest state padding wibble by sewardj · 20 years ago
  66. 7342c37 Cleaning up frontend - inc. changing all guest-state UChars to UInts by cerion · 20 years ago
  67. 9e263e3 Cleaned up backend a little by cerion · 20 years ago
  68. 01ca53e Dealt properly with immediates in the backend - reduces emmitted code by ~1/3 by cerion · 20 years ago
  69. 4e9083c comments only: guest-state offsets by cerion · 20 years ago
  70. 47c526b Cleaned up isel for instns taking an RI arg by cerion · 20 years ago
  71. 997661a printout stderr msg on abnormal switchback exit by cerion · 20 years ago
  72. 4f7daf2 Fixed sign-extend bug for compares (just putting imm in a reg, for now) - test_bzip works now! by cerion · 20 years ago
  73. 87d34ca Simplified sraw a little by cerion · 20 years ago
  74. 82c9f2f * toIR.c: Handle a few more insns needed to run simple X applications by sewardj · 20 years ago
  75. 87ae783 Deal with last_bad == given_last_good by cerion · 20 years ago
  76. b8c3b7f Small backend printout changes only by cerion · 20 years ago
  77. ea6bccb Add a constant folding rule for MullS32. by sewardj · 20 years ago
  78. 2ee871e Front end bug: bad arg order for MuxOX of srw by cerion · 20 years ago
  79. 35663a7 Backend bug: mkFormD wasn't smallifying the imm by cerion · 20 years ago
  80. ab2e191 perl script to run a binary search with switchback by cerion · 20 years ago
  81. 0d330c5 Front-end fix for slw - _record_ the result... by cerion · 20 years ago
  82. 1e636d6 Gradually move popular translations towards the start of the by sewardj · 20 years ago
  83. 08d9122 Get rid of assertion which, as gcc points out, is useless. by sewardj · 20 years ago
  84. 397f88b Placate Icc in the usual way. by sewardj · 20 years ago
  85. f057afb A few more 64-bit folding rules. by sewardj · 20 years ago
  86. a890367 Comment-only change. by sewardj · 20 years ago
  87. 901ed12 Oops! The whole point of rev 980 was to get rid of eregOfRM and by sewardj · 20 years ago
  88. 5b47060 A major overhaul of the way integer register decoding is done on amd64. by sewardj · 20 years ago
  89. d19fc16 Icc typechecker police. by sewardj · 20 years ago
  90. e395ae8 More icc-related cleanups. by sewardj · 20 years ago
  91. 1027dc2 Icc typechecker police. by sewardj · 20 years ago
  92. 9c9ee3d Fix some register-field decoding bugs for SSE. Nasty. There has to by sewardj · 20 years ago
  93. e67534c Fixed some front end with-zero loads by cerion · 20 years ago
  94. e6b39c4 Fixed isel::load of small imm to reg - these are UInts: we don't want sign extension. by cerion · 20 years ago
  95. 98e65ba Add toUInt. by sewardj · 20 years ago
  96. da47ba4 Icc typechecker fixes. by sewardj · 20 years ago
  97. 8ee8c88 Another round of placating icc's typechecker. by sewardj · 20 years ago
  98. 0190847 Simplified front-end IR encoding for some subtracts by cerion · 20 years ago
  99. 5e2527e Alu32::SUB was broken in the backend. by cerion · 20 years ago
  100. 37d5257 Even more amd64 floating point bits and pieces. by sewardj · 20 years ago