IR: MDNode => Value: Add Instruction::getMDNode()
[oota-llvm.git] / lib / DebugInfo / DWARFDebugInfoEntry.h
2014-10-10 Frederic Riss[dwarfdump] Resolve also variable specifications/abstra...
2014-09-22 Frederic Riss[dwarfdump] Dump full filenames as DW_AT_(decl|call...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-06-13 Alexey Samsonov[DWARF parser] Use distinction between DW_AT_ranges_bas...
2014-05-15 Alexey Samsonov[DWARF parser] Use enums instead of bitfields in DILine...
2014-04-29 Alexey Samsonov[DWARF parser] Compress DIEMinimal even further, simpli...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
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-28 Alexey SamsonovMerge DWARFDIE::extractFast and DWARFDIE::extract into...
2013-10-28 Alexey SamsonovDWARF parser: Use ArrayRef to represent form sizes...
2013-10-28 Alexey SamsonovDebugInfo: Introduce the notion of "form classes"
2013-10-17 Alexey Samsonov[DebugInfo] Delete dead code, simplify and fix code...
2013-09-23 David BlaikieExract most of DWARFCompileUnit into a new DWARFUnit...
2013-08-27 Alexey SamsonovAdd support for DebugFission to DWARF parser
2013-08-06 Alexey SamsonovStore compile unit corresponding to each chain of inlin...
2013-04-08 Alexey SamsonovDWARF parser: remove duplicated code and fix code style...
2012-09-04 Alexey SamsonovAdd support for fetching inlining context (stack of...
2012-07-17 Alexey SamsonovImprove behavior of DebugInfoEntryMinimal::getSubprogra...
2012-07-02 Alexey SamsonovThis patch extends the libLLVMDebugInfo which contains...
2011-11-05 Benjamin KramerReduce the offsets in DwarfDebugInfoEntry to 32 bit...
2011-09-14 Benjamin KramerDWARF: Generate the address lookup table from the DIE...
2011-09-14 Benjamin KramerDebugInfo: Don't print DIEs multiple times.
2011-09-13 Benjamin KramerStyle & indentation tweaks.
2011-09-13 Benjamin KramerSketch out a DWARF parser.