1. 8e02576 MCAsmInfo: Allow targets to specify when the .section directive should be omitted by Tom Stellard · 10 years ago
  2. 8b64355 MC: Add target hook to control symbol quoting by Matt Arsenault · 10 years ago
  3. 41e2b5c Use a comma after the unique keyword. by Rafael Espindola · 11 years ago
  4. 8ca44f0 Implement unique sections with an unique ID. by Rafael Espindola · 11 years ago
  5. 68fa249 Add r228980 back. by Rafael Espindola · 11 years ago
  6. d99f427 Revert a series of commits starting at r228886 which is triggering some by Chandler Carruth · 11 years ago
  7. b6a812e Add support for having multiple sections with the same name and comdat. by Rafael Espindola · 11 years ago
  8. ba31e27 Compute the ELF SectionKind from the flags. by Rafael Espindola · 11 years ago
  9. 352fb46 delete function name from comment by Sanjay Patel · 11 years ago
  10. fdc8813 Remove AllowQuotesInName and friends from MCAsmInfo. by Rafael Espindola · 12 years ago
  11. ac511ca ELF: Add support for the exclude section bit for gas compat. by Benjamin Kramer · 12 years ago
  12. 2f495b9 Add support for subsections to the ELF assembler. Fixes PR8717. by Peter Collingbourne · 13 years ago
  13. dc1e36e Tidy up. Trailing whitespace. by Jim Grosbach · 13 years ago
  14. 62f7597 Be nice to Xcore and the XMOS assembler and avoid quoting section names by Joerg Sonnenberger · 15 years ago
  15. 852ab89 Bug#9033: For the ELF assembler output, always quote the section name. by Joerg Sonnenberger · 15 years ago
  16. 70d8015 Switch llvm to using comdats. For now always use groups with a single section. by Rafael Espindola · 15 years ago
  17. 85bc995 Move broken HasCommonSymbols to ELFWriter.cpp. by Rafael Espindola · 15 years ago
  18. 0e7e34e Remove more duplicated code. by Rafael Espindola · 15 years ago
  19. aea4958 Remove duplicated code. by Rafael Espindola · 15 years ago
  20. 9ae2d05 Add support for @note. Patch by Jörg Sonnenberger. by Rafael Espindola · 15 years ago
  21. 7a2cd8b make isVirtualSection a virtual method on MCSection. Chris' suggestion. by Rafael Espindola · 15 years ago
  22. 9bb44a5 Fixed version of 118639 with an extra assert to catch similar problems by Rafael Espindola · 15 years ago
  23. 33048f0 Revert previous patch. Missed a case. by Rafael Espindola · 15 years ago
  24. 4bdd272 Remove IsExplicit. It was always false. by Rafael Espindola · 15 years ago
  25. 87f77b5 Add hook in MCSection to decide when to use "optimized nops", for each by Jan Wen Voung · 15 years ago
  26. efbdbe5 Move logic of determining ELF entsize from the .s printer to initialization by Jan Wen Voung · 15 years ago
  27. 5418dd5 move elf section uniquing to MCContext. Along the way by Chris Lattner · 16 years ago
  28. 94b993e Simplify some uses of str(n)cmp with StringRef. by Benjamin Kramer · 16 years ago
  29. b9d1f5a tidy by Chris Lattner · 16 years ago
  30. ad36e8a Pass StringRef by value. by Daniel Dunbar · 16 years ago
  31. e9a75a6 rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
  32. 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  33. 0fbe0f5 add support for target-specific ELF section flags, add a new MCSectionXCore by Chris Lattner · 16 years ago
  34. c773141 *try* to use a better name to describe how common symbols are marked on the elf object file. by Bruno Cardoso Lopes · 16 years ago
  35. 3e0bd78 Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data and by Dan Gohman · 16 years ago
  36. 62e6a8b Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' by Bruno Cardoso Lopes · 16 years ago
  37. df743ae Add a method to return if the ELF section contains only common symbols! by Bruno Cardoso Lopes · 16 years ago
  38. 607cd3b Change MCSectionELF to represent a section semantically instead of by Bruno Cardoso Lopes · 16 years ago