aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCELFStreamer.h
AgeCommit message (Expand)Author
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-01-31Fix a think-o in the condition here. =[ I would commit the test thatChandler Carruth
2013-01-31Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth
2013-01-14Expose an InitToTextSection through MCStreamer.Eli Bendersky
2013-01-07Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth
2012-12-20Aligned bundling support. Following the discussion here:Eli Bendersky
2012-12-16This patch is needed to make c++ exceptions work for mips16.Reed Kotler
2012-12-08Fix Windows build breakage.Logan Chien
2012-12-07Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky
2012-12-07Split MCELFStreamer into a header file.Logan Chien