summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...Zoran Jovanovic2014-03-201-2/+1
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-181-0/+14
* DebugInfo: Use MC line table file entry uniquing for non-asm input as well.David Blaikie2014-03-171-9/+20
* DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie2014-03-171-4/+7
* De-virtualize a method since it doesn't override anything (yay 'override' key...Craig Topper2014-03-081-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-124/+122
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-4/+3
* Always print the implicit .text at the start of an asm file.Rafael Espindola2014-03-051-5/+0
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* Fix generation of 'isa' and 'discriminator' keywords.Diego Novillo2014-02-131-2/+2
* Remove support for not using .loc directives.Rafael Espindola2014-02-051-28/+17
* Every target uses .align. Simplify.Rafael Espindola2014-02-041-6/+13
* MC: Improve the .fill directive's compatibility with GASDavid Majnemer2014-02-011-10/+29
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-281-4/+5
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-2/+2
* MC: Add support for .cfi_startproc simpleDavid Majnemer2014-01-271-0/+2
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-261-6/+5
* Simplify the logic for deciding when to initialize the sections.Rafael Espindola2014-01-241-0/+5
* Most streamers' InitSections just create a text section. Make that the defaultRafael Espindola2014-01-241-4/+0
* InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola2014-01-231-4/+0
* Add an emitRawComment function and use it to simplify some uses of EmitRawText.Rafael Espindola2014-01-161-0/+9
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-201-1/+7
* MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...David Blaikie2013-10-241-2/+2
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-161-0/+8
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-123/+16
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-7/+30
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-261-0/+11
* Fixed debug_aranges handling for common symbols.Richard Mitton2013-09-231-4/+4
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-191-0/+11
* Remove extraneous space, the asm printing infrastructure adds a spaceEric Christopher2013-09-191-1/+0
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-091-1/+2
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-091-5/+8
* Remove address spaces from MC.Rafael Espindola2013-07-021-33/+26
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-48/+46
* Move PathV2.h to Path.hRafael Espindola2013-06-111-1/+1
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-6/+11
* Use object file specific section type for initial text sectionNico Rieck2013-04-141-6/+1
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-071-5/+8
* Fix another typo in the classof definitions that doesn't (currently)Chandler Carruth2013-02-011-1/+1
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-311-1/+5
* [MC/Mach-O] Implement integrated assembler support for linker options.Daniel Dunbar2013-01-181-0/+1
* [MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar2013-01-181-0/+10
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-141-3/+8
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-071-2/+4
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-201-0/+19
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-0/+10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-6/+6
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-251-0/+11
* Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola2012-11-231-0/+11
* PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella2012-10-151-0/+9
OpenPOWER on IntegriCloud