Make EmitIntValue more efficient and more like what we do for leb128. The
[oota-llvm.git] / lib / MC / MCDwarf.cpp
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...