aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCELFStreamer.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-12/+15
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+10
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+0
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-53/+44
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-161-3/+8
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-12/+8
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-13/+11
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-191-0/+2
* [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