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