Simplify the handling of pcrel relocations on ELF. Now we do the right thing
[oota-llvm.git] / lib / MC / MCObjectStreamer.cpp
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-04-30 Rafael EspindolaImplement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.
2011-04-27 Rafael EspindolaFactor a bit of code to MCStreamer::EmitLabel. Keep...
2011-04-26 Rafael EspindolaNo relocation produces a SLEB or ULEB, make sure they...
2011-04-21 Rafael EspindolaRemove unused argument.
2011-04-18 Eli Friedmanmalloc elimination: it's a bad idea to use raw_svector_...
2011-04-18 Eli FriedmanRevert r129688; it's breaking buildbots.
2011-04-18 Eli FriedmanMore malloc elimination: it's a bad idea to use raw_sve...
2011-03-09 Jan SjödinAdd constructors to MCElfStreamer and MCObjectStreamer...
2011-02-20 Rafael EspindolaAdd some limited support for labels in org directives...
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
2011-01-13 Evan ChengModel :upper16: and :lower16: as ARM specific MCTargetE...
2010-12-28 Rafael EspindolaRelax address updates in the eh_frame section.
2010-12-22 Rafael EspindolaAssert that the AddrDelta expression is really constant...
2010-12-18 Rafael EspindolaRevert 122011, 122012, 122013, 122023 adding back an...
2010-12-17 Daniel DunbarMC/Assembler: Make the MCObjectWriter available through...
2010-12-17 Daniel DunbarMC: Remove another dead MCAssembler argument, and updat...
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-06 Rafael EspindolaUse references to simplify the code a bit.
2010-12-04 Rafael EspindolaThere are two reasons why we might want to use
2010-12-03 Rafael EspindolaMake EmitIntValue more efficient and more like what...
2010-12-03 Rafael EspindolaDo with uleb the same trick we now do with dwarf line...
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-09-02 Benjamin KramerAdd AsmParser support for the ELF .previous directive...
2010-07-29 Benjamin KramerPlug the remaining MC leaks by giving MCObjectStreamer...
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...