index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-11-27
The section is .debug_line.
Eric Christopher
2012-11-16
Add some basic support for the fission addr forms to DebugInfo.
Eric Christopher
2012-11-16
[DebugInfo] Generate address ranges for compile units even if .debug_aranges ...
Alexey Samsonov
2012-11-12
Rewrite DIContext interface to take an object. Update all callers.
Eric Christopher
2012-11-12
Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...
Alexey Samsonov
2012-11-07
Add a relocation visitor to lib object. This works via caching relocated
Eric Christopher
2012-10-30
Reformat and 80-column this. It's not strictly conforming
Eric Christopher
2012-10-16
Use a typedef to reduce some typing and reformat code accordingly.
Eric Christopher
2012-10-16
Variable name cleanup.
Eric Christopher
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
[next]