summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCStreamer.h
Commit message (Expand)AuthorAge
* DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie2014-04-01
* MachO: Add linker-optimisation hint framework to MC.Tim Northover2014-03-29
* MachO: allow each section to have a linker-private symbolTim Northover2014-03-29
* 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: Improve reuse of file table entries in asm debug infoDavid Blaikie2014-03-17
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* 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
* Remove MCPureStreamer.Rafael Espindola2014-02-27
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-13
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* Fix PR18345: ldr= pseudo instruction produces incorrect code when using in in...David Peixotto2014-02-04
* Remove another hasRawTextSupport.Rafael Espindola2014-01-31
* ARM IAS: support .object_archSaleem Abdulrasool2014-01-30
* ARM IAS: support .movspSaleem Abdulrasool2014-01-30
* ARM: suuport .tlsdescseq directiveSaleem Abdulrasool2014-01-30
* 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
* Move emitInlineAsmEnd to the AsmPrinter interface.Rafael Espindola2014-01-24
* 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
* Fix inline assembly that switches between ARM and Thumb modesGreg Fitzgerald2014-01-22
* ARM IAS: add support for .unwind_raw directiveSaleem Abdulrasool2014-01-21
* ARM IAS: support .personalityindexSaleem Abdulrasool2014-01-21
* MC: whitespaceSaleem Abdulrasool2014-01-20
* Add an emitRawComment function and use it to simplify some uses of EmitRawText.Rafael Espindola2014-01-16
* Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".Rafael Espindola2014-01-14
* Make getTargetStreamer return a possibly null pointer.Rafael Espindola2014-01-14
* ARM IAS: improve .eabi_attribute handlingSaleem Abdulrasool2014-01-07
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-20
* Fix yet another typoTimur Iskhodzhanov2013-12-20
* ARM IAS: support .inst directiveSaleem Abdulrasool2013-12-19
* [arm] Implement ARM .arch directive.Logan Chien2013-12-11
* Add a FIXME for making the symbol emission functions const.Eric Christopher2013-12-04
* [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