1. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  2. 3600305 MC: Remove unused virtual function MCObjectWriter::isWeak. NFC. by Peter Collingbourne · 8 years ago
  3. 3d8b0eb [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  4. e3a20f5 Fix pr24486. by Rafael Espindola · 10 years ago
  5. 36e60e9 MC: Clean up naming in MCObjectWriter. NFC. by Jim Grosbach · 10 years ago
  6. 4d37b2a Remove getData. by Rafael Espindola · 10 years ago
  7. beb6060 Remove the MCSymbolData typedef. by Rafael Espindola · 10 years ago
  8. 3a5d3cc Remove a trivial forwarding function. NFC. by Rafael Espindola · 10 years ago
  9. 7549f87 Return a MCSection from MCFragment::getParent(). by Rafael Espindola · 10 years ago
  10. 5266ad9 MC: Use MCSymbol in MCObjectWriter::isWeak(), NFC by Duncan P. N. Exon Smith · 10 years ago
  11. d81ba53 MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFullyResolvedImpl() by Duncan P. N. Exon Smith · 10 years ago
  12. 35d6189 Compute A-B when A or B is weak. by Rafael Espindola · 10 years ago
  13. 972756b Remove unnecessary uses of AliasedSymbol. by Rafael Espindola · 10 years ago
  14. 94a88d7 Be consistent when deciding if a relocation is needed. by Rafael Espindola · 10 years ago
  15. 59f90b2 clang-format bits of code to make another patch readable. by Rafael Espindola · 11 years ago
  16. f275ad8 Fix fixup evaluation when deciding what to relocate with. by Rafael Espindola · 11 years ago
  17. bf387df Move [SU]LEB128 encoding to a utility header. by Jim Grosbach · 13 years ago
  18. e1a12cf Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses a by Kevin Enderby · 14 years ago
  19. c74798d Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 encoding from the DWARF asm printer. by Benjamin Kramer · 14 years ago
  20. 490d02a Gas is very inconsistent about when a relaxation/relocation is needed. Do by Rafael Espindola · 15 years ago
  21. 0f8abeb Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We now by Rafael Espindola · 15 years ago
  22. b403e09 Merge isAbsolute into IsSymbolRefDifferenceFullyResolved. by Rafael Espindola · 15 years ago
  23. e46564a This is the last major patch to implement support for the .loc directive by Kevin Enderby · 15 years ago
  24. 79e0e5a MC/Mach-O: Move to MachObjectWriter.{h,cpp}. by Daniel Dunbar · 16 years ago
  25. f027abf MC: Split MCObjectWriter out of MCAssembler.cpp. by Daniel Dunbar · 16 years ago