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
/
test
/
DebugInfo
/
llvm-symbolizer.test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-symbolizer][test] Rename and tweak tests using llvm-symbolizer
James Henderson
2019-02-01
1
-30
/
+0
*
[llvm-symbolizer][test] Extract tests from llvm-symbolizer.test and simplify ...
James Henderson
2019-01-31
1
-49
/
+0
*
[llvm-symbolizer][test] Extract tests from llvm-symbolizer.test and simplify ...
James Henderson
2019-01-31
1
-55
/
+1
*
[llvm-symbolizer][test] Extract tests from llvm-symbolizer.test and simplify ...
James Henderson
2019-01-31
1
-33
/
+0
*
llvm-symbolizer: Extract individual test cases now that it's easier to use di...
David Blaikie
2019-01-24
1
-62
/
+0
*
[llvm-symbolizer] Improve compatibility of --functions with GNU addr2line
James Henderson
2019-01-23
1
-8
/
+7
*
[llvm-symbolizer] Add -no-demangle as alias for -demangle=false
Dmitry Venikov
2019-01-21
1
-0
/
+13
*
[llvm-symbolizer] Add -C as a short alias to -demangle
Dmitry Venikov
2019-01-16
1
-0
/
+2
*
Reapply: DebugInfo: Assume an absence of ranges or high_pc on a CU means the ...
David Blaikie
2018-12-21
1
-10
/
+10
*
Revert "DebugInfo: Assume an absence of ranges or high_pc on a CU means the C...
Eric Liu
2018-12-17
1
-10
/
+10
*
DebugInfo: Assume an absence of ranges or high_pc on a CU means the CU is emp...
David Blaikie
2018-12-17
1
-10
/
+10
*
llvm-symbolizer: Handle function definitions nested within other functions
David Blaikie
2018-05-01
1
-0
/
+5
*
Migrate llvm-symbolizer tests to not use %T
David Blaikie
2017-09-08
1
-24
/
+27
*
Revert changes in r310953 for llvm-symbolizer.test. The change causes a test ...
Kuba Mracek
2017-08-15
1
-49
/
+48
*
[llvm] Get rid of "%T" expansions
Kuba Mracek
2017-08-15
1
-48
/
+49
*
DebugInfo: Test & handle (differently) non-zero DW_AT_ranges_base
David Blaikie
2017-08-02
1
-3
/
+3
*
DebugInfo: Provide option for explicitly specifying the name of the DWP file
David Blaikie
2017-07-30
1
-4
/
+9
*
[LLVM] Get rid of white spaces in file names in a DebugInfo test. NFC
Eric Liu
2017-07-10
1
-3
/
+4
*
Revert "[lit] Clean output directories before running tests."
Zachary Turner
2017-06-30
1
-4
/
+4
*
[lit] Clean output directories before running tests.
Zachary Turner
2017-06-30
1
-4
/
+4
*
libDebugInfo: Support symbolizing using DWP files
David Blaikie
2017-05-23
1
-0
/
+8
*
libDebugInfo/DWARF: Apply relocations for debug_addr addresses in object files
David Blaikie
2017-05-22
1
-0
/
+7
*
llvm-symbolizer: Support multiple CUs in a single DWO file
David Blaikie
2017-05-20
1
-0
/
+7
*
llvm-symbolizer: prefer .dwo contents over fission-gmlt-like-data when .dwo f...
David Blaikie
2016-04-22
1
-9
/
+25
*
Fix the test case for Windows.
Alexey Samsonov
2015-11-04
1
-1
/
+1
*
[llvm-symbolizer] Improve the test for missing input file.
Alexey Samsonov
2015-11-04
1
-1
/
+3
*
[LLVMSymbolize] Use symbol table only if function linkage name was requested.
Alexey Samsonov
2015-10-26
1
-1
/
+1
*
Remove "REQUIRES:shell" from tests. They work for me.
NAKAMURA Takumi
2014-11-04
1
-2
/
+0
*
Allow DWARFDebugInfoEntryMinimal::getSubroutineName to resolve cross-unit ref...
Frederic Riss
2014-09-22
1
-0
/
+8
*
Omit DW_TAG_subprograms for subprograms without inlined subroutines when prod...
David Blaikie
2014-09-19
1
-3
/
+3
*
[DWARF parser] Fix nasty memory corruption in .dwo files handling.
Alexey Samsonov
2014-09-05
1
-0
/
+13
*
[DWARF parser] Fix broken address ranges construction.
Alexey Samsonov
2014-06-12
1
-0
/
+4
*
[llvm-symbolizer] Fix parsing DW_AT_ranges in Fission skeleton compile unit D...
Alexey Samsonov
2014-06-12
1
-0
/
+4
*
Kill symbolization functionality in llvm-dwarfdump. We have llvm-symbolizer f...
Alexey Samsonov
2014-05-19
1
-4
/
+42
*
[DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...
Alexey Samsonov
2014-05-17
1
-1
/
+7
*
[llvm-symbolizer] Print file/line for a PC even if there is no DIE describing...
Alexey Samsonov
2014-04-18
1
-0
/
+4
*
llvm-symbolizer: use dynamic symbol table if the regular one is stripped.
Alexey Samsonov
2014-02-26
1
-0
/
+6
*
llvm-symbolizer: make mangled name heuristic apply to all symbols
Ed Maste
2014-01-16
1
-0
/
+11
*
llvm-symbolizer: add --obj flag to specify a single object file that should b...
Alexey Samsonov
2013-12-24
1
-0
/
+9
*
Add DebugInfo testcase for high_pc encoded as constant, fixed in r193555.
Will Dietz
2013-10-30
1
-0
/
+10
*
llvm-symbolizer: add support for .gnu_debuglink section
Alexey Samsonov
2013-08-14
1
-0
/
+4
*
llvm-symbolizer: Recognize a drive letter on win32. Then "REQUIRES: shell" ca...
NAKAMURA Takumi
2013-07-01
1
-2
/
+0
*
llvm-symbolizer: skip leading underscore in Mach-O symbol table entries
Alexey Samsonov
2013-06-28
1
-3
/
+3
*
llvm-symbolizer: add support for Mach-O universal binaries
Alexey Samsonov
2013-06-28
1
-2
/
+16
*
[llvm-symbolizer] Avoid calling slow getSymbolSize for Mach-O files. Assume t...
Alexey Samsonov
2013-06-04
1
-0
/
+5
*
Correct handling invalid filename in llvm-symbolizer
Alexey Samsonov
2013-06-03
1
-0
/
+3
*
Simplify the quoting here. Our lit emulator doesn't deal well with the
Chandler Carruth
2013-04-08
1
-1
/
+1
*
llvm-symbolizer: correctly parse filenames given in quotes
Alexey Samsonov
2013-04-05
1
-1
/
+5
*
Add a basic test for llvm-symbolizer tool
Alexey Samsonov
2013-04-05
1
-0
/
+21