1. 60fbc7c [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter by Lang Hames · 8 years ago
  2. 9b206a7 [MC] Plumb unique_ptr<MCMachObjectTargetWriter> through createMachObjectWriter by Lang Hames · 8 years ago
  3. 4bafa16 ARM: use internal relocations for local symbols after all. by Tim Northover · 8 years ago
  4. 14302fc ARM: use an external relocation for calls from MachO ARM mode. by Tim Northover · 8 years ago
  5. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  6. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  7. b03fd12 Replace "fallthrough" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
  8. b9edc5c ARM: fix handling of movw/movt relocations with addend. by Tim Northover · 10 years ago
  9. 9be59af [Assembler] Make fatal assembler errors non-fatal by Oliver Stannard · 10 years ago
  10. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  11. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  12. 4915dd0 Remove includes of MCMachOSymbolFlags.h after it was deleted by Pete Cooper · 10 years ago
  13. 36e60e9 MC: Clean up naming in MCObjectWriter. NFC. by Jim Grosbach · 10 years ago
  14. 7c76b4c MC: Remove obsolete MachO UseAggressiveSymbolFolding. by Jim Grosbach · 10 years ago
  15. 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 10 years ago
  16. 4d37b2a Remove getData. by Rafael Espindola · 10 years ago
  17. beb6060 Remove the MCSymbolData typedef. by Rafael Espindola · 10 years ago
  18. 3a5d3cc Remove a trivial forwarding function. NFC. by Rafael Espindola · 10 years ago
  19. 61e724a Stop using MCSectionData in MCMachObjectWriter.h. by Rafael Espindola · 10 years ago
  20. 079027e Stop using MCSectionData in MCExpr.h. by Rafael Espindola · 10 years ago
  21. 7549f87 Return a MCSection from MCFragment::getParent(). by Rafael Espindola · 10 years ago
  22. 6e6820a Stop forwarding getOrdinal and setOrdinal. by Rafael Espindola · 10 years ago
  23. 08b8726 MC: Use MCSymbol in MachObjectWriter, NFC by Duncan P. N. Exon Smith · 10 years ago
  24. 99d8a8e MC: Take MCSymbol in MachObjectWriter::getSymbolAddress(), NFC by Duncan P. N. Exon Smith · 10 years ago
  25. 2a40483 MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFC by Duncan P. N. Exon Smith · 10 years ago
  26. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  27. 6e23e5a MC: Use MCSymbol in RelAndSymbol, NFC by Duncan P. N. Exon Smith · 10 years ago
  28. 5560a4c Use raw_pwrite_stream in the object writer/streamer. by Rafael Espindola · 11 years ago
  29. 49286e9 clang-format bits of code to make a followup patch easy to read. by Rafael Espindola · 11 years ago
  30. 4233557 ARM: do not relax Thumb1 -> Thumb2 if only Thumb1 is available. by Tim Northover · 11 years ago
  31. 2658554 Add r224985 back with fixes. by Rafael Espindola · 11 years ago
  32. 7244bb3 Revert "Add r224985 back with two fixes." by Rafael Espindola · 11 years ago
  33. d9c3e30 Add r224985 back with two fixes. by Rafael Espindola · 11 years ago
  34. 04b37c4 Revert r225048: It broke ObjC on AArch64. by Lang Hames · 11 years ago
  35. 54b435e Add r224985 back with a fix. by Rafael Espindola · 11 years ago
  36. d4da904 Revert "Remove doesSectionRequireSymbols." by Rafael Espindola · 11 years ago
  37. b22d5aa Remove doesSectionRequireSymbols. by Rafael Espindola · 11 years ago
  38. 3e67db9 MC: Bit pack MCSymbolData. by Benjamin Kramer · 11 years ago
  39. 1bc367a ARM: when falling back to scattered relocs, keep the type. by Tim Northover · 11 years ago
  40. b60c829 Centralize the handling of the thumb bit. by Rafael Espindola · 12 years ago
  41. 062a2ba [C++] Use 'nullptr'. Target edition. by Craig Topper · 12 years ago
  42. 908f4d4 Spread some const around for non-mutating uses of MCSymbolData. by David Blaikie · 12 years ago
  43. 5904e12 Completely rewrite ELFObjectWriter::RecordRelocation. by Rafael Espindola · 12 years ago
  44. ca7e3e5 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  45. 651898c Fixed a bug in getARMFixupKindMachOInfo() where three ARM fixup kinds by Kevin Enderby · 12 years ago
  46. 8bdfafd Move everything depending on Object/MachOFormat.h over to Support/MachO.h. by Charles Davis · 12 years ago
  47. 1827bd8 Revert "Fix the build broken by r189315." and "Move everything depending on Object/MachOFormat.h over to Support/MachO.h." by Charles Davis · 12 years ago
  48. 0c6f71b Move everything depending on Object/MachOFormat.h over to Support/MachO.h. by Charles Davis · 12 years ago
  49. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  50. df8ed71 ARM: Darwin BL/BLX relocations to out-of-range symbols. by Jim Grosbach · 13 years ago
  51. ca1e27b Remove redundant semicolons which are null statements. by Dmitri Gribenko · 13 years ago
  52. 5c490f1 Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cpp by Kevin Enderby · 13 years ago
  53. 35521e2 Fix a typo (the the => the) by Sylvestre Ledru · 13 years ago
  54. fb5cd60 Ensure conditional BL instructions for ARM are given the fixup fixup_arm_condbranch. by James Molloy · 14 years ago
  55. 997614f ARM non-scattered MachO relocations for movw/movt. by Jim Grosbach · 14 years ago
  56. 7b811d3 ARM BL/BLX instruction fixups should use relocations. by Jim Grosbach · 14 years ago
  57. 20275a8 Better user diagnostics for more ARM MachO relocation errors. by Jim Grosbach · 14 years ago
  58. 5e5eabb Keep source information, if available, around for ARM Fixups. by Jim Grosbach · 14 years ago
  59. 46a9f01 More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
  60. d633c2f Nuke inadvertant debugging commit. by Jim Grosbach · 14 years ago
  61. d6ae4ba Darwin assembler improved relocs when w/o subsections_via_symbols. by Jim Grosbach · 14 years ago
  62. ae91322 Better fix for ARM MOVT relocation encoding of thumb bit. by Jim Grosbach · 14 years ago
  63. 5928e69 Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCAsmBackend. by Evan Cheng · 14 years ago
  64. f2596bc Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong. by Evan Cheng · 14 years ago
  65. ad5f485 Sink ARM mc routines into MCTargetDesc. by Evan Cheng · 14 years ago[Renamed (99%) from llvm/lib/Target/ARM/ARMMachObjectWriter.cpp]
  66. 28fcafb Refactor MachO relocation generaration into the Target directories. by Jim Grosbach · 14 years ago
  67. 2354f87 Move ARMMachObjectWriter to its own file. by Jim Grosbach · 14 years ago