summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCStreamer.h
Commit message (Expand)AuthorAge
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-28
* MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...David Blaikie2013-10-24
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-16
* Flip the ownership of MCStreamer and MCTargetStreamer.Benjamin Kramer2013-10-09
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-26
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-09
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Run clang-format on these header files. Part of a WIP.Bill Wendling2013-09-07
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-09
* Remove address spaces from MC.Rafael Espindola2013-07-02
* Use MCFillFragment for zero-initialized data.Serge Pavlov2013-06-27
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-07
* ELF symbol table field st_other support, Jack Carter2013-02-19
* This patch just fixes up various llvm formattingJack Carter2013-02-12
* This patch changes a static_cast to dyn_castJack Carter2013-02-05
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-31
* [MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar2013-01-18
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-14
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-09
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-07
* 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
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-12
* Defer call to InitSections until after MCContext has been initialized. IfLang Hames2012-12-10
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-25
* Move a bit of duplicated code into a helper function.Rafael Espindola2012-11-24
* Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola2012-11-23
* PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella2012-10-15
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-29
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-23
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-22
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-03
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-27
* Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola2012-01-23
* Remove the logging streamer.Rafael Espindola2012-01-10
* Don't print an unused label before .cfi_endproc.Rafael Espindola2012-01-09
* Don't print a label before .cfi_startproc when we don't need to. This makesRafael Espindola2012-01-07
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-07