index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
DebugInfo
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-21
Fix PR24563 (LiveDebugVariables unconditionally propagates all DBG_VALUEs)
Adrian Prantl
2
-2
/
+102
2015-12-19
Clean up the processing of dbg.value in various places
Keno Fischer
8
-29
/
+29
2015-12-17
Hardcode the target in this testcase — it depends on the ABI.
Adrian Prantl
1
-1
/
+1
2015-12-17
make this test less whitespace-sensitive.
Adrian Prantl
1
-1
/
+1
2015-12-17
Rewrite test to use llvm-dwarfdump instead of checking for asm comments.
Adrian Prantl
1
-4
/
+12
2015-12-16
Move llvm/test/DebugInfo/live-debug-values.ll into X86, due to target triple.
NAKAMURA Takumi
1
-0
/
+0
2015-12-16
Reland "[llvm-readobj] Simplify usage of -codeview flag"
Reid Kleckner
4
-10
/
+3
2015-12-16
Recommit LiveDebugValues pass after fixing a couple of minor issues.
Vikram TV
8
-5
/
+723
2015-12-09
Revert "Implement a new pass - LiveDebugValues - to compute the set of live D...
Mehdi Amini
8
-723
/
+5
2015-12-09
Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VAL...
Vikram TV
8
-5
/
+723
2015-12-03
dwarfdump: Correctly indentify the indicies for DWP records
David Blaikie
1
-4
/
+4
2015-12-01
llvm/test/DebugInfo/X86/safestack-byval.ll: Give an explicit triple for now. ...
NAKAMURA Takumi
1
-4
/
+1
2015-12-01
Move llvm/test/DebugInfo/Generic/safestack-byval.ll to X86. It depends on x86...
NAKAMURA Takumi
1
-0
/
+0
2015-12-01
[Hexagon] Disabling failing safestack test
Colin LeMahieu
1
-0
/
+1
2015-12-01
llvm/test/DebugInfo/Generic/safestack-byval.ll is using tls.
NAKAMURA Takumi
1
-0
/
+2
2015-12-01
Extend debug info for function parameters in SDAG.
Evgeniy Stepanov
1
-0
/
+91
2015-11-19
Removing specific target from the generic test
Artyom Skrobov
1
-2
/
+2
2015-11-19
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
10
-23
/
+23
2015-11-18
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
10
-23
/
+23
2015-11-18
Removing specific target from the generic test
Artyom Skrobov
1
-2
/
+2
2015-11-18
Stop producing .data.rel sections.
Rafael Espindola
1
-2
/
+2
2015-11-17
dwarfdump: support indexed string dumping in dwp based on the STR_OFFSETS com...
David Blaikie
1
-2
/
+1
2015-11-17
dwarfdump: Reference the appropriate line table segment when dumping dwp files
David Blaikie
1
-2
/
+14
2015-11-17
Update DebugInfo tests for the change in DEBUG_VALUE output in r253338.
Dan Gohman
7
-9
/
+9
2015-11-17
dwarfdump: Use the index to find the right abbrev offset in DWP files
David Blaikie
2
-7
/
+24
2015-11-16
Fix r253186 test case
Keno Fischer
1
-1
/
+2
2015-11-16
[DIBuilder] Make createReferenceType take size and align
Keno Fischer
1
-0
/
+46
2015-11-13
dwarfdump: Add support for dumping the table contents of DWP indexes
David Blaikie
1
-10
/
+10
2015-11-12
Re-apply "[mips] Use correct frame register for DWARF info when dynamically r...
Vasileios Kalintiris
2
-0
/
+281
2015-11-12
Revert "[mips] Use correct frame register for DWARF info when dynamically rea...
Vasileios Kalintiris
2
-281
/
+0
2015-11-12
[mips] Use correct frame register for DWARF info when dynamically realigning ...
Vasileios Kalintiris
2
-0
/
+281
2015-11-12
dwarfdump: Added macro support to llvm-dwarfdump tool.
Amjad Aboud
5
-0
/
+44
2015-11-12
Mostly revert 252842 due to failures on some buildbots.
David Blaikie
1
-10
/
+10
2015-11-12
dwarfdump: Dump the contents of DWP indexes
David Blaikie
2
-13
/
+12
2015-11-11
dwarfdump: DWP type unit index dumping skeleton
David Blaikie
1
-5
/
+12
2015-11-11
dwarfdump: First piece of support for DWP dumping
David Blaikie
2
-0
/
+19
2015-11-11
Emit discriminator for inlined callsites.
Dehao Chen
1
-0
/
+52
2015-11-11
test/DebugInfo/ARM/prologue_end.ll references thumbv1, which is invalid.
Artyom Skrobov
1
-1
/
+1
2015-11-05
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
206
-647
/
+647
2015-11-05
Remove windows line endings introduced by r252177. NFC.
Tim Northover
4
-172
/
+172
2015-11-05
[DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268.
Oleg Ranevskyy
4
-0
/
+172
2015-11-04
Fix the test case for Windows.
Alexey Samsonov
1
-1
/
+1
2015-11-04
[llvm-symbolizer] Improve the test for missing input file.
Alexey Samsonov
1
-1
/
+3
2015-10-26
[LLVMSymbolize] Use symbol table only if function linkage name was requested.
Alexey Samsonov
1
-1
/
+1
2015-10-15
s/NumFiles/NumStreams/
David Majnemer
1
-1
/
+1
2015-10-15
[llvm-pdbdump] Provide a mechanism to dump the raw contents of a PDB
David Majnemer
4
-7
/
+19
2015-10-12
[Debug] Look through bitcasts to find argument registers
Oliver Stannard
1
-0
/
+45
2015-10-07
Move test back to Generic now it's fixed the right way (thanks Eric!)
David Blaikie
1
-0
/
+0
2015-10-07
Remove the comdat-ness from the testcase as it won't lower properly
Eric Christopher
1
-3
/
+1
2015-10-07
Move test to X86-specific due to some IR invalid on other targets
David Blaikie
1
-0
/
+0
[next]