1. c49ac5e Use std::unique_ptr. NFC. by Rafael Espindola · 10 years ago
  2. 449711c Stop producing .data.rel sections. by Rafael Espindola · 10 years ago
  3. 2d4d161 ARM: support .watchos_version_min and .tvos_version_min. by Tim Northover · 10 years ago
  4. 8ad7399 [MachO] Stop generating *coal* sections. by Akira Hatanaka · 10 years ago
  5. 276332b Revert r250349. by Akira Hatanaka · 10 years ago
  6. 1cea644 [MachO] Stop generating *coal* sections. by Akira Hatanaka · 10 years ago
  7. d58d347 Revert r250342. by Akira Hatanaka · 10 years ago
  8. c078ae3 [MachO] Stop generating *coal* sections. by Akira Hatanaka · 10 years ago
  9. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  10. dc3f01e Simplify expressions involving boolean constants with clang-tidy by David Blaikie · 11 years ago
  11. 3fd1e99 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
  12. a55b95b SourceMgr: make valid buffer IDs start from one by Alp Toker · 11 years ago
  13. d59664f raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. by Benjamin Kramer · 12 years ago
  14. 353eda4 [C++] Use 'nullptr'. by Craig Topper · 12 years ago
  15. 319026d Tidy up. Update per naming conventions. by Jim Grosbach · 12 years ago
  16. 448334a Darwin: Add assembler directives to create version-min load commands. by Jim Grosbach · 12 years ago
  17. 59be68f [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  18. cd481d3 MC: Use MachO::SectionType for MCSectionMachO::getType's return type by David Majnemer · 12 years ago
  19. 7b58305 MC: Remove superfluous section attribute flag definitions by David Majnemer · 12 years ago
  20. 90c7f1c Replace the F_Binary flag with a F_Text one. by Rafael Espindola · 12 years ago
  21. 7b51496 Use the default values. by Rafael Espindola · 12 years ago
  22. 3402c05 Add Support For .bss Named Section Directive For Darwin Targets. by Rafael Espindola · 12 years ago
  23. 3aeada2 The integrated darwin assembler can hang in an infinite loop (or get an assert by Kevin Enderby · 12 years ago
  24. 6d35481 Add a wrapper for open. by Rafael Espindola · 12 years ago
  25. 2f495b9 Add support for subsections to the ELF assembler. Fixes PR8717. by Peter Collingbourne · 13 years ago
  26. d2037eb MCParser: Update method names per coding guidelines. by Jim Grosbach · 13 years ago
  27. 16004b8 [MC/Mach-O] Add AsmParser support for .linker_option directive. by Daniel Dunbar · 13 years ago
  28. b94c578 [MC] Fix 80-col violas. by Daniel Dunbar · 13 years ago
  29. 29b9f47 Use the ExtensionDirectiveHandler type in other places where it makes sense. by Eli Bendersky · 13 years ago
  30. 5edabc1 Teach MachO which sections contain code by Tim Northover · 13 years ago
  31. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  32. ce4fe41 Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM. by Bill Wendling · 13 years ago
  33. 4b63d2a Refactor data-in-code annotations. by Jim Grosbach · 13 years ago
  34. 74ba262 Reapply 131644 including the missing header changes: by Joerg Sonnenberger · 14 years ago
  35. 3e2f174 Revert r131644; it's breaking the build. by Eli Friedman · 14 years ago
  36. 59b5231 Introduce -fatal-assembler-warnings for the obvious purpose by Joerg Sonnenberger · 14 years ago
  37. 12d5312 Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638> by Stuart Hastings · 15 years ago
  38. 08b4daa Revert 127939. <rdar://problem/9012638> by Stuart Hastings · 15 years ago
  39. 83d4a28 Revise r126127 to address Daniel's comments. <rdar://problem/9012638> by Stuart Hastings · 15 years ago
  40. f1d62cf MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't have by Daniel Dunbar · 15 years ago
  41. 14be61a Darwin 'as' silently ignores the '.ident' directive. by Jim Grosbach · 15 years ago
  42. 5391eb6 Fix spelling. by Bill Wendling · 15 years ago
  43. 8897d47 MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't by Daniel Dunbar · 15 years ago
  44. 40a564f MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token by Daniel Dunbar · 15 years ago
  45. 0cb91cf MC/AsmParser: Move Darwin specific parse to DarwinAsmParser.cpp. by Daniel Dunbar · 15 years ago