1. 0f156af Add a special ARM trap encoding for NaCl. by Eli Bendersky · 12 years ago
  2. 97130e2 This patch implements runtime ARM specific setting of ELF header e_flags. by Jack Carter · 12 years ago
  3. dba1430 This patch implements runtime Mips specific setting of ELF header e_flags. by Jack Carter · 12 years ago
  4. 9a7bf43 This patch reworks how llvm targets set and update ELF header e_flags. by Jack Carter · 12 years ago
  5. 0933134 [MC][COFF] Delay handling symbol aliases when writing by Michael J. Spencer · 12 years ago
  6. e6482fa Merge SSE and AVX shuffle instructions in the comment printer. by Craig Topper · 12 years ago
  7. 467016e Fix 256-bit PALIGNR comment decoding to understand that it works on independent 256-bit lanes. by Craig Topper · 12 years ago
  8. 970a479 [XCore] Add missing l2rus instructions. by Richard Osborne · 12 years ago
  9. b719d8b [XCore] Add missing l2r instructions. by Richard Osborne · 12 years ago
  10. 9d2b1ae [XCore] Add missing 1r instructions. by Richard Osborne · 12 years ago
  11. f5e7e79 [XCore] Add missing 0r instructions. by Richard Osborne · 12 years ago
  12. 200b306 X86: Decode PALIGN operands so I don't have to do it in my head. by Benjamin Kramer · 12 years ago
  13. c47bd98 Add instruction encodings / disassembly support for l4r instructions. by Richard Osborne · 12 years ago
  14. 767295f Now that llvm-dwarfdump supports flags to specify which DWARF section to dump, by Eli Bendersky · 12 years ago
  15. 3b6a5ee Add instruction encodings / disassembly support for l5r instructions. by Richard Osborne · 12 years ago
  16. 801c583 This patch implements parsing the .word directive for the Mips assembler. by Jack Carter · 12 years ago
  17. 9e6a5a3 Add instruction encodings / disassembly support for l6r instructions. by Richard Osborne · 12 years ago
  18. 0ec35ac Add instruction encodings / disassembly support for u10 / lu10 instructions. by Richard Osborne · 12 years ago
  19. 221514e Add a warning when there is a macro defintion that has named parameters but by Kevin Enderby · 12 years ago
  20. 5de048e Have the integrated assembler give an error if $1 is used as an identifier in by Kevin Enderby · 12 years ago
  21. aaf483f Add forgotten test case for the x32 commit by Eli Bendersky · 12 years ago
  22. 341c5fb X86: Make sure we account for the FMA4 register immediate value, otherwise rip-rel relocations will be off by one byte. by Benjamin Kramer · 12 years ago
  23. 8492096 [MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit. by Daniel Dunbar · 12 years ago
  24. 8da5434 Add instruction encodings / disassembly support for u6 / lu6 instructions. by Richard Osborne · 12 years ago
  25. 9b709f8 Add instruction encoding / disassembly support for ru6 / lru6 instructions. by Richard Osborne · 12 years ago
  26. b853c41 Add instruction encodings / disassembly support for l2rus instructions. by Richard Osborne · 12 years ago
  27. c78ec6b Add instruction encodings / disassembly support for l3r instructions. by Richard Osborne · 12 years ago
  28. a68c64f Add instruction encodings / disassembler support for 2rus instructions. by Richard Osborne · 12 years ago
  29. 62b8786 Add instruction encodings / disassembly support 3r instructions. by Richard Osborne · 12 years ago
  30. c91cbb9 This is a resubmittal. For some reason it broke the bots yesterday by Jack Carter · 12 years ago
  31. e72fac6 This is a resubmittal. For some reason it broke the bots yesterday by Jack Carter · 12 years ago
  32. 6d49b68 [MC/Mach-O] Implement integrated assembler support for linker options. by Daniel Dunbar · 12 years ago
  33. a94c339 [MC/Mach-O] Add support for linker options in Mach-O files. by Daniel Dunbar · 12 years ago
  34. cddd236 [MC/Mach-O] Add AsmParser support for .linker_option directive. by Daniel Dunbar · 12 years ago
  35. c147b67 This is a resubmittal. For some reason it broke the bots yesterday by Jack Carter · 12 years ago
  36. 75c9b93 We want the dwarf AT_producer for assembly source files to match clang's by Kevin Enderby · 12 years ago
  37. 457ee1a reverting 172579 by Jack Carter · 12 years ago
  38. 490c7d9 Akira, by Jack Carter · 12 years ago
  39. 096d617 This patch fixes a Mips specific bug where by Jack Carter · 12 years ago
  40. dd2e895 [ms-inline asm] Extend support for parsing Intel bracketed memory operands that by Chad Rosier · 12 years ago
  41. ec3199f This patch tackles the problem of parsing Mips by Jack Carter · 12 years ago
  42. a1db5de PowerPC: EH adjustments by Adhemerval Zanella · 12 years ago
  43. 4a50e53 This patch produces the correct addend value for an R_MIPS_GPREL16 relocation. by Jack Carter · 12 years ago
  44. 26853a5 This patch produces the correct pointer size by Jack Carter · 12 years ago
  45. 59d1521 Add some additional tests for the .bundle_lock align_to_end feature that didn't by Eli Bendersky · 12 years ago
  46. 6c1d497 Add the align_to_end option to .bundle_lock in the MC implementation of aligned by Eli Bendersky · 12 years ago
  47. f564a93 Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si, cvttss2si, cvtsd2si, and cvttsd2si to match gas behavior. by Craig Topper · 12 years ago
  48. 7b44988 PowerPC: Fix eh_frame relocation for PIC by Adhemerval Zanella · 12 years ago
  49. 5bf3a28 Adds missing aliases for fcom and fcomp instructions without arguments. by Kevin Enderby · 12 years ago
  50. 1892253 [mips] Fix encoding of BAL instruction. Also, fix assembler test case which by Akira Hatanaka · 12 years ago
  51. 15019a8 Change Lit error redirection to FileCheck to a more common syntax since it by Eli Bendersky · 12 years ago
  52. b17201f Add a largish auto-generated test for the aligned bundling feature, along with by Eli Bendersky · 12 years ago
  53. 16996c4 Tests for the aligned bundling support added in r170718 by Eli Bendersky · 12 years ago
  54. 759e3fa Remove edis - the enhanced disassembler. Fixes PR14654. by Roman Divacky · 12 years ago
  55. f8cd4df llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash. by NAKAMURA Takumi · 12 years ago
  56. 1b6e9b8 Add a triple to this test -- it has to be an ELF platform... by Chandler Carruth · 12 years ago
  57. 6c31d31 Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the by Chandler Carruth · 12 years ago
  58. c47793c Add instruction encodings / disassembly support for l2r instructions. by Richard Osborne · 12 years ago
  59. a839ffc Add instruction encodings for PEEK and ENDIN. by Richard Osborne · 12 years ago
  60. 35150cb Add instruction encodings / disassembly support for rus instructions. by Richard Osborne · 12 years ago
  61. ff6114e Add instruction encodings for ZEXT and SEXT. by Richard Osborne · 12 years ago
  62. 1ffe48a Add instruction encodings / disassembly support for 2r instructions. by Richard Osborne · 12 years ago
  63. dd78daa Add instruction encodings / disassembly support for 0r instructions. by Richard Osborne · 12 years ago
  64. e4e0089 Add tests for disassembly of 1r XCore instructions. by Richard Osborne · 12 years ago
  65. a827a47 Make sure the alternate PC+imm syntax of LDR instruction with a small by Kevin Enderby · 12 years ago
  66. 25953bf Make this Lit config file a bit slimmer by Eli Bendersky · 12 years ago
  67. 659dacd revert the test change by Hao Liu · 12 years ago
  68. 7fc66a2 A newbie try a test commit by Hao Liu · 12 years ago
  69. e1dee8a Add a test for explicitly exercising the mc-relax-all flag. by Eli Bendersky · 12 years ago
  70. 8ddc5a1 Add separate statistics for Data and Inst fragments emitted during relaxation. by Eli Bendersky · 12 years ago
  71. 6eb3e87 Added Mapping Symbols for ARM ELF by Tim Northover · 12 years ago
  72. f2a1c83 Correct ARM NOP encoding by David Sehr · 12 years ago
  73. d224f28 Test commit. by David Sehr · 12 years ago
  74. 14ccc90 Added a option to the disassembler to print immediates as hex. by Kevin Enderby · 12 years ago
  75. a790bc1 A test in thid directory was not being run because lit.local.cfg didn't by Eli Bendersky · 12 years ago
  76. 1c83093 Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInst by Kevin Enderby · 12 years ago
  77. 781dfbd Fix initial frame state on powerpc64. by Ulrich Weigand · 12 years ago
  78. eb6363a The section is .debug_line. by Eric Christopher · 12 years ago
  79. 527ba9c Make this test less sensitive. by Eli Bendersky · 12 years ago
  80. f4f14f6 Add support for .cfi_register now that it is easy to extent the representation by Rafael Espindola · 12 years ago
  81. c8fec7e Implement .cfi_undefined. Based on a patch from PaX team, updated by by Rafael Espindola · 12 years ago
  82. 198ad91 Mips direct object xgot support by Jack Carter · 12 years ago
  83. 527388d This patch is in preparation for adding medium code model support to the by Bill Schmidt · 12 years ago
  84. de7c853 Remove DOS line endings. by Jakub Staszak · 12 years ago
  85. 3ca6382 X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches. by Jim Grosbach · 12 years ago
  86. 15ab115 Emit relocations from .debug_aranges to .debug_info for asm files by Alexey Samsonov · 12 years ago
  87. 4de5872 [MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev! by Michael J. Spencer · 12 years ago
  88. 51abc98 Add test case to verify correct relocs being generated for by Ulrich Weigand · 12 years ago
  89. 7855006 Convert an improper CodeGen test to a MC test. by Evan Cheng · 12 years ago
  90. be02a90 Add support of RTM from TSX extension by Michael Liao · 12 years ago
  91. 32c1a82 Fix for PR14264 cause by commit r167237 which did not take into account a by Kevin Enderby · 12 years ago
  92. 11a45c2 [mips] Stop reserving register AT and use register scavenger when a scratch by Akira Hatanaka · 12 years ago
  93. 53e93e8 [mips] Fix disassembler test cases. by Akira Hatanaka · 12 years ago
  94. 938482f Add support for generating dwarf debugging info with assembly files by Kevin Enderby · 12 years ago
  95. 7dd4dc8 MC: Simple example parser for MC assembly markup. by Jim Grosbach · 12 years ago
  96. 8ba1474 ARM: Better disassembly for pc-relative LDR. by Jim Grosbach · 12 years ago
  97. 445ba85 Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch target by Kevin Enderby · 12 years ago
  98. 2fbc239 [ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] is by Chad Rosier · 12 years ago
  99. aa71428 Initial TOC support for PowerPC64 object creation by Adhemerval Zanella · 12 years ago
  100. d95666c Tell llvm-mc we're using intel syntax, so we don't have to use directives. by Chad Rosier · 12 years ago