aboutsummaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFFormValue.cpp
AgeCommit message (Expand)Author
2013-04-22Remove variable store that is never read.Eric Christopher
2013-04-17Create a stub for DWARF parser unittestsAlexey Samsonov
2013-04-11Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer
2013-04-09DWARF parser: Fix DWARF-2/3 incompatibility: size of DW_FORM_ref_addr is the ...Alexey Samsonov
2013-04-07DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher
2013-01-17Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher
2013-01-17Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher
2013-01-15Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher
2013-01-07Whitespace and 80-col.Eric Christopher
2013-01-07Add support for separating strings for the split debug info DWARF5Eric Christopher
2013-01-02Extend the dumping infrastructure to deal with additionalEric Christopher
2012-12-27Right now all of the relocations are 32-bit dwarf, and the relocationEric Christopher
2012-11-16Add some basic support for the fission addr forms to DebugInfo.Eric Christopher
2012-11-12Rewrite DIContext interface to take an object. Update all callers.Eric Christopher
2012-11-12Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov
2012-11-07Add a relocation visitor to lib object. This works via caching relocatedEric Christopher
2012-09-05Stop casting away const qualifier needlessly.Roman Divacky
2012-08-24Add support for some missing DW_FORM_*.Eric Christopher
2012-04-04Fix a C++11 UDL conflict.Benjamin Kramer
2011-11-05Audited all the format strings in libDebugInfo and fixed those that didn't ma...Benjamin Kramer
2011-11-05Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer
2011-09-15DWARF: wire up .debug_str dumping.Benjamin Kramer
2011-09-15DWARF: Fix indentation.Benjamin Kramer
2011-09-13Style & indentation tweaks.Benjamin Kramer
2011-09-13Sketch out a DWARF parser.Benjamin Kramer