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