1. 9d19989 indentation by Chris Lattner · 15 years ago
  2. f5cd8c5 - Add support for the rest of AVX SSE3 instructions by Bruno Cardoso Lopes · 15 years ago
  3. 6596a62 by Bruno Cardoso Lopes · 15 years ago
  4. 5a3a476 - Add AVX form of all SSE2 logical instructions by Bruno Cardoso Lopes · 15 years ago
  5. 147b7ca by Bruno Cardoso Lopes · 15 years ago
  6. 161476e Reapply r106896: Add several AVX MOV flavors Support VEX encoding for MRMDestReg by Bruno Cardoso Lopes · 15 years ago
  7. 95325b0 revert this now, it's using avx instead of sse :) by Bruno Cardoso Lopes · 15 years ago
  8. 544a95d Add several AVX MOV flavors Support VEX encoding for MRMDestReg by Bruno Cardoso Lopes · 15 years ago
  9. 7881843 - Add AVX COMI{SS,SD}{rr,rm} and UCOMI{SS,SD}{rr,rm}. by Bruno Cardoso Lopes · 15 years ago
  10. c3d57b1 Add AVX MOV{SS,SD}{rr,rm} instructions by Bruno Cardoso Lopes · 15 years ago
  11. 617e595 rip out dead code. by Chris Lattner · 15 years ago
  12. 1cf44fc fix rdar://7873482 by teaching the instruction encoder to emit by Chris Lattner · 15 years ago
  13. 7be0d2c More AVX: {ADD,SUB,MUL,DIV}{PD,PS}rr Handle OpSize TSFlag for AVX by Bruno Cardoso Lopes · 15 years ago
  14. e4f6907 Add some comments about REX fields by Bruno Cardoso Lopes · 15 years ago
  15. c902a59 More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm) Introduce the VEX_X field by Bruno Cardoso Lopes · 15 years ago
  16. 497f1eb Split out these asserts so it's more apparent why we're not assembling by Eric Christopher · 15 years ago
  17. 99405df Reapply r105521, this time appending "LLU" to 64 bit by Bruno Cardoso Lopes · 15 years ago
  18. 1087f54 revert r105521, which is breaking the buildbots with stuff like this: by Chris Lattner · 15 years ago
  19. 3eca98b Initial AVX support for some instructions. No patterns matched by Bruno Cardoso Lopes · 15 years ago
  20. b36052f MCCodeEmitter: Add target independent fixup flag for is-pc-relative. by Daniel Dunbar · 15 years ago
  21. 9fdac90 X86MCCodeEmitter: Fix two minor issues with reloc_riprel_4byte_movq_load, we by Daniel Dunbar · 15 years ago
  22. 618d0ed fix an x86-64 encoding bug Daniel found. by Chris Lattner · 15 years ago
  23. 0f53cf2 add a special relocation type for movq loads for object by Chris Lattner · 15 years ago
  24. a08b587 make pcrel immediate values relative to the start of the field, by Chris Lattner · 15 years ago
  25. 1cea10a teach the encoder to handle pseudo instructions like FP_REG_KILL, by Chris Lattner · 16 years ago
  26. a8dfb79 X86: Move extended MCFixupKinds into X86FixupKinds.h by Daniel Dunbar · 16 years ago
  27. b779033 add encoder support and tests for rdtscp by Chris Lattner · 16 years ago
  28. a599de2 remove special cases for vmlaunch, vmresume, vmxoff, and swapgs by Chris Lattner · 16 years ago
  29. eaca5fa Remove special cases for [LM]FENCE, MONITOR and MWAIT from by Chris Lattner · 16 years ago
  30. 4a2e5ed implement the rest of correct x86-64 encoder support for by Chris Lattner · 16 years ago
  31. 86020e4 give MCCodeEmitters access to the current MCContext. by Chris Lattner · 16 years ago
  32. 835acab implement infrastructure to support fixups for rip-rel by Chris Lattner · 16 years ago
  33. 1e35d0e pull the rip-relative addressing mode case up early. by Chris Lattner · 16 years ago
  34. 9cc48eb fixme resolved! by Chris Lattner · 16 years ago
  35. cf65339 start producing reloc_pcrel_4byte/reloc_pcrel_1byte for calls. by Chris Lattner · 16 years ago
  36. 0d8db8e add a bunch of mod/rm encoding types for fixed mod/rm bytes. by Chris Lattner · 16 years ago
  37. c4d3f66 fix the encodings of monitor and mwait, which were completely by Chris Lattner · 16 years ago
  38. 7e85180 add a new MCInstPrinter::getOpcodeName interface, when it is by Chris Lattner · 16 years ago
  39. 8d31de6 make getFixupKindInfo return a const reference, allowing by Chris Lattner · 16 years ago
  40. 11eafa8 switch to target-indep fixups for 1/2/4/8 byte data. by Chris Lattner · 16 years ago
  41. bd13fb6 refactor the conditional jump instructions in the .td file to by Chris Lattner · 16 years ago
  42. ecfb3c3 dont' call getX86RegNum on X86::RIP, it doesn't like that. This by Chris Lattner · 16 years ago
  43. 5526b69 fix a really nasty bug I introduced in r95693: r12 (and r12d, by Chris Lattner · 16 years ago
  44. 8b0f7a7 Add and commonize encoder support for all immediates. by Chris Lattner · 16 years ago
  45. a38c707 generalize EmitDisplacementField to work with any size by Chris Lattner · 16 years ago
  46. 0e41091 eliminate the dead IsPCRel argument. by Chris Lattner · 16 years ago
  47. 1b67060 eliminate the dead "PCAdj" logic. by Chris Lattner · 16 years ago
  48. 5dccfad emit some simple (and probably incorrect) fixups for symbolic by Chris Lattner · 16 years ago
  49. 37ce80e keep track of what the current byte being emitted is throughout the X86 encoder. by Chris Lattner · 16 years ago
  50. 8496a26 simplify displacement handling, emit displacements by-operand by Chris Lattner · 16 years ago
  51. 73c5574 MC: First cut at MCFixup, for getting fixup/relocation information out of an MCCodeEmitter. by Daniel Dunbar · 16 years ago
  52. a8168ec port encoder enhancements over to the new encoder. by Chris Lattner · 16 years ago
  53. faa75f6f add note. by Chris Lattner · 16 years ago
  54. 39a612e port X86InstrInfo::determineREX over to the new encoder. by Chris Lattner · 16 years ago
  55. 00cb3fe wire up 64-bit MCCodeEmitter. by Chris Lattner · 16 years ago
  56. be1778f really kill off the last MRMInitReg inst, remove logic from encoder. by Chris Lattner · 16 years ago
  57. 82ed17e implement the rest of the encoding types. by Chris Lattner · 16 years ago
  58. 74a2151 move functions for decoding X86II values into the X86II namespace. by Chris Lattner · 16 years ago
  59. a3a0db0 change getSizeOfImm and getBaseOpcodeFor to just take by Chris Lattner · 16 years ago
  60. daa4555 add some more encodings. by Chris Lattner · 16 years ago
  61. 0e73c39 implement the non-relocation forms of memory operands by Chris Lattner · 16 years ago
  62. 1ac23b1 start adding MRMDestMem, which requires memory form mod/rm encoding by Chris Lattner · 16 years ago
  63. 28249d9 Add a few more encodings, we can now encode all of: by Chris Lattner · 16 years ago
  64. 1e80f40 enhance new encoder to support prefixes + RawFrm by Chris Lattner · 16 years ago
  65. 92b1dfe set up some infrastructure, some minor cleanups. by Chris Lattner · 16 years ago
  66. 4576247 stub out a new X86 encoder, which can be tried with by Chris Lattner · 16 years ago