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
/
DWARF
/
DWARFContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r314817 "[dwarfdump] Add -lookup option"
Hans Wennborg
2017-10-03
1
-29
/
+1
*
[dwarfdump] Add -lookup option
Jonas Devlieghere
2017-10-03
1
-1
/
+29
*
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
1
-2
/
+19
*
[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
1
-2
/
+2
*
[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
1
-2
/
+8
*
llvm-dwarfdump support --debug-frame=<offset> and --eh-frame=<offset>
Adrian Prantl
2017-09-21
1
-6
/
+4
*
llvm-dwarfdump: implement --recurse-depth=<N>
Adrian Prantl
2017-09-20
1
-2
/
+4
*
dwarfdump/symbolizer: Avoid loading unneeded CUs from a DWP
David Blaikie
2017-09-19
1
-3
/
+2
*
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: Sink the handling of ShowChildren into DWARFDie::dump(). NFC.
Adrian Prantl
2017-09-18
1
-4
/
+2
*
[dwarfdump] Make .eh_frame an alias for .debug_frame
Jonas Devlieghere
2017-09-18
1
-8
/
+7
*
llvm-dwarfdump: support a --show-children option
Adrian Prantl
2017-09-16
1
-2
/
+4
*
llvm-dwarfdump: Add support for -debug-types=<offset>.
Adrian Prantl
2017-09-16
1
-12
/
+15
*
llvm-dwarfdump: Add support for -debug-info=<offset>.
Adrian Prantl
2017-09-15
1
-45
/
+53
*
Revert "llvm-dwarfdump: Add support for -debug-info=<offset>."
Adrian Prantl
2017-09-15
1
-53
/
+45
*
llvm-dwarfdump: Add support for -debug-info=<offset>.
Adrian Prantl
2017-09-15
1
-45
/
+53
*
llvm-dwarfdump: Factor out the printing of the section header (NFC)
Adrian Prantl
2017-09-15
1
-63
/
+67
*
llvm-dwarfdump: support dumping static archives.
Adrian Prantl
2017-09-14
1
-3
/
+0
*
llvm-dwarfdump: automatically dump both regular and .dwo variant of sections
Adrian Prantl
2017-09-13
1
-74
/
+91
*
llvm-dwarfdump: support dumping UUIDs of Mach-O binaries.
Adrian Prantl
2017-09-13
1
-0
/
+28
*
[dwarfdump] Rename Brief to Verbose in DIDumpOptions
Jonas Devlieghere
2017-09-13
1
-6
/
+6
*
llvm-dwarfdump: Replace -debug-dump=sect option with individual options.
Adrian Prantl
2017-09-11
1
-33
/
+33
*
[dwarfdump] Pretty print location expressions and location lists
Reid Kleckner
2017-08-29
1
-2
/
+26
*
Move helper classes into anonymous namespaces.
Benjamin Kramer
2017-08-20
1
-1
/
+1
*
[llvm-dwarfdump] - Refactor section name/uniqueness gathering.
George Rimar
2017-08-15
1
-0
/
+13
*
[llvm-dwarfdump] - Print section name and index when dumping .debug_info ranges
George Rimar
2017-08-15
1
-1
/
+5
*
[DebugInfo][DWARF] Address paulr's comment on rL310253.
Simon Dardis
2017-08-07
1
-1
/
+1
*
[DebugInfo][DWARF] Use PRIx64 explicitly in output.
Simon Dardis
2017-08-07
1
-2
/
+2
*
DebugInfo: Fix for CU index usage in 309507
David Blaikie
2017-07-30
1
-1
/
+3
*
DebugInfo: Use DWP cu_index to speed up symbolizing (as intended)
David Blaikie
2017-07-30
1
-2
/
+11
*
DebugInfo: Provide option for explicitly specifying the name of the DWP file
David Blaikie
2017-07-30
1
-6
/
+9
*
[DWARF] Minor code style modification, no functionality change.
Spyridoula Gravani
2017-07-27
1
-8
/
+5
*
[DWARF] Generalized verification of .apple_names accelerator table to be appl...
Spyridoula Gravani
2017-07-26
1
-4
/
+1
*
Move DWARFSectionMap to a .cpp file.
Rafael Espindola
2017-07-24
1
-0
/
+6
*
[DWARF] Added check that verifies that no abbreviation declaration has more t...
Spyridoula Gravani
2017-07-20
1
-0
/
+1
*
Use llvm::make_unique once more to avoid ADL ambiguity with std::make_unique
Reid Kleckner
2017-07-19
1
-2
/
+3
*
Use llvm::make_unique to try to fix the windows build.
Rafael Espindola
2017-07-19
1
-2
/
+2
*
Remove some leftover DWARFContextInMemory.
Rafael Espindola
2017-07-19
1
-14
/
+0
*
Use delegation instead of inheritance.
Rafael Espindola
2017-07-19
1
-229
/
+394
*
[DWARF] Modification of code for the verification of .debug_info section.
Spyridoula Gravani
2017-07-18
1
-2
/
+0
*
[DWARF] Introduce verification for the unit header chain in .debug_info secti...
Spyridoula Gravani
2017-07-13
1
-0
/
+2
*
[DWARF] Fixing a bug with processing of DWARF v5 indexed strings in Mach-O ob...
Wolfgang Pieb
2017-07-13
1
-4
/
+4
*
Don't expose a map in the DWARFContext interface.
Rafael Espindola
2017-07-12
1
-6
/
+6
*
[DWARF] - Rename variable. NFC.
George Rimar
2017-07-10
1
-3
/
+3
[next]