index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
DebugInfo
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm-symbolizer: correctly parse filenames given in quotes
Alexey Samsonov
2013-04-05
3
-4
/
+8
*
Add a basic test for llvm-symbolizer tool
Alexey Samsonov
2013-04-05
1
-0
/
+21
*
Disable 2010-10-01-crash.ll for Hexagon as the Hexagon frontend will
Jyotsna Verma
2013-04-04
1
-0
/
+1
*
Support and test template arguments for unions.
Eric Christopher
2013-04-02
1
-0
/
+58
*
move testcase into appropriate X86 subdirectory.
Adrian Prantl
2013-03-29
1
-3
/
+4
*
Split the llvm/tools/clang/test/CodeGenObjC/debug-info-blocks.m testcase into...
Adrian Prantl
2013-03-29
1
-0
/
+371
*
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-28
53
-563
/
+563
*
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-27
53
-563
/
+563
*
XFAIL DebugInfo tests for Hexagon.
Jyotsna Verma
2013-03-25
3
-1
/
+3
*
Move X86-dependent test into the right subdirectory.
Benjamin Kramer
2013-03-23
1
-0
/
+0
*
reorder the fields in DILexicalBlockFile to match the common prefix for DIScopes
David Blaikie
2013-03-22
1
-18
/
+24
*
Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...
David Blaikie
2013-03-22
3
-4
/
+4
*
Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...
David Blaikie
2013-03-22
21
-30
/
+30
*
Remove the ARM-specific variant of this test. It's already covered by
Chandler Carruth
2013-03-22
2
-6
/
+0
*
Refactor the filename/directory information in DISubprogram to refer directly...
David Blaikie
2013-03-21
2
-3
/
+3
*
Move the DIFile in DISubprogram to the beginning to be a common prefix along ...
David Blaikie
2013-03-21
20
-75
/
+75
*
Remove unused field in DISubprogram
David Blaikie
2013-03-21
45
-90
/
+90
*
Debug info: refactor the first field of DICompileUnit to be a raw file/direct...
David Blaikie
2013-03-20
25
-27
/
+27
*
Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...
David Blaikie
2013-03-20
26
-28
/
+28
*
Remove unused field in DICompileUnit
David Blaikie
2013-03-20
57
-60
/
+60
*
Refactor file/directory path in namespace debug info to refer directly to the...
David Blaikie
2013-03-20
1
-3
/
+10
*
Enhance debug info namespace test to check for context/scope reference
David Blaikie
2013-03-20
1
-7
/
+16
*
Make target-specific test case in r177474 only run when that target is built
David Blaikie
2013-03-20
3
-1
/
+6
*
Reorder the DIFile parameter in DINameSpace
David Blaikie
2013-03-20
1
-1
/
+2
*
Test DW_TAG_namespace support in the backend
David Blaikie
2013-03-20
1
-0
/
+25
*
Fix test case regression on ARM & PPC introduced r177239
David Blaikie
2013-03-20
1
-4
/
+6
*
Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...
David Blaikie
2013-03-20
27
-122
/
+122
*
Move the DIFile operand to DITypes from the 4th operand to the 2nd.
David Blaikie
2013-03-19
36
-214
/
+214
*
Split out filename & directory from DIFile to start generalizing over DIScopes
David Blaikie
2013-03-17
43
-61
/
+106
*
Test that we emit a DW_AT_location for self captured by a block.
Adrian Prantl
2013-03-14
1
-0
/
+105
*
Remove an extra operand to a DIFile metadata entry
David Blaikie
2013-03-13
1
-1
/
+1
*
Remove the unused 4th operand for DIFile debug info metadata
David Blaikie
2013-03-13
17
-19
/
+19
*
Refactor filename/directory in DICompileUnit into a DIFile
David Blaikie
2013-03-13
55
-58
/
+59
*
Remove unused "isMain" field from DICompileUnit
David Blaikie
2013-03-12
55
-58
/
+58
*
Update debug info test cases with empty SplitDebugFilename field.
David Blaikie
2013-03-12
51
-54
/
+54
*
Upgrading debug info test cases to be (more) compatible with the current debu...
David Blaikie
2013-03-11
25
-82
/
+84
*
Remove -print-dbginfo as it is unused & bitrotten.
David Blaikie
2013-03-08
1
-66
/
+0
*
Upgrade tests to the latest debug info format.
David Blaikie
2013-03-08
14
-162
/
+188
*
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-03-07
1
-3
/
+6
*
Debug Info: for static member variables, always put AT_MIPS_linkage_name to the
Manman Ren
2013-02-27
1
-3
/
+85
*
Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Manman Ren
2013-02-27
1
-0
/
+3
*
Revert r176120 as it caused a failure at static-member.cpp
Manman Ren
2013-02-26
1
-3
/
+3
*
Debug Info: for static member variables, move AT_MIPS_linkage_name from
Manman Ren
2013-02-26
1
-3
/
+3
*
Use getSplitDebugFilename when constructing the skeleton cu and
Eric Christopher
2013-02-22
1
-1
/
+1
*
Previously, parsing capability of the .debug_frame section was added
Eli Bendersky
2013-02-21
1
-0
/
+13
*
Add testcase for llvm-dwarfdump to test parsing of the pubnames data.
Krzysztof Parzyszek
2013-02-14
3
-0
/
+48
*
Moved line-info.ll to DebugInfo\X86 directory
Elena Demikhovsky
2013-02-14
1
-0
/
+0
*
The test failed on Windows. I've changed the platform to run to "x86_64-apple...
Elena Demikhovsky
2013-02-14
1
-1
/
+1
*
Clean up LDV, no functionality change.
Manman Ren
2013-02-13
1
-1
/
+1
*
Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.
Manman Ren
2013-02-13
1
-0
/
+173
[next]