aboutsummaryrefslogtreecommitdiff
path: root/lib/DebugInfo
AgeCommit message (Expand)Author
2012-09-18Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-05Stop casting away const qualifier needlessly.Roman Divacky
2012-09-05Remove unused typedefs gcc4.8 warns about.Roman Divacky
2012-09-04Add support for fetching inlining context (stack of source code locations)Alexey Samsonov
2012-08-30Refactor fetching file/line info from DWARFContext to simplify theAlexey Samsonov
2012-08-27Fix compile error when building with C++11 - clang thinks that PRIx64 is a us...Marshall Clow
2012-08-27DWARFDebugRangeList.cpp: Use PRIx64 for uint64_t as format string.NAKAMURA Takumi
2012-08-27[DebugInfo] fixup for r162657: update CMakeLists.txtAlexey Samsonov
2012-08-27Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov
2012-08-24Add support for some missing DW_FORM_*.Eric Christopher
2012-08-24Formatting.Eric Christopher
2012-08-23Formatting cleanup.Eric Christopher
2012-08-23Add an assert here in case parsing gave us a NULL compile unit.Eric Christopher
2012-08-2380-col.Eric Christopher
2012-08-23Tidy.Eric Christopher
2012-08-07Fix the representation of debug line table in DebugInfo LLVM library,Alexey Samsonov
2012-07-19DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov
2012-07-17Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...Alexey Samsonov
2012-07-04Fix a bug in DebugInfo lib, extend a comment for one of the methodsAlexey Samsonov
2012-07-02This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov
2012-04-04Fix a C++11 UDL conflict.Benjamin Kramer
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-05Audited all the format strings in libDebugInfo and fixed those that didn't ma...Benjamin Kramer
2011-11-05Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x andBenjamin Kramer
2011-11-05Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar
2011-10-08lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify.NAKAMURA Takumi
2011-10-08WhitespaceNAKAMURA Takumi
2011-09-21DWARF: avoid unnecessary map lookups.Benjamin Kramer
2011-09-16Namespacify.Benjamin Kramer
2011-09-15DWARF: Reset the state after parsing a line table prologue and remove an unne...Benjamin Kramer
2011-09-15DWARF: Don't crash when looking up an invalid address.Benjamin Kramer
2011-09-15DWARF: Put all the pieces we have together and provide a single accessor to D...Benjamin Kramer
2011-09-15DWARF: Remove accessors that parse the whole line table section in one go, th...Benjamin Kramer
2011-09-15DWARF: Print line tables per compile unit, so they get the right address size.Benjamin Kramer
2011-09-15DWARF: wire up .debug_str dumping.Benjamin Kramer
2011-09-15DWARF: Make DIE printing more bulletproof.Benjamin Kramer
2011-09-15DWARF: Print the number for unknown abbrev fields.Benjamin Kramer
2011-09-15DWARF: Fail gracefully when encountering unknown values in an abbrev.Benjamin Kramer
2011-09-15Give structs with virtual methods a virtual destructor.Nick Lewycky
2011-09-15DWARF: Silence GCC -Wsign-compare warning.Benjamin Kramer
2011-09-15DWARF: Fix indentation.Benjamin Kramer
2011-09-15DWARF: Include <algorithm> explicitly.Benjamin Kramer
2011-09-15DWARF: Add basic support for line tables.Benjamin Kramer
2011-09-14DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer
2011-09-14DWARF: Reorder fields to reduce padding.Benjamin Kramer
2011-09-14DWARF: Improve indentation of DIE dumping so it's easier to see the structure.Benjamin Kramer