summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmStreamer.cpp
Commit message (Expand)AuthorAge
* MC: Improve the .fill directive's compatibility with GASDavid Majnemer2014-02-01
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-28
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* MC: Add support for .cfi_startproc simpleDavid Majnemer2014-01-27
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* Simplify the logic for deciding when to initialize the sections.Rafael Espindola2014-01-24
* Most streamers' InitSections just create a text section. Make that the defaultRafael Espindola2014-01-24
* InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola2014-01-23
* Add an emitRawComment function and use it to simplify some uses of EmitRawText.Rafael Espindola2014-01-16
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-20
* MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...David Blaikie2013-10-24
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-16
* 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
* Fixed debug_aranges handling for common symbols.Richard Mitton2013-09-23
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* Remove extraneous space, the asm printing infrastructure adds a spaceEric Christopher2013-09-19
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-09
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-09
* Remove address spaces from MC.Rafael Espindola2013-07-02
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Move PathV2.h to Path.hRafael Espindola2013-06-11
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Use object file specific section type for initial text sectionNico Rieck2013-04-14
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-07
* Fix another typo in the classof definitions that doesn't (currently)Chandler Carruth2013-02-01
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-31
* [MC/Mach-O] Implement integrated assembler support for linker options.Daniel Dunbar2013-01-18
* [MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar2013-01-18
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-14
* 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
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-25
* 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 alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-07
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-07
* 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
* Fix typo in assembly directive. Noticed by inspection.Eric Christopher2012-05-31
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-11
* Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it.Rafael Espindola2012-03-03
* On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-28
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-03
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-27