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
/
tools
/
llvm-dwarfdump
/
llvm-dwarfdump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm/dwarfdump] Use the architecture string to filter.
Jonas Devlieghere
2019-12-09
1
-1
/
+1
*
[Tools] Mark output of tools as text if it is text
Kai Nacke
2019-10-08
1
-1
/
+1
*
[binutils] Add response file option to help and docs
James Henderson
2019-06-21
1
-0
/
+2
*
[llvm-dwarfdump] Remove unnecessary explicit -h behaviour
James Henderson
2019-06-21
1
-7
/
+0
*
[docs][llvm-dwarfdump] Make the --show-parents and --show-children help text ...
James Henderson
2019-06-14
1
-2
/
+2
*
[llvm-dwarfdump] Simplify --ignore-case help text and documentation
James Henderson
2019-06-11
1
-4
/
+3
*
[llvm-dwarfdump] Add -o to help text and remove --out-file from doc
James Henderson
2019-06-11
1
-5
/
+4
*
[dwarfdump] Add flag to limit the number of parents DIEs
Jonas Devlieghere
2019-05-24
1
-9
/
+15
*
[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...
Fangrui Song
2019-04-24
1
-1
/
+2
*
llvm-dwarfdump: Support alternative architecture names in the -arch filter
Adrian Prantl
2019-04-04
1
-7
/
+4
*
[llvm-dwarfdump] Simplify -o handling
Fangrui Song
2019-03-27
1
-15
/
+10
*
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
Alexey Lapshin
2019-02-27
1
-3
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert r347490 as it breaks address sanitizer builds
Luke Cheeseman
2018-11-23
1
-0
/
+2
*
Revert r343341
Luke Cheeseman
2018-11-23
1
-2
/
+0
*
Make llvm-dwarfdump -name work on type units.
Paul Robinson
2018-10-24
1
-2
/
+2
*
[dwarfdump] Make incompatibility between -diff and -verbose explicit.
Jonas Devlieghere
2018-10-23
1
-1
/
+9
*
Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFC
Fangrui Song
2018-10-19
1
-1
/
+1
*
llvm-dwarfdump: Extend --name to also search DW_AT_linkage_name.
Adrian Prantl
2018-10-09
1
-19
/
+32
*
Add missing space
Adrian Prantl
2018-10-09
1
-1
/
+1
*
Revert r343317
Luke Cheeseman
2018-09-28
1
-0
/
+2
*
Reapply changes reverted by r343235
Luke Cheeseman
2018-09-28
1
-2
/
+0
*
Revert r343192 as an ubsan build is currently failing
Luke Cheeseman
2018-09-27
1
-1
/
+1
*
Reapply changes reverted in r343114, lldb patch to follow shortly
Luke Cheeseman
2018-09-27
1
-1
/
+1
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
Revert r343112 as CallFrameString API change has broken lldb builds
Luke Cheeseman
2018-09-26
1
-1
/
+1
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-09-26
1
-1
/
+1
*
Revert r343089 "[AArch64] - Return address signing dwarf support"
Hans Wennborg
2018-09-26
1
-1
/
+1
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-09-26
1
-1
/
+1
*
[DebugInfo/DWARF] Remove redundant iterator type. NFC
Paul Robinson
2018-08-02
1
-2
/
+2
*
Fix "Optional" is ambiguous error on some bots
Pavel Labath
2018-06-13
1
-1
/
+1
*
[DWARF/AccelTable] Remove getDIESectionOffset for DWARF v5 entries
Pavel Labath
2018-06-13
1
-16
/
+45
*
DWARFAcceleratorTable: fix equal_range iterators
Pavel Labath
2018-05-31
1
-25
/
+29
*
[Support] Add color cl category.
Jonas Devlieghere
2018-05-24
1
-1
/
+2
*
[DebugInfo] Accept `S` in augmentation strings in CIE.
Fangrui Song
2018-05-08
1
-1
/
+1
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-7
/
+2
*
[DebugInfo/AccelTable] Fix inconsistency in getDIEOffset implementations
Pavel Labath
2018-03-09
1
-1
/
+1
*
Fix build breakage from r326003
Pavel Labath
2018-02-24
1
-2
/
+2
*
Implement equal_range for the DWARF v5 accelerator table
Pavel Labath
2018-02-24
1
-12
/
+14
*
[dwarfdump] Normalize input path.
Jonas Devlieghere
2018-02-08
1
-0
/
+2
*
[DebugInfo] Basic .debug_names dumping support
Pavel Labath
2018-01-29
1
-0
/
+1
*
Rename DwarfAcceleratorTable to AppleAcceleratorTable. NFC
Pavel Labath
2018-01-22
1
-1
/
+1
*
[dwarfdump] Lookup needs to be an unsigned long long parameter.
Jonas Devlieghere
2017-12-19
1
-2
/
+1
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
1
-5
/
+0
*
dwarfdump: Add support for the --diff option.
Adrian Prantl
2017-12-08
1
-0
/
+5
*
llvm-dwarfdump: honor the --show-children option when dumping a specific DIE.
Adrian Prantl
2017-11-29
1
-1
/
+8
*
Re-land "[dwarfdump] Add -lookup option"
Jonas Devlieghere
2017-10-25
1
-1
/
+33
*
Unify spelling.
Adrian Prantl
2017-10-06
1
-16
/
+16
*
llvm-dwarfdump: Add an option to collect debug info quality metrics.
Adrian Prantl
2017-10-06
1
-1
/
+11
*
llvm-dwarfdump: implement the --regex option in combination with --name.
Adrian Prantl
2017-10-03
1
-8
/
+30
[next]