aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCStreamer.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-3/+4
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-32/+9
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-6/+8
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-47/+29
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-45/+69
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-33/+16
* Update to LLVM 3.5a.Stephen Hines2014-04-241-64/+111
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+1
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-1/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+1
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-281-0/+6
* MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...David Blaikie2013-10-241-1/+2
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-161-0/+4
* Flip the ownership of MCStreamer and MCTargetStreamer.Benjamin Kramer2013-10-091-3/+3
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-28/+63
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-20/+5
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-261-0/+1
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-191-0/+19
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-091-2/+2
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-0/+2
* Run clang-format on these header files. Part of a WIP.Bill Wendling2013-09-071-646/+633
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-091-1/+1
* Remove address spaces from MC.Rafael Espindola2013-07-021-17/+11
* Use MCFillFragment for zero-initialized data.Serge Pavlov2013-06-271-5/+3
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-19/+29
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-071-1/+1
* ELF symbol table field st_other support, Jack Carter2013-02-191-0/+4
* This patch just fixes up various llvm formattingJack Carter2013-02-121-1/+1
* This patch changes a static_cast to dyn_castJack Carter2013-02-051-0/+1
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-311-1/+19
* [MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar2013-01-181-0/+5
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-141-0/+3
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-091-2/+2
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-3/+3
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-071-1/+4
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-201-1/+11
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-0/+2
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-121-0/+4
* Defer call to InitSections until after MCContext has been initialized. IfLang Hames2012-12-101-0/+13
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-3/+3
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-251-0/+1
* Move a bit of duplicated code into a helper function.Rafael Espindola2012-11-241-0/+1
* Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola2012-11-231-0/+1
* PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella2012-10-151-0/+5
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-6/+6
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-291-2/+2
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-3/+0
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-221-1/+1
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-51/+4
* Prune some includes and forward declarations.Craig Topper2012-03-261-2/+0