Thumb's forced-PC-alignment requirement applies to the _total_ displacement, not...
[oota-llvm.git] / lib / MC / MCDwarf.cpp
2010-12-17 Rafael Espindola"Fix" FDE alignment to match what gas does.
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-09 Rafael EspindolaUse const references.
2010-12-06 Rafael EspindolaSecond try at making direct object emission produce...
2010-12-06 Rafael EspindolaRevert previous two patches while I try to find out...
2010-12-06 Rafael EspindolaAdd an EmitAbsValue helper method and use it in cases...
2010-12-04 Rafael EspindolaRemember the contents of leb and dwarfline fragments...
2010-12-04 Rafael EspindolaThere are two reasons why we might want to use
2010-12-04 Rafael EspindolaNext step: Only pad debug_line when the target is darwi...
2010-12-03 Rafael EspindolaFirst step in fixing MC. Make it clear that we are...
2010-12-03 Rafael EspindolaTry to resolve symbol differences early, and if success...
2010-12-03 Devang PatelIt may not be an option to skip .debug_line if there...
2010-12-02 Devang PatelUse set directive for StartMinusEndExpr.
2010-11-22 Rafael EspindolaRemove some #includes.
2010-11-19 Rafael EspindolaAdd a MCLineSectionOrder vector so that we produce...
2010-11-19 Rafael EspindolaChange some methods in MCDwarf.cpp to be able to handle...
2010-11-13 Rafael EspindolaFix the encoding of negative line deltas.
2010-11-12 Rafael EspindolaRemove what looks like dead code in the production...
2010-11-02 Rafael EspindolaAdd support for expressions in .sleb/.uleb directives.
2010-10-04 Kevin EnderbyIncorporate suggestions by Daniel Dunbar after his...
2010-09-30 Kevin EnderbyThis is the last major patch to implement support for...
2010-07-28 Kevin EnderbyAdded first bit of support for the dwarf .file directiv...