1. 7855006 Convert an improper CodeGen test to a MC test. by Evan Cheng · 12 years ago
  2. be02a90 Add support of RTM from TSX extension by Michael Liao · 12 years ago
  3. 32c1a82 Fix for PR14264 cause by commit r167237 which did not take into account a by Kevin Enderby · 12 years ago
  4. 11a45c2 [mips] Stop reserving register AT and use register scavenger when a scratch by Akira Hatanaka · 12 years ago
  5. 53e93e8 [mips] Fix disassembler test cases. by Akira Hatanaka · 12 years ago
  6. 938482f Add support for generating dwarf debugging info with assembly files by Kevin Enderby · 12 years ago
  7. 7dd4dc8 MC: Simple example parser for MC assembly markup. by Jim Grosbach · 12 years ago
  8. 8ba1474 ARM: Better disassembly for pc-relative LDR. by Jim Grosbach · 12 years ago
  9. 445ba85 Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch target by Kevin Enderby · 12 years ago
  10. 2fbc239 [ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] is by Chad Rosier · 12 years ago
  11. aa71428 Initial TOC support for PowerPC64 object creation by Adhemerval Zanella · 12 years ago
  12. d95666c Tell llvm-mc we're using intel syntax, so we don't have to use directives. by Chad Rosier · 12 years ago
  13. b3009ee [ms-inline asm] Add back-end test case for r166632. Make sure we emit the by Chad Rosier · 12 years ago
  14. 3ed0316 Add support for annotated disassembly output for X86 and arm. by Kevin Enderby · 12 years ago
  15. 08b6b81 X86: Depending on the local semantics of .align this test can also emit a nopl instead of nopw. by Benjamin Kramer · 12 years ago
  16. 126afcb X86: Disable long nops for all cpus prior to pentiumpro/i686. by Benjamin Kramer · 12 years ago
  17. a54b2df Add test cases for correct parsing of register names in 32- and 64-bit modes. by David Chisnall · 12 years ago
  18. aa5b393 Expose move to/from coprocessor instructions in MIPS64 mode. by David Chisnall · 12 years ago
  19. ebf3a37 Test case for r165480. by Craig Topper · 12 years ago
  20. 2f68b31 Initial assembler implementation of Mips load address macro by Jack Carter · 12 years ago
  21. de33227 Adding support for instructions mfc0, mfc2, mtc0, mtc2 by Jack Carter · 12 years ago
  22. 9d577c8 Implement methods that enable expansion of load immediate by Jack Carter · 12 years ago
  23. 30116cd This patch is a partial implementation of mips .set assembler directive. Directive is defined as follows: by Jack Carter · 12 years ago
  24. b431602 MachO: direct-to-object attribute for data-in-code markers. by Jim Grosbach · 12 years ago
  25. b7abea0 X86_32: Large Symbol+Offset relocations. by Jim Grosbach · 12 years ago
  26. fe2d5f8 ARM: Darwin BL/BLX relocations to out-of-range symbols. by Jim Grosbach · 12 years ago
  27. fbc21fa ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'. by Jim Grosbach · 12 years ago
  28. 371e17c Emit dtors into proper section while compiling in vcpp-compatible mode. by Anton Korobeynikov · 12 years ago
  29. bb51742 Fix edge cases of ARM shift operands in arith instructions. by Tim Northover · 12 years ago
  30. 93c7c44 Fix the handling of edge cases in ARM shifted operands. by Tim Northover · 12 years ago
  31. 7b6f203 Add support for macro parameters/arguments delimited by spaces, by Preston Gurd · 12 years ago
  32. 6c9176a Support default parameters/arguments for assembler macros. by Preston Gurd · 12 years ago
  33. 6579eea Enhance unmatched '.endr' directive error message in assembler. by Preston Gurd · 12 years ago
  34. 2811ae6 llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode. by NAKAMURA Takumi · 12 years ago
  35. 36b07f2 Add test for r164132. by Roman Divacky · 12 years ago
  36. 3f90a4c Assembler: Darwin variables defined via .set are no-dead-strip. by Jim Grosbach · 12 years ago
  37. 2cfe90b Add newline. by Chad Rosier · 12 years ago
  38. 3c4ecd7 [ms-inline asm] Add support for .att_syntax directive. by Chad Rosier · 12 years ago
  39. a9e37c5 Fix alignment of .comm and .lcomm on mingw32. by Benjamin Kramer · 12 years ago
  40. b72a90e Initial relocations test for the Mips standalone assembler. by Jack Carter · 12 years ago
  41. 39646d9 MC: Overhaul handling of .lcomm by Benjamin Kramer · 12 years ago
  42. 8e70b55 PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for registers. by Benjamin Kramer · 12 years ago
  43. 04376eb The Mips standalone assembler aliased instruction support. by Jack Carter · 12 years ago
  44. acbea45 The Mips standalone assembler intial directive support. by Jack Carter · 12 years ago
  45. f740d6e The Mips standalone assembler fpu instruction support. by Jack Carter · 12 years ago
  46. 6b96c3f The Mips standalone assembler memory instruction support. by Jack Carter · 12 years ago
  47. 24b9f25 Diagnose invalid alignments on duplicating VLDn instructions. by Tim Northover · 12 years ago
  48. eae1d34 Check for invalid alignment values when decoding VLDn/VSTn (single ln) instructions. by Tim Northover · 12 years ago
  49. 64eacd9 Use correct part of complex operand to encode VST1 alignment. by Tim Northover · 12 years ago
  50. ad51a4a Mips specific llvm assembler support for branch and jump instructions. by Jack Carter · 12 years ago
  51. ec65be8 Mips specific llvm assembler support for ALU instructions. This includes by Jack Carter · 12 years ago
  52. 3185f9a The instruction DINS may be transformed into DINSU or DEXTM depending by Jack Carter · 12 years ago
  53. 9765c6e X86: Fix encoding of 'movd %xmm0, %rax' by Jim Grosbach · 12 years ago
  54. 714313b The instruction DEXT may be transformed into DEXTU or DEXTM depending by Jack Carter · 12 years ago
  55. 69dba7e Some instructions are passed to the assembler to be by Jack Carter · 12 years ago
  56. 273956d Fix mips' long branch pass. by Akira Hatanaka · 12 years ago
  57. 6522a9e Add option disable-mips-delay-filler. Turn on mips' delay slot filler by by Akira Hatanaka · 12 years ago
  58. 101771b For mips64 switch statements in subroutines could generate by Jack Carter · 12 years ago
  59. 799aacf Fix macros arguments with an underscore, dot or dollar in them. This is based by Rafael Espindola · 12 years ago
  60. d7ae0f1 Make the wording in of the "expected identifier" error in the .macro directive by Rafael Espindola · 12 years ago
  61. 6d2986c ARM: Move Thumb2 tests to Thumb2 test file and fix CHECK lines. by Jim Grosbach · 12 years ago
  62. af402ac Give this test an explicit triple. by Nick Lewycky · 12 years ago
  63. 0c5602d When emitting the PC range in an FDE, use the same data encoding for both ends by Nick Lewycky · 12 years ago
  64. 8d7e5ef Another 32 to 64 bit sign extension bug. by Jack Carter · 12 years ago
  65. 5ac2520 llvm/test/MC/COFF/seh.s: Fixup corresponding to r161487. by NAKAMURA Takumi · 12 years ago
  66. ef92055 Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM. by Bill Wendling · 12 years ago
  67. 5b0e9ce The define for 64 bit sign extension neglected to by Jack Carter · 12 years ago
  68. 61de70d The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64 by Jack Carter · 12 years ago
  69. fc54d9e Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST. by Jack Carter · 12 years ago
  70. 1c37814 Support fpv4 for ARM Cortex-M4. by Jiangning Liu · 12 years ago
  71. fd652df Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset index issue. by Jiangning Liu · 12 years ago
  72. c1b7ca5 Fix #13138, a bug around ARM instruction DSB encoding and decoding issue. by Jiangning Liu · 12 years ago
  73. 1fb27ec Fix #13241, a bug around shift immediate operand for ARM instruction ADR. by Jiangning Liu · 12 years ago
  74. 9714644 Keep empty assembly macro argument values in the middle of the list. by Jim Grosbach · 12 years ago
  75. 5af4de1 Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cpp by Kevin Enderby · 12 years ago
  76. 7f76cb6 Make l/q suffixes on AVX forms of scalar convert instructions consistent with their non-AVX forms. by Craig Topper · 12 years ago
  77. 75dc33a Make x86 asm parser to check for xmm vs ymm for index register in gather instructions. Also fix Intel syntax for gather instructions to use 'DWORD PTR' or 'QWORD PTR' to match gas. by Craig Topper · 12 years ago
  78. e035f65 Doubleword Shift Left Logical Plus 32 by Jack Carter · 12 years ago
  79. fd506ef The Mips specific relocation R_MIPS_GOT_DISP by Jack Carter · 12 years ago
  80. 657c7cb test case for revision 160084: Alignment filling between Mips function units by Jack Carter · 12 years ago
  81. 94e36e3 Fix check strings in test/MC/Disassembler/Mips/* and run FileCheck. by Akira Hatanaka · 12 years ago
  82. fae96f1 Fix instruction description of VMOV (between two ARM core registers and two single-precision resiters) (and do it properly this time! by Richard Barton · 12 years ago
  83. 97a0c6b Reverse assembler/disassembler operand order for gather instructions. by Craig Topper · 12 years ago
  84. 270e362 Revert r159938 (and r159945) to appease the buildbots. by Chad Rosier · 12 years ago
  85. 241b77f Reapply r158846. by Akira Hatanaka · 12 years ago
  86. 2e7e34b Fix instruction description of VMOV (between two ARM core registers and two single-precision resiters) by Richard Barton · 12 years ago
  87. 8ed97ef Prevent ARM assembler from losing a right shift by #32 applied to a register by Richard Barton · 12 years ago
  88. 2b6652f Teach the assembler to use the narrow thumb encodings of various three-register dp instructions where permissable. by Richard Barton · 12 years ago
  89. 63d10fb revert r159851. by Akira Hatanaka · 12 years ago
  90. e32cc0d Reapply r158846. by Akira Hatanaka · 12 years ago
  91. a101014 Add aliases for pblendvb, blendvpd, and blendvps instructions with the implicit xmm0 operand specified. Fixes PR13252. by Craig Topper · 12 years ago
  92. 39ae363 Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructor by Jack Carter · 12 years ago
  93. 1de43ed Fix the remaining TCL-style quotes found in the testsuite. This is by Chandler Carruth · 12 years ago
  94. 49589f0 Convert the uses of '|&' to use '2>&1 |' instead, which works on old by Chandler Carruth · 12 years ago
  95. 4177e6f Convert all tests using TCL-style quoting to use shell-style quoting. by Chandler Carruth · 12 years ago
  96. 40307c7 X86: add more GATHER intrinsics in LLVM by Manman Ren · 12 years ago
  97. a6d6ef6 This allows hello world to be compiled for Mips 64 direct object. by Jack Carter · 12 years ago
  98. 4acefe1 Teach assembler to handle capitalised operation values for DSB instructions by Richard Barton · 12 years ago
  99. 1f7a1b6 X86: add GATHER intrinsics (AVX2) in LLVM by Manman Ren · 12 years ago
  100. 952caee Remove some duplicate instructions that exist only to given different mnemonics for the assembler. Use InstAlias instead. by Craig Topper · 12 years ago