index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
DebugInfo
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert FileOutputBuffer to Expected. NFC.
Rafael Espindola
2017-11-08
1
-3
/
+2
*
[DWARFv5] Support DW_FORM_strp in the .debug_line header.
Paul Robinson
2017-11-07
6
-27
/
+31
*
Fix warnings discovered by rL317076. [-Wunused-private-field]
NAKAMURA Takumi
2017-11-01
1
-2
/
+1
*
Revert "[DWARF] Now that Optional is standard layout, put it into an union in...
Benjamin Kramer
2017-10-31
1
-2
/
+2
*
[DWARF] Now that Optional is standard layout, put it into an union instead of...
Benjamin Kramer
2017-10-31
1
-2
/
+2
*
Fix BB after r316756 "[llvm-dwarfdump] - Teach verifier to report broken DWAR...
George Rimar
2017-10-27
1
-1
/
+1
*
[llvm-dwarfdump] - Teach verifier to report broken DWARF expressions.
George Rimar
2017-10-27
2
-29
/
+45
*
[PDB] Handle an empty globals hash table with no buckets
Reid Kleckner
2017-10-27
1
-2
/
+3
*
Re-land "[dwarfdump] Add -lookup option"
Jonas Devlieghere
2017-10-25
2
-2
/
+30
*
[llvm-dwarfdump] - Fix array out of bounds access crash.
George Rimar
2017-10-25
2
-0
/
+17
*
[codeview] Fix handling of S_HEAPALLOCSITE
Reid Kleckner
2017-10-24
1
-2
/
+1
*
[codeview] Add support for inlinee lists
Reid Kleckner
2017-10-23
1
-0
/
+1
*
[codeview] Recognize two records with no type index fields
Reid Kleckner
2017-10-23
1
-0
/
+2
*
[llvm-dwarfdump] - Teach tool about few GNU call_sites constants.
George Rimar
2017-10-23
1
-1
/
+2
*
COFF: Add type server pdb files to linkrepro tar file.
Peter Collingbourne
2017-10-20
2
-10
/
+11
*
[llvm-dwarfdump] - Teach tool to parse DW_CFA_GNU_args_size.
George Rimar
2017-10-16
1
-0
/
+1
*
Re-land "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"
Jonas Devlieghere
2017-10-10
2
-6
/
+66
*
Revert "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"
Jonas Devlieghere
2017-10-10
1
-62
/
+0
*
[llvm-dwarfdump] Print type names in DW_AT_type DIEs
Jonas Devlieghere
2017-10-10
1
-0
/
+62
*
[dwarfdump] Verify that unit type matches root DIE
Jonas Devlieghere
2017-10-06
1
-8
/
+24
*
clang-format file.
Adrian Prantl
2017-10-04
1
-30
/
+27
*
delete commented out code.
Adrian Prantl
2017-10-04
1
-2
/
+0
*
Fix -Wcovered-switch-default warnings from r314821
Hans Wennborg
2017-10-03
1
-3
/
+2
*
Revert r314817 "[dwarfdump] Add -lookup option"
Hans Wennborg
2017-10-03
2
-30
/
+2
*
CodeView: Provide a .def file with the register ids
Hans Wennborg
2017-10-03
2
-98
/
+8
*
[dwarfdump] Add -lookup option
Jonas Devlieghere
2017-10-03
2
-2
/
+30
*
CodeView symbol dumper: use symbolic names for registers
Hans Wennborg
2017-10-02
1
-4
/
+7
*
[dwarfdump] Add -show-form
Jonas Devlieghere
2017-10-02
1
-1
/
+1
*
[dwarfdump][NFC] Consistent printing of address ranges
Jonas Devlieghere
2017-09-29
2
-8
/
+8
*
[dwarfdump][NFC] Consistent errors and warnings with --verify
Jonas Devlieghere
2017-09-29
3
-88
/
+118
*
llvm-dwarfdump: support .apple-namespaces in --find
Adrian Prantl
2017-09-29
1
-15
/
+13
*
llvm-dwarfdump: add support for .apple_types in --find
Adrian Prantl
2017-09-29
1
-2
/
+6
*
llvm-dwarfdump: implement --find for .apple_names
Adrian Prantl
2017-09-28
2
-3
/
+87
*
[dwarfdump] Verify that CUs have a unit DIE.
Jonas Devlieghere
2017-09-28
1
-3
/
+8
*
[dwarfdump] Fix printing of .debug_line offset.
Jonas Devlieghere
2017-09-27
1
-1
/
+1
*
[dwarfdump] Add support for -debug-line=OFFSET
Jonas Devlieghere
2017-09-27
1
-0
/
+3
*
[dwarfdump] Add support for -debug-loc=OFFSET
Jonas Devlieghere
2017-09-27
2
-6
/
+48
*
[dwarfdump] Skip 'stripped' sections
Jonas Devlieghere
2017-09-26
1
-0
/
+4
*
[dwarfdump] Add verbose output for .debug-line section
Jonas Devlieghere
2017-09-21
2
-8
/
+83
*
llvm-dwarfdump support --debug-frame=<offset> and --eh-frame=<offset>
Adrian Prantl
2017-09-21
2
-16
/
+33
*
[DWARF] Shrink AttributeSpec from 24 to 16 bytes.
Benjamin Kramer
2017-09-21
1
-11
/
+10
*
llvm-dwarfdump: implement --recurse-depth=<N>
Adrian Prantl
2017-09-20
5
-21
/
+24
*
dwarfdump/symbolizer: Avoid loading unneeded CUs from a DWP
David Blaikie
2017-09-19
3
-9
/
+11
*
dwarfdump: Delay parsing abbreviations until they're needed
David Blaikie
2017-09-19
2
-10
/
+33
*
llvm-dwarfdump: use more efficient API (NFC)
Adrian Prantl
2017-09-18
1
-4
/
+4
*
Fix indentation.
Adrian Prantl
2017-09-18
1
-1
/
+1
*
llvm-dwarfdump: add a --show-parents options when selectively dumping DIEs.
Adrian Prantl
2017-09-18
1
-1
/
+16
*
llvm-dwarfdump: Sink the handling of ShowChildren into DWARFDie::dump(). NFC.
Adrian Prantl
2017-09-18
2
-4
/
+3
*
[dwarfdump] Make .eh_frame an alias for .debug_frame
Jonas Devlieghere
2017-09-18
2
-11
/
+16
*
llvm-dwarfdump: support a --show-children option
Adrian Prantl
2017-09-16
1
-2
/
+4
[next]