index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
DebugInfo
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct log message typo: ended ad -> ended at
Ed Maste
2013-10-18
1
-1
/
+1
*
[DebugInfo] Remove unneeded struct member and hide struct definition. No func...
Alexey Samsonov
2013-10-18
1
-3
/
+2
*
[DebugInfo] Remove dead code.
Alexey Samsonov
2013-10-18
1
-31
/
+0
*
[DebugInfo] Delete dead code, simplify and fix code style for some existing c...
Alexey Samsonov
2013-10-17
2
-49
/
+31
*
[DebugInfo] Further simplify DWARFDebugAranges public interface
Alexey Samsonov
2013-10-02
3
-42
/
+33
*
[DebugInfo] Simplify and speedup .debug_aranges parsing
Alexey Samsonov
2013-10-01
1
-58
/
+25
*
[DebugInfo] Further simplify DWARFDebugAranges. No functionality change.
Alexey Samsonov
2013-10-01
2
-56
/
+43
*
[DebugInfo] Remove unused functions from DWARFDebugAranges and fix code style.
Alexey Samsonov
2013-10-01
2
-93
/
+44
*
Deallocate type units when destroying a DWARFContext.
Benjamin Kramer
2013-09-29
1
-0
/
+1
*
Rework conditional for printing out pub sections.
Eric Christopher
2013-09-27
1
-7
/
+5
*
Dump the normal dwarf pubtypes section as well.
Eric Christopher
2013-09-25
2
-20
/
+29
*
Unify pubsection/gnu pubsection printing.
Eric Christopher
2013-09-25
1
-26
/
+21
*
Slight formatting change for pubnames/pubtypes output.
Eric Christopher
2013-09-25
1
-3
/
+3
*
llvm-dwarfdump: add missing opening quotation mark lost in r191330
David Blaikie
2013-09-24
1
-1
/
+1
*
llvm-dwarfdump: re-add field formatting for the entry kind lost in r191329
David Blaikie
2013-09-24
1
-1
/
+1
*
llvm-dwarfdump support for gnu_pubtypes
David Blaikie
2013-09-24
2
-20
/
+33
*
DWARFTypeUnit::dump(): Use PRIx64 to format uint64_t.
NAKAMURA Takumi
2013-09-24
1
-1
/
+1
*
Format the index entry kind string to align.
Eric Christopher
2013-09-24
1
-3
/
+3
*
Comments for r191234 as suggested by Eric Christopher.
David Blaikie
2013-09-23
1
-0
/
+4
*
Unbreak the build (from r191233)since we're calling printf.
David Blaikie
2013-09-23
1
-0
/
+1
*
llvm-dwarfdump/libDebugInfo support for type units
David Blaikie
2013-09-23
5
-3
/
+135
*
Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...
David Blaikie
2013-09-23
9
-667
/
+696
*
DebugInfo: Wrap section data and relocs together for dwarf dumping support
David Blaikie
2013-09-23
2
-48
/
+39
*
Remove dead code
David Blaikie
2013-09-22
1
-17
/
+0
*
StringRef-ize some things
David Blaikie
2013-09-22
1
-8
/
+4
*
Revert r191062; the build break was also fixed in a different (incompatible) ...
Richard Smith
2013-09-20
1
-3
/
+2
*
Unbreak Clang build after r191050: don't pass a StringRef to snprintf.
Richard Smith
2013-09-20
1
-2
/
+3
*
DebugInfo: constrain gnu pubnames test further
David Blaikie
2013-09-19
1
-2
/
+2
*
DebugInfo: llvm-dwarfdump support for gnu_pubnames section
David Blaikie
2013-09-19
2
-0
/
+25
*
Add support for DebugFission to DWARF parser
Alexey Samsonov
2013-08-27
6
-85
/
+246
*
Make DWARFCompileUnit non-copyable
Alexey Samsonov
2013-08-23
3
-37
/
+40
*
llvm-dwarfdump: Do not include address offsets for attributes, only for tags
David Blaikie
2013-08-19
1
-1
/
+1
*
Store compile unit corresponding to each chain of inlined debug info entries....
Alexey Samsonov
2013-08-06
5
-39
/
+44
*
Add LLVM-style RTTI to DIContext/DWARFContext classes
Alexey Samsonov
2013-08-06
1
-1
/
+6
*
Allow 4 as a valid debug info version.
Eric Christopher
2013-08-06
1
-1
/
+1
*
DebugInfo: Factor out parsing compile unit DIEs to a separate function. Impro...
Alexey Samsonov
2013-07-15
2
-78
/
+70
*
Spell correct (s/begining/beginning/)
David Blaikie
2013-06-19
1
-3
/
+3
*
llvm-dwarfdump: Add support for dumping the .debug_loc section
David Blaikie
2013-06-19
6
-1
/
+170
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
1
-3
/
+2
*
Change how we iterate over relocations on ELF.
Rafael Espindola
2013-05-30
1
-8
/
+18
*
Reformat comments here.
Eric Christopher
2013-05-30
1
-26
/
+26
*
libDebugInfo depends on libObject nowadays.
Benjamin Kramer
2013-05-09
1
-1
/
+1
*
Hoist boundary condition out of loop header.
Eric Christopher
2013-05-06
1
-1
/
+2
*
Untabify.
Eric Christopher
2013-05-06
1
-5
/
+5
*
Don't emit .dwo sections unless they exist.
Eric Christopher
2013-05-06
1
-24
/
+30
*
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-25
1
-1
/
+1
*
Use zlib to uncompress debug sections in DWARF parser.
Alexey Samsonov
2013-04-23
2
-0
/
+41
*
Remove variable store that is never read.
Eric Christopher
2013-04-22
1
-1
/
+0
*
Use StringSwitch instead of long chain of if-else. No functionality change.
Alexey Samsonov
2013-04-17
1
-37
/
+28
*
Create a stub for DWARF parser unittests
Alexey Samsonov
2013-04-17
4
-85
/
+3
[next]