IR: MDNode => Value: Add Instruction::getMDNode()
[oota-llvm.git] / lib / DebugInfo / DWARFDebugAranges.cpp
2014-06-12 Alexey Samsonov[DWARF parser] Fix broken address ranges construction.
2014-04-28 Alexey Samsonov[DWARF parser] Simplify DWARFDebugAranges generation.
2014-04-25 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugAranges.
2014-04-18 Alexey Samsonov[DWARF parser] Refactor fetching DIE address ranges.
2014-03-13 Alexey Samsonov[C++11] Convert DWARF parser to range-based for loops
2013-10-02 Alexey Samsonov[DebugInfo] Further simplify DWARFDebugAranges public...
2013-10-01 Alexey Samsonov[DebugInfo] Simplify and speedup .debug_aranges parsing
2013-10-01 Alexey Samsonov[DebugInfo] Further simplify DWARFDebugAranges. No...
2013-10-01 Alexey Samsonov[DebugInfo] Remove unused functions from DWARFDebugAran...
2013-08-27 Alexey SamsonovAdd support for DebugFission to DWARF parser
2013-03-21 Matt ArsenaultFix missing std::. Not sure how this compiles for anyon...
2012-11-16 Alexey Samsonov[DebugInfo] Generate address ranges for compile units...
2012-09-05 Roman DivackyRemove unused typedefs gcc4.8 warns about.
2012-07-02 Alexey SamsonovThis patch extends the libLLVMDebugInfo which contains...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-09-15 Benjamin KramerDWARF: Reset the state after parsing a line table prolo...
2011-09-14 Benjamin KramerDWARF: Generate the address lookup table from the DIE...
2011-09-14 Benjamin KramerDWARF: Port support for parsing .debug_aranges section...