1. bb694de [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  2. 596587f MC: Appease the buildbots by David Majnemer · 12 years ago
  3. e500ec1 MC: Cleanup MCSectionMachO::ParseSectionSpecifier by David Majnemer · 12 years ago
  4. cd481d3 MC: Use MachO::SectionType for MCSectionMachO::getType's return type by David Majnemer · 12 years ago
  5. 7b58305 MC: Remove superfluous section attribute flag definitions by David Majnemer · 12 years ago
  6. f907b89 Correct word hyphenations by Alp Toker · 12 years ago
  7. 2f495b9 Add support for subsections to the ELF assembler. Fixes PR8717. by Peter Collingbourne · 13 years ago
  8. 83c74e9 Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration. by Guy Benyei · 13 years ago
  9. 12d5312 Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638> by Stuart Hastings · 15 years ago
  10. 08b4daa Revert 127939. <rdar://problem/9012638> by Stuart Hastings · 15 years ago
  11. 83d4a28 Revise r126127 to address Daniel's comments. <rdar://problem/9012638> by Stuart Hastings · 15 years ago
  12. d7927e0 End the line if we return early. Radar 9012638. by Stuart Hastings · 15 years ago
  13. b4863a4 Fix to correctly support attribute((section("__DATA, __common"))). by Stuart Hastings · 15 years ago
  14. 0de20af Add missing standard headers. Patch by Joerg Sonnenberger! by Nick Lewycky · 15 years ago
  15. 7a2cd8b make isVirtualSection a virtual method on MCSection. Chris' suggestion. by Rafael Espindola · 15 years ago
  16. 90600d3 Trailing whitespace. by Jim Grosbach · 15 years ago
  17. 87f77b5 Add hook in MCSection to decide when to use "optimized nops", for each by Jan Wen Voung · 15 years ago
  18. 3dca28d Fix section attribute name. by Eric Christopher · 15 years ago
  19. ce5e1bb MC: Add dyn_cast support to MCSection. by Daniel Dunbar · 15 years ago
  20. bf79238 Add some section and constant support for darwin TLS. by Eric Christopher · 15 years ago
  21. 5418dd5 move elf section uniquing to MCContext. Along the way by Chris Lattner · 16 years ago
  22. ad36e8a Pass StringRef by value. by Daniel Dunbar · 16 years ago
  23. 818b6b9 Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" so by Kevin Enderby · 16 years ago
  24. a15f004 eliminate a use of strtoul. by Chris Lattner · 16 years ago
  25. e9a75a6 rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
  26. 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  27. 6c20391 split MachO section handling stuff out to its out .h/.cpp file. by Chris Lattner · 16 years ago