summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmStreamer.cpp
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Simplify the handling of .cfi_endproc.Rafael Espindola2014-06-25
* Print a=b as an assignment.Rafael Espindola2014-06-24
* Revert "Patch by Ray Donnelly to print register names instead of numbers."Reid Kleckner2014-06-10
* Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrameAddr to the obj streamer.Rafael Espindola2014-05-12
* Remove write only field.Rafael Espindola2014-05-12
* Remove now empty method.Rafael Espindola2014-05-12
* Remove the always true UseCFI member.Rafael Espindola2014-05-12
* Remove the useCFI constructor argument to MCAsmStreamer.Rafael Espindola2014-05-12
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-07
* Avoid using MCSymbolData on the asm streamer.Rafael Espindola2014-04-27
* Fix memory leak of MCSymbolData in MCAsmStreamer.David Blaikie2014-04-24
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-22
* Remove DOS CRLF.NAKAMURA Takumi2014-04-22
* Patch by Ray Donnelly to print register names instead of numbers.Yaron Keren2014-04-19
* Revert r206565 (and r206566 which updated tests).Chandler Carruth2014-04-18
* Patch by Ray Donnelly.Yaron Keren2014-04-18
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie2014-04-01
* DebugInfo: Emit relocation to debug_line section when emitting asm for asmDavid Blaikie2014-04-01
* MachO: Add linker-optimisation hint framework to MC.Tim Northover2014-03-29
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* ARM IAS: properly handle function entries in .thumbSaleem Abdulrasool2014-03-22
* Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...Zoran Jovanovic2014-03-20
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-18
* DebugInfo: Use MC line table file entry uniquing for non-asm input as well.David Blaikie2014-03-17
* DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie2014-03-17
* De-virtualize a method since it doesn't override anything (yay 'override' key...Craig Topper2014-03-08
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Always print the implicit .text at the start of an asm file.Rafael Espindola2014-03-05
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Fix generation of 'isa' and 'discriminator' keywords.Diego Novillo2014-02-13
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* Every target uses .align. Simplify.Rafael Espindola2014-02-04
* 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