1. f740fd6 [Hexagon] Handle Hexagon's SHF_HEX_GPREL section flag by Krzysztof Parzyszek · 7 years ago
  2. ae6eeae [MC] Add assembler support for .cg_profile. by Michael J. Spencer · 7 years ago
  3. b36fbbc CodeGen: support an extension to pass linker options on ELF by Saleem Abdulrasool · 8 years ago
  4. a5ba4ee [Triple] Add isThumb and isARM functions. by Florian Hahn · 8 years ago
  5. f0e26e7 MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table. by Peter Collingbourne · 8 years ago
  6. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  7. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  8. 12de7b2 Change section flag character for SHF_LINK_ORDER to "o". by Evgeniy Stepanov · 8 years ago
  9. 43dcf4d Fix asm printing of associated sections. by Evgeniy Stepanov · 9 years ago
  10. ec8dfb1 [MC] Set SHT_MIPS_DWARF section type for all .debug_* sections on MIPS by Simon Atanasyan · 9 years ago
  11. 2953224 [MC] Accept a numeric value as an ELF section header's type by Simon Atanasyan · 9 years ago
  12. d96089b [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  13. e0eba3c Only print architecture dependent flags for that architecture. by Rafael Espindola · 9 years ago
  14. 52a7dd7 [ARM] Implement execute-only support in CodeGen by Prakhar Bahuguna · 9 years ago
  15. 889d7bb Bring r252305 back with a test fix. by Rafael Espindola · 10 years ago
  16. 8e02576 MCAsmInfo: Allow targets to specify when the .section directive should be omitted by Tom Stellard · 10 years ago
  17. 8b64355 MC: Add target hook to control symbol quoting by Matt Arsenault · 10 years ago
  18. 41e2b5c Use a comma after the unique keyword. by Rafael Espindola · 10 years ago
  19. 8ca44f0 Implement unique sections with an unique ID. by Rafael Espindola · 10 years ago
  20. 68fa249 Add r228980 back. by Rafael Espindola · 11 years ago
  21. d99f427 Revert a series of commits starting at r228886 which is triggering some by Chandler Carruth · 11 years ago
  22. b6a812e Add support for having multiple sections with the same name and comdat. by Rafael Espindola · 11 years ago
  23. ba31e27 Compute the ELF SectionKind from the flags. by Rafael Espindola · 11 years ago
  24. 352fb46 delete function name from comment by Sanjay Patel · 11 years ago
  25. fdc8813 Remove AllowQuotesInName and friends from MCAsmInfo. by Rafael Espindola · 12 years ago
  26. ac511ca ELF: Add support for the exclude section bit for gas compat. by Benjamin Kramer · 12 years ago
  27. 2f495b9 Add support for subsections to the ELF assembler. Fixes PR8717. by Peter Collingbourne · 12 years ago
  28. dc1e36e Tidy up. Trailing whitespace. by Jim Grosbach · 13 years ago
  29. 62f7597 Be nice to Xcore and the XMOS assembler and avoid quoting section names by Joerg Sonnenberger · 15 years ago
  30. 852ab89 Bug#9033: For the ELF assembler output, always quote the section name. by Joerg Sonnenberger · 15 years ago
  31. 70d8015 Switch llvm to using comdats. For now always use groups with a single section. by Rafael Espindola · 15 years ago
  32. 85bc995 Move broken HasCommonSymbols to ELFWriter.cpp. by Rafael Espindola · 15 years ago
  33. 0e7e34e Remove more duplicated code. by Rafael Espindola · 15 years ago
  34. aea4958 Remove duplicated code. by Rafael Espindola · 15 years ago
  35. 9ae2d05 Add support for @note. Patch by Jörg Sonnenberger. by Rafael Espindola · 15 years ago
  36. 7a2cd8b make isVirtualSection a virtual method on MCSection. Chris' suggestion. by Rafael Espindola · 15 years ago
  37. 9bb44a5 Fixed version of 118639 with an extra assert to catch similar problems by Rafael Espindola · 15 years ago
  38. 33048f0 Revert previous patch. Missed a case. by Rafael Espindola · 15 years ago
  39. 4bdd272 Remove IsExplicit. It was always false. by Rafael Espindola · 15 years ago
  40. 87f77b5 Add hook in MCSection to decide when to use "optimized nops", for each by Jan Wen Voung · 15 years ago
  41. efbdbe5 Move logic of determining ELF entsize from the .s printer to initialization by Jan Wen Voung · 15 years ago
  42. 5418dd5 move elf section uniquing to MCContext. Along the way by Chris Lattner · 15 years ago
  43. 94b993e Simplify some uses of str(n)cmp with StringRef. by Benjamin Kramer · 16 years ago
  44. b9d1f5a tidy by Chris Lattner · 16 years ago
  45. ad36e8a Pass StringRef by value. by Daniel Dunbar · 16 years ago
  46. e9a75a6 rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
  47. 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  48. 0fbe0f5 add support for target-specific ELF section flags, add a new MCSectionXCore by Chris Lattner · 16 years ago
  49. 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
  50. 3e0bd78 Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data and by Dan Gohman · 16 years ago
  51. 62e6a8b Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' by Bruno Cardoso Lopes · 16 years ago
  52. df743ae Add a method to return if the ELF section contains only common symbols! by Bruno Cardoso Lopes · 16 years ago
  53. 607cd3b Change MCSectionELF to represent a section semantically instead of by Bruno Cardoso Lopes · 16 years ago