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