1. 352fb46 delete function name from comment by Sanjay Patel · 11 years ago
  2. fdc8813 Remove AllowQuotesInName and friends from MCAsmInfo. by Rafael Espindola · 12 years ago
  3. ac511ca ELF: Add support for the exclude section bit for gas compat. by Benjamin Kramer · 12 years ago
  4. 2f495b9 Add support for subsections to the ELF assembler. Fixes PR8717. by Peter Collingbourne · 13 years ago
  5. dc1e36e Tidy up. Trailing whitespace. by Jim Grosbach · 13 years ago
  6. 62f7597 Be nice to Xcore and the XMOS assembler and avoid quoting section names by Joerg Sonnenberger · 15 years ago
  7. 852ab89 Bug#9033: For the ELF assembler output, always quote the section name. by Joerg Sonnenberger · 15 years ago
  8. 70d8015 Switch llvm to using comdats. For now always use groups with a single section. by Rafael Espindola · 15 years ago
  9. 85bc995 Move broken HasCommonSymbols to ELFWriter.cpp. by Rafael Espindola · 15 years ago
  10. 0e7e34e Remove more duplicated code. by Rafael Espindola · 15 years ago
  11. aea4958 Remove duplicated code. by Rafael Espindola · 15 years ago
  12. 9ae2d05 Add support for @note. Patch by Jörg Sonnenberger. by Rafael Espindola · 15 years ago
  13. 7a2cd8b make isVirtualSection a virtual method on MCSection. Chris' suggestion. by Rafael Espindola · 15 years ago
  14. 9bb44a5 Fixed version of 118639 with an extra assert to catch similar problems by Rafael Espindola · 15 years ago
  15. 33048f0 Revert previous patch. Missed a case. by Rafael Espindola · 15 years ago
  16. 4bdd272 Remove IsExplicit. It was always false. by Rafael Espindola · 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. efbdbe5 Move logic of determining ELF entsize from the .s printer to initialization by Jan Wen Voung · 15 years ago
  19. 5418dd5 move elf section uniquing to MCContext. Along the way by Chris Lattner · 16 years ago
  20. 94b993e Simplify some uses of str(n)cmp with StringRef. by Benjamin Kramer · 16 years ago
  21. b9d1f5a tidy by Chris Lattner · 16 years ago
  22. ad36e8a Pass StringRef by value. by Daniel Dunbar · 16 years ago
  23. e9a75a6 rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
  24. 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  25. 0fbe0f5 add support for target-specific ELF section flags, add a new MCSectionXCore by Chris Lattner · 16 years ago
  26. 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
  27. 3e0bd78 Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data and by Dan Gohman · 16 years ago
  28. 62e6a8b Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' by Bruno Cardoso Lopes · 16 years ago
  29. df743ae Add a method to return if the ELF section contains only common symbols! by Bruno Cardoso Lopes · 16 years ago
  30. 607cd3b Change MCSectionELF to represent a section semantically instead of by Bruno Cardoso Lopes · 16 years ago