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
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
3
-14
/
+15
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
39
-208
/
+167
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
93
-1690
/
+3929
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
27
-304
/
+685
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
6
-63
/
+74
*
Adds the ability to run the llvm test suite in-tree.
Chris Wailes
2014-06-06
1
-0
/
+52
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
21
-704
/
+673
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
21
-328
/
+496
*
DebugInfo: Make pubnames header printing similar to unit header printing
David Blaikie
2013-11-01
1
-4
/
+4
*
DWARFDebugArangeSet: remove dead code
Alexey Samsonov
2013-10-31
2
-54
/
+0
*
DWARFUnit: kill dead code and make a couple of functions private. No function...
Alexey Samsonov
2013-10-31
2
-38
/
+7
*
DWARFAbbreviationDeclaration: remove dead code, refactor parsing code and mak...
Alexey Samsonov
2013-10-31
3
-75
/
+60
*
DWARF parser: propery handle DW_FORM_ref_sig8 and fix Windows build.
Alexey Samsonov
2013-10-29
1
-43
/
+41
*
Quick-fix DebugInfo build on Windows
Timur Iskhodzhanov
2013-10-29
1
-1
/
+3
*
Clean up.
Richard Smith
2013-10-29
1
-4
/
+4
*
DWARFFormValue.cpp: Appease gcc to give explicit constructors.
NAKAMURA Takumi
2013-10-29
1
-4
/
+4
*
Merge DWARFDIE::extractFast and DWARFDIE::extract into one function.
Alexey Samsonov
2013-10-28
2
-56
/
+10
*
DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...
Alexey Samsonov
2013-10-28
4
-18
/
+11
*
DWARF parser: since DWARF4, DW_AT_high_pc may be a constant representing func...
Alexey Samsonov
2013-10-28
1
-4
/
+10
*
DebugInfo: Introduce the notion of "form classes"
Alexey Samsonov
2013-10-28
5
-67
/
+158
*
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
[next]