summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCELFStreamer.h
Commit message (Expand)AuthorAge
* Print a=b as an assignment.Rafael Espindola2014-06-24
* Make getOrCreateSymbolData non virtual.Rafael Espindola2014-04-27
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-22
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...Zoran Jovanovic2014-03-20
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Always print the implicit .text at the start of an asm file.Rafael Espindola2014-03-05
* [mips] Implement NaCl sandboxing of indirect jumps:Sasa Stankovic2014-02-28
* Modify MCObjectStreamer EmitInstTo* interfaceDavid Woodhouse2014-01-28
* 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
* Inline functions that are only called once.Rafael Espindola2014-01-24
* InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola2014-01-23
* Remove duplicated info on what .text, .data and .bss look like.Rafael Espindola2014-01-23
* 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
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-09
* Remove address spaces from MC.Rafael Espindola2013-07-02
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* ELF symbol table field st_other support, Jack Carter2013-02-19
* Fix a think-o in the condition here. =[ I would commit the test thatChandler Carruth2013-01-31
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-31
* 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
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* 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
* Fix Windows build breakage.Logan Chien2012-12-08
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-07
* Split MCELFStreamer into a header file.Logan Chien2012-12-07