Move alignment from MCSectionData to MCSection.
[oota-llvm.git] / include / llvm / MC / MCObjectStreamer.h
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-21 Rafael EspindolaAvoid unnecessary section switching. NFC.
2015-05-21 Duncan P. N. Exon... AsmPrinter: Compute absolute label difference directly
2015-05-02 Jim GrosbachMC: Tidy up comments and clean up formatting a bit...
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-12 Petr Hosek[MC] Write padding into fragments when -mc-relax-all...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-07 Rafael EspindolaRemove dead code. NFC.
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2014-11-03 Oliver StannardRevert r221150, as it broke sanitizer tests
2014-11-03 Oliver StannardEmit .eh_frame with relocations to functions, rather...
2014-10-22 Derek Schuff[MC] Attach labels to existing fragments instead of...
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-06-25 Rafael EspindolaMove expression visitation logic up to MCStreamer.
2014-06-25 Rafael EspindolaSimplify the visitation of target expressions. No funct...
2014-06-25 Rafael EspindolaSimplify AddValueSymbols. No functionality change.
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-06-19 Oliver StannardEmit DWARF info for all code section in an assembly...
2014-05-12 Rafael EspindolaMove EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrame...
2014-05-12 Rafael EspindolaMove EH/Debug frame handling to the object streamer.
2014-04-27 Rafael EspindolaMake getOrCreateSymbolData non virtual.
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-01-28 David WoodhouseModify MCObjectStreamer EmitInstTo* interface
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-05 Rafael EspindolaRemove some really nasty uses of hasRawTextSupport.
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-06-27 Serge PavlovUse MCFillFragment for zero-initialized data.
2013-06-19 Ulrich Weigand[MC/DWARF] Generate multiple .debug_line entries for...
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-01-31 Chandler CarruthGive the MCStreamer class hierarchy LLVM RTTI facilitie...
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-07 Eli BenderskyAdd the align_to_end option to .bundle_lock in the...
2012-12-20 Eli BenderskyAligned bundling support. Following the discussion...
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-12 Pedro ArtigasMake the MCStreamer have a reset method and call that...
2012-12-07 Eli BenderskyLift EmitAssignment into MCObjectStreamer which gets...
2012-10-04 Benjamin KramerHoist some grossly duplicated code from the COFF/ELF...
2012-10-01 Benjamin KramerProvide a shortcut for MCObjectStreamer when emitting...
2012-08-22 Jack CarterFor mips64 switch statements in subroutines could generate
2012-01-27 Jim GrosbachBetter diagnostic for malformed .org assembly directive.
2012-01-09 Rafael EspindolaDon't print an unused label before .cfi_endproc.
2012-01-07 Rafael EspindolaDon't print a label before .cfi_startproc when we don...
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2011-11-23 Akira HatanakaThis patch addresses gp relative fixups/relocations...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-14 Evan ChengUnfortunately several files in MC are badly violating...
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-04-21 Rafael EspindolaRemove unused argument.
2011-03-09 Jan SjödinAdd constructors to MCElfStreamer and MCObjectStreamer...
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
2010-12-28 Rafael EspindolaRelax address updates in the eh_frame section.
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-12-04 Rafael EspindolaThere are two reasons why we might want to use
2010-12-03 Rafael EspindolaTry to resolve symbol differences early, and if success...
2010-12-02 Devang PatelUse set directive for StartMinusEndExpr.
2010-12-02 Rafael EspindolaMove EmitValueToOffset to the ObjectStreamer.
2010-12-02 Rafael EspindolaAdd EmitInstToFragment to the generic object streamer.
2010-11-28 Rafael EspindolaMove EmitValue to MCObjectStreamer.
2010-11-28 Rafael EspindolaFixed verson of r120245.
2010-11-28 Rafael EspindolaRevert previous patch while I debug the darwin bootstra...
2010-11-28 Rafael EspindolaFactor some duplicated code into MCObjectStreamer:...
2010-11-02 Rafael EspindolaAdd support for expressions in .sleb/.uleb directives.
2010-11-01 Rafael EspindolaMove EmitInstruction to MCObjectStreamer so that ELF...
2010-11-01 Rafael EspindolaImplement .weakref.
2010-09-22 Rafael EspindolaAvoid some Mach-O specific alignment being done on...
2010-07-19 Michael J. SpencerMC: Add WinCOFFStreamer implementation and merge common...
2010-06-16 Daniel DunbarMC: Lift SwitchSection() and Finish() into MCObjectStre...
2010-06-16 Daniel DunbarMC: Factor out an MCObjectStreamer class, which will...