1. 257d5b5 [RISCV] Add symbol diff relocation support for RISC-V by Alex Bradbury · 7 years ago
  2. 63062d9 MC: Introduce an ELF dwo object writer and teach llvm-mc about it. by Peter Collingbourne · 7 years ago
  3. dcd7d6c MC: Separate creating a generic object writer from creating a target object writer. NFCI. by Peter Collingbourne · 7 years ago
  4. 571a330 MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an MCObjectWriter. NFCI. by Peter Collingbourne · 7 years ago
  5. 6e07dfb [RISCV] Add WasForced parameter to MCAsmBackend::fixupNeedsRelaxationAdvanced by Shiva Chen · 7 years ago
  6. 2251c79 [MC] Adding code padding for performance stability - infrastructure. NFC. by Omer Paparo Bivas · 8 years ago
  7. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  8. 3d8b0eb [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  9. eb9ed61 [mips][ias] Support .dtprel[d]word and .tprel[d]word directives by Simon Atanasyan · 9 years ago
  10. c52c74e MachO: enable .data_region directives everywhere by Tim Northover · 9 years ago
  11. ce10842 [MC, COFF] Add .reloc support for WinCOFF by David Majnemer · 10 years ago
  12. 9f6ad49 Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MIPS_32. by Daniel Sanders · 10 years ago
  13. a01780f [MC] Allow backends to decide relaxation for unresolved fixups. by Colin LeMahieu · 10 years ago
  14. a063bdd Simplify a really complicated check for Arch == X86_64. by Rafael Espindola · 12 years ago
  15. 5871321 Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). by Craig Topper · 12 years ago
  16. 745c52d MachO: direct-to-object attribute for data-in-code markers. by Jim Grosbach · 13 years ago
  17. dc1e36e Tidy up. Trailing whitespace. by Jim Grosbach · 13 years ago
  18. 6e80c28 Prune some includes and forward declarations. by Craig Topper · 14 years ago
  19. a56ab0ed Section relative fixups are a coff concept, not a x86 one. Replace the by Rafael Espindola · 14 years ago
  20. f5ddf13 This patch addresses gp relative fixups/relocations for jump tables. by Akira Hatanaka · 14 years ago
  21. 5928e69 Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCAsmBackend. by Evan Cheng · 14 years ago[Renamed (79%) from llvm/lib/MC/TargetAsmBackend.cpp]
  22. f2596bc Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong. by Evan Cheng · 14 years ago
  23. b6d52b8 Cast away "comparison between signed and unsigned integer" warnings. by Benjamin Kramer · 15 years ago
  24. 2ac8355 Add support for the same encodings of the personality function that gnu as by Rafael Espindola · 15 years ago
  25. d2867f1 MC/Target: Remove HasScatteredSymbols target hook variable, which has been by Daniel Dunbar · 15 years ago
  26. 0c9d9fd MC: Move target specific fixup info descriptors to TargetAsmBackend instead of by Daniel Dunbar · 15 years ago
  27. bf4a4e4 Remove the unused TheTarget member. by Rafael Espindola · 15 years ago
  28. 4262a22 Add a MCObjectFormat class so that code common to all targets that use a by Rafael Espindola · 15 years ago
  29. 6544baf MC/Darwin: Add a new target hook for whether the target uses "reliable" symbol differences, basically whether the assembler should attempt to understand atoms when using scattered symbols. by Daniel Dunbar · 16 years ago
  30. 3bea9bf MC: Sketch registry support for target specific assembler backends. by Daniel Dunbar · 16 years ago