summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfoELF.cpp
AgeCommit message (Expand)Author
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-02-11[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko
2016-01-15[WebAssembly] Don't create a needless .note.GNU-stack sectionDan Gohman
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola
2015-01-29Compute the ELF SectionKind from the flags.Rafael Espindola
2014-12-04Allow target to specify prefix for labelsMatt Arsenault
2014-10-15Move getNonexecutableStackSection up to the base ELF class.Rafael Espindola
2013-12-02Refactor the setting of PrivateGlobalPrefix.Rafael Espindola
2013-10-16Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola