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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-dwarfdump][Statistics] Don't count coverage less than 1% as 0%
Kristina Bessonova
2019-12-13
1
-12
/
+10
*
[llvm-dwarfdump][Statistics] Change the coverage buckets representation. NFC
Kristina Bessonova
2019-12-13
1
-6
/
+6
*
[llvm/dwarfdump] Use the architecture string to filter.
Jonas Devlieghere
2019-12-09
1
-1
/
+1
*
[llvm-dwarfdump][Statistics] Unify coverage statistic computation
Kristina Bessonova
2019-12-08
1
-60
/
+26
*
dwarfdump --statistics: Use new location list api
Pavel Labath
2019-11-21
1
-38
/
+32
*
DWARFDebugLoc(v4): Add an incremental parsing function
Pavel Labath
2019-11-15
1
-4
/
+11
*
[Tools] Mark output of tools as text if it is text
Kai Nacke
2019-10-08
1
-1
/
+1
*
[llvm-dwarfdump] Fix dumping of wrong locstats map
Djordje Todorovic
2019-10-02
1
-1
/
+1
*
[llvm-dwarfdump] Adjust Windows path to be acceptable by JSON
Djordje Todorovic
2019-09-20
1
-7
/
+4
*
[llvm-dwarfdump] Add additional stats fields
Djordje Todorovic
2019-09-10
1
-13
/
+205
*
[llvm-dwarfdump] Fix spelling in the comments. NFC
Djordje Todorovic
2019-09-04
1
-2
/
+2
*
llvm-dwarfdump: Cache CU low_pc when computing statistics.
David Blaikie
2019-08-31
1
-6
/
+6
*
Reland "[DwarfDebug] Dump call site debug info"
Djordje Todorovic
2019-07-31
1
-4
/
+16
*
Revert "[DwarfDebug] Dump call site debug info"
Djordje Todorovic
2019-07-12
1
-16
/
+4
*
[DwarfDebug] Dump call site debug info
Djordje Todorovic
2019-07-09
1
-4
/
+16
*
[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
*
llvm-dwarfdump: Add dwo parsing to --statistics.
Caroline Tice
2019-05-09
1
-1
/
+1
*
[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
*
llvm-dwarfdump: Add new variable, parameter and inlining statistics; also fun...
Caroline Tice
2019-03-01
1
-21
/
+116
*
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
Alexey Lapshin
2019-02-27
1
-3
/
+11
*
lvm-dwarfdump: Stop counting out-of-line subprogram in the "inlined functions...
Caroline Tice
2019-02-08
1
-17
/
+28
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
3
-12
/
+9
*
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
*
Add total function byte size and inline function byte size to "llvm-dwarfdump...
Greg Clayton
2018-11-09
1
-11
/
+35
*
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
*
[DebugInfo] Add support for DWARF5 call site-related attributes
Vedant Kumar
2018-10-05
1
-0
/
+8
*
Format the dwarfdump --statistics version as an integer instead of a string.
Adrian Prantl
2018-10-05
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
*
llvm-dwarfdump --statistics: Unique abstract origins across multiple CUs.
Adrian Prantl
2018-09-21
1
-23
/
+46
*
[DebugInfo/DWARF] Remove redundant iterator type. NFC
Paul Robinson
2018-08-02
1
-2
/
+2
[next]