summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCStreamer.h
Commit message (Expand)AuthorAge
* 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
* Implement cfi_restore. Patch by Brian Anderson!Rafael Espindola2011-12-29
* Implement .cfi_escape. Patch by Brian Anderson!Rafael Espindola2011-12-29
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-17
* Tidy up. Hard tabs.Jim Grosbach2011-12-06
* Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2011-11-05
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-04
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Assume .cfi_startproc is the first thing in a function. If the function isRafael Espindola2011-08-02
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Add a method to get the list of FrameInfos.Bill Wendling2011-07-22
* Add a method to set compact unwind encoding information in a frame.Bill Wendling2011-07-19
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-14
* Use the verbose asm flag instead of a new flag for decoding the LSDA.Bill Wendling2011-06-17
* Add an option that allows one to "decode" the LSDA.Bill Wendling2011-06-17
* Test .seh_startchained and .seh_endchained parsing.Charles Davis2011-05-26
* Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues withCharles Davis2011-05-25