1. d19fc16 Icc typechecker police. by sewardj · 19 years ago
  2. e395ae8 More icc-related cleanups. by sewardj · 19 years ago
  3. 1027dc2 Icc typechecker police. by sewardj · 19 years ago
  4. 9c9ee3d Fix some register-field decoding bugs for SSE. Nasty. There has to by sewardj · 19 years ago
  5. e67534c Fixed some front end with-zero loads by cerion · 19 years ago
  6. e6b39c4 Fixed isel::load of small imm to reg - these are UInts: we don't want sign extension. by cerion · 19 years ago
  7. 98e65ba Add toUInt. by sewardj · 19 years ago
  8. da47ba4 Icc typechecker fixes. by sewardj · 19 years ago
  9. 8ee8c88 Another round of placating icc's typechecker. by sewardj · 19 years ago
  10. 0190847 Simplified front-end IR encoding for some subtracts by cerion · 19 years ago
  11. 5e2527e Alu32::SUB was broken in the backend. by cerion · 19 years ago
  12. 37d5257 Even more amd64 floating point bits and pieces. by sewardj · 19 years ago
  13. 533e0c2 Fix flags define & printout last run translation after all... by cerion · 19 years ago
  14. 885e66e Fixes to getReg_field, putReg_field by cerion · 19 years ago
  15. c49ce23 Fill in a bunch more amd64 floating point cases. Some non-trivial by sewardj · 19 years ago
  16. 84b62f4 Re-arranged switchback::run_simulator a little, so can print translation of current bb (so if test breaks @ N, we can switchback @ N and N gets printed) by cerion · 19 years ago
  17. be112dd Correction to iselCC::IexTmp by cerion · 19 years ago
  18. 9abfcbc Added a couple of unhandled isel instrs: by cerion · 19 years ago
  19. 9d88da6 Fix to guest-ppc32 subfic by cerion · 19 years ago
  20. 8d96531 Fill in a huge number of amd64 floating point cases, and start to by sewardj · 19 years ago
  21. fbda9b7 Fixed a backend shift bug: src/dst were swapped in emitted code. by cerion · 19 years ago
  22. 239e2e4 Another go at fixing the rotate mask by cerion · 19 years ago
  23. 98644ff Fixed a rotate bug: IBM bit labelling got me again by cerion · 19 years ago
  24. 48090c0 Some simplifying of guest register access in toIR.c by cerion · 19 years ago
  25. 3007c7f Added front-end code for conditional register logic instrs by cerion · 19 years ago
  26. f9d6e22 Just some assembly printout changes by cerion · 19 years ago
  27. eba63f8 Cleaning up the x86 back end: get rid of instruction variants which by sewardj · 19 years ago
  28. 0b21044 Fix wrong comments (comment-only change) by sewardj · 19 years ago
  29. 1a01e65 Many amd64 FP cases, including conversion to/from int (tedious stuff). by sewardj · 19 years ago
  30. 3c6e167 Fix to run_translation: need to save LR on _caller's_ stack, and leave a hole for a callee to do the same on our stack. by cerion · 19 years ago
  31. 7f000af Added new instruction RdWrLR to read/write link register. by cerion · 19 years ago
  32. 7c1dd1b Coupl'a front-end load / save bugs by cerion · 19 years ago
  33. b5c07cf Make the switchbacker work on ppc32. by sewardj · 19 years ago
  34. 8c51ed4 Better assembly printouts, and added iselCondCode 1:Bit Const by cerion · 19 years ago
  35. 57b4c6d Gotcha! by cerion · 19 years ago
  36. 9a934a9 just turned off some debug printfs by cerion · 19 years ago
  37. a31e8b5 coupl'a small fixes for ppc32 by cerion · 19 years ago
  38. e97e106 Fixes to host_ppc32: by cerion · 19 years ago
  39. 4561acb Corrected some mistakes in guest_ppc32 by cerion · 19 years ago
  40. 144fd8c finished off switchback code for ppc32 by cerion · 19 years ago
  41. 9da1697 More amd64 SSE/FP bits and pieces. by sewardj · 19 years ago
  42. 1830386 amd64 guest/host floating point square root (easy) and comparisons (difficult) by sewardj · 19 years ago
  43. 0852a13 Make a start on floating point for AMD64 (really part of rev 936 but I by sewardj · 19 years ago
  44. 1001dc4 Make a start on floating point for AMD64. by sewardj · 19 years ago
  45. cb6091d Add %xmm0 .. %xmm15 to the amd64 guest state. by sewardj · 19 years ago
  46. 3f5d7fa Add to-do note (comment-only change) by sewardj · 19 years ago
  47. 4add714 Folding rule for Shr64. by sewardj · 19 years ago
  48. 909c06d Fix various front-end anomalies found by the amd64 test program. by sewardj · 19 years ago
  49. 871a95c Test a few more bits and pieces. by sewardj · 19 years ago
  50. 03c96e8 Deal correctly with out-of-range shifts/rotates. by sewardj · 19 years ago
  51. 85520e4 Fix many amd64 guest/host cases required to run test/test-amd64.c. by sewardj · 19 years ago
  52. 96f47ac This is the same as the test-x86*.[ch] but modified for AMD64. by sewardj · 19 years ago
  53. 0d04c0e Advance ppc32 to the point where we can hope to start the program. by sewardj · 19 years ago
  54. 312b4bb Handle some ppc32 relocation types. by sewardj · 19 years ago
  55. de28b5b correction to branch instr for ppc hack by cerion · 19 years ago
  56. f6f41aa surely it couldn't be still more ppc hacks... by cerion · 19 years ago
  57. 6866d76 Even more ppc32 hacks by sewardj · 19 years ago
  58. 69fd475 More ppc hacks by sewardj · 19 years ago
  59. 4a96062 ppc32 hacks by sewardj · 19 years ago
  60. cc82c6a first ppc32 assembly attempts... by cerion · 19 years ago
  61. a6b93d1 Fix enough stuff to get through 'hello world' on amd64. by sewardj · 19 years ago
  62. 855dc72 Tidy up the constant folder and add some more rules. by sewardj · 19 years ago
  63. a56e9cc Cleaned up a little more by cerion · 19 years ago
  64. d05ee44 Fixed silly bug (and->add ahem.) by cerion · 19 years ago
  65. 7cf8e4e Fixed emit_PPC32Instr::Pin_Goto by cerion · 19 years ago
  66. fd0b87f Emitted Div, fixed mul... that's the lot for return0.orig\! by cerion · 19 years ago
  67. 98411db hdefs by cerion · 19 years ago
  68. 33aa6da More instr emitting: - most 'forms' done - had a go at Pin_Call, Pin_Goto by cerion · 19 years ago
  69. e1106f7 ... and forgetful :-) by cerion · 19 years ago
  70. 9c47d81 I admit it, I'm lazy. by cerion · 19 years ago
  71. b85e8bb spacing/comment cleanup only by cerion · 19 years ago
  72. ab9132d Sorted out the condcode stuff - hopefully correctly... by cerion · 19 years ago
  73. 1103a4d un-break compilation on x86 by sewardj · 19 years ago
  74. 4701265 Print stats at exit, and minor changes by sewardj · 19 years ago
  75. 9dc4cf7 Make this test a bit more demanding. by sewardj · 19 years ago
  76. b095fba Fill in enough cases to run switchback/test_bzip2.c on amd64. by sewardj · 19 years ago
  77. 3e5a4dc sigh; on amd64 do not place common symbols high in the address space by sewardj · 19 years ago
  78. c47c476 Allow the service function to handle free() as well as malloc(). by sewardj · 19 years ago
  79. 9f12f3c A self-contained, hacked version of bzip2 which can run on the by sewardj · 19 years ago
  80. bdd2915 Fix printf format string. by sewardj · 19 years ago
  81. 42b89f6 Make it easy to print the symbol table. by sewardj · 19 years ago
  82. 7de0d3c Fill in many amd64 integer cases. by sewardj · 19 years ago
  83. 70a8ddf Fold Iop_Sub64. by sewardj · 19 years ago
  84. 48de42f Don't redefine offsetof if it is already defined. by sewardj · 19 years ago
  85. 2e879b6 minor changes by sewardj · 19 years ago
  86. 85a9cd5 Deal with amd64-specific relocations. by sewardj · 19 years ago
  87. 69fe071 Heavily modified emfloat benchmark from bytemark, changed to be by sewardj · 19 years ago
  88. b259095 Resuscitate a linker that knows how to do relocations, so we can by sewardj · 19 years ago
  89. a2a57e9 Add amd64 support. by sewardj · 19 years ago
  90. df5c1ca Remove file which shouldn't have been added in the first place. by sewardj · 19 years ago
  91. 7e52aa5 A very simple dynamic translator built on Vex, for the purpose of by sewardj · 19 years ago
  92. 652189a cleaned up guest-ppc32 assembly printouts by cerion · 19 years ago
  93. c056a88 and now emit instrs big-endianly... :-) by cerion · 19 years ago
  94. adc8fd8 increased N_HREG_USAGE for host-ppc32 by cerion · 19 years ago
  95. d5e3838 Added the first instrs (load,store) to emit_PPC32Instr() by cerion · 19 years ago
  96. c0e707e Added Div32 - that's the last for this .orig file! by cerion · 19 years ago
  97. e13bb31 Added CLZ Fixed Unary32 Added genSpill_PPC32, genReload_PPC32 by cerion · 19 years ago
  98. 92f5dc7 hdefs: MulL, MFence by cerion · 19 years ago
  99. b536af9 hdefs: CMov32, Set32 by cerion · 19 years ago
  100. 3c0b12b Dealt with some cases where imm > 0xFFFF by cerion · 19 years ago