aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCELFStreamer.h
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-091-1/+1
* Remove address spaces from MC.Rafael Espindola2013-07-021-2/+1
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-1/+2
* ELF symbol table field st_other support, Jack Carter2013-02-191-0/+2
* Fix a think-o in the condition here. =[ I would commit the test thatChandler Carruth2013-01-311-1/+1
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-311-7/+16
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-141-0/+1
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-071-1/+1
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+0
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-201-0/+6
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-0/+1
* Fix Windows build breakage.Logan Chien2012-12-081-2/+1
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-071-1/+0
* Split MCELFStreamer into a header file.Logan Chien2012-12-071-0/+109