1. e4405e9 [ADT] Switch a bunch of places in LLVM that were doing single-character by Chandler Carruth · 10 years ago
  2. 8ca44f0 Implement unique sections with an unique ID. by Rafael Espindola · 11 years ago
  3. b61beca Close unique sections when switching away from them. by Rafael Espindola · 11 years ago
  4. 6b9998b Create symbols marking the start of a section earlier. by Rafael Espindola · 11 years ago
  5. 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
  6. 596587f MC: Appease the buildbots by David Majnemer · 12 years ago
  7. e500ec1 MC: Cleanup MCSectionMachO::ParseSectionSpecifier by David Majnemer · 12 years ago
  8. cd481d3 MC: Use MachO::SectionType for MCSectionMachO::getType's return type by David Majnemer · 12 years ago
  9. 7b58305 MC: Remove superfluous section attribute flag definitions by David Majnemer · 12 years ago
  10. f907b89 Correct word hyphenations by Alp Toker · 12 years ago
  11. 2f495b9 Add support for subsections to the ELF assembler. Fixes PR8717. by Peter Collingbourne · 13 years ago
  12. 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
  13. 12d5312 Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638> by Stuart Hastings · 15 years ago
  14. 08b4daa Revert 127939. <rdar://problem/9012638> by Stuart Hastings · 15 years ago
  15. 83d4a28 Revise r126127 to address Daniel's comments. <rdar://problem/9012638> by Stuart Hastings · 15 years ago
  16. d7927e0 End the line if we return early. Radar 9012638. by Stuart Hastings · 15 years ago
  17. b4863a4 Fix to correctly support attribute((section("__DATA, __common"))). by Stuart Hastings · 15 years ago
  18. 0de20af Add missing standard headers. Patch by Joerg Sonnenberger! by Nick Lewycky · 15 years ago
  19. 7a2cd8b make isVirtualSection a virtual method on MCSection. Chris' suggestion. by Rafael Espindola · 15 years ago
  20. 90600d3 Trailing whitespace. by Jim Grosbach · 15 years ago
  21. 87f77b5 Add hook in MCSection to decide when to use "optimized nops", for each by Jan Wen Voung · 15 years ago
  22. 3dca28d Fix section attribute name. by Eric Christopher · 15 years ago
  23. ce5e1bb MC: Add dyn_cast support to MCSection. by Daniel Dunbar · 15 years ago
  24. bf79238 Add some section and constant support for darwin TLS. by Eric Christopher · 15 years ago
  25. 5418dd5 move elf section uniquing to MCContext. Along the way by Chris Lattner · 16 years ago
  26. ad36e8a Pass StringRef by value. by Daniel Dunbar · 16 years ago
  27. 818b6b9 Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" so by Kevin Enderby · 16 years ago
  28. a15f004 eliminate a use of strtoul. by Chris Lattner · 16 years ago
  29. e9a75a6 rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
  30. 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  31. 6c20391 split MachO section handling stuff out to its out .h/.cpp file. by Chris Lattner · 16 years ago