summaryrefslogtreecommitdiff
path: root/test/DebugInfo
Commit message (Expand)AuthorAge
...
* Support and test template arguments for unions.Eric Christopher2013-04-02
* move testcase into appropriate X86 subdirectory.Adrian Prantl2013-03-29
* Split the llvm/tools/clang/test/CodeGenObjC/debug-info-blocks.m testcase into...Adrian Prantl2013-03-29
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-28
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-27
* XFAIL DebugInfo tests for Hexagon.Jyotsna Verma2013-03-25
* Move X86-dependent test into the right subdirectory.Benjamin Kramer2013-03-23
* reorder the fields in DILexicalBlockFile to match the common prefix for DIScopesDavid Blaikie2013-03-22
* Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie2013-03-22
* Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie2013-03-22
* Remove the ARM-specific variant of this test. It's already covered byChandler Carruth2013-03-22
* Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie2013-03-21
* Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie2013-03-21
* Remove unused field in DISubprogramDavid Blaikie2013-03-21
* Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2013-03-20
* Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie2013-03-20
* Remove unused field in DICompileUnitDavid Blaikie2013-03-20
* Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie2013-03-20
* Enhance debug info namespace test to check for context/scope referenceDavid Blaikie2013-03-20
* Make target-specific test case in r177474 only run when that target is builtDavid Blaikie2013-03-20
* Reorder the DIFile parameter in DINameSpaceDavid Blaikie2013-03-20
* Test DW_TAG_namespace support in the backendDavid Blaikie2013-03-20
* Fix test case regression on ARM & PPC introduced r177239David Blaikie2013-03-20
* Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie2013-03-20
* Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie2013-03-19
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-17
* Test that we emit a DW_AT_location for self captured by a block.Adrian Prantl2013-03-14
* Remove an extra operand to a DIFile metadata entryDavid Blaikie2013-03-13
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-13
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-13
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-12
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-12
* Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie2013-03-11
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-08
* Upgrade tests to the latest debug info format.David Blaikie2013-03-08
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-07
* Debug Info: for static member variables, always put AT_MIPS_linkage_name to theManman Ren2013-02-27
* Debug Info: for static member variables, add AT_MIPS_linkage_name to theManman Ren2013-02-27
* Revert r176120 as it caused a failure at static-member.cppManman Ren2013-02-26
* Debug Info: for static member variables, move AT_MIPS_linkage_name fromManman Ren2013-02-26
* Use getSplitDebugFilename when constructing the skeleton cu andEric Christopher2013-02-22
* Previously, parsing capability of the .debug_frame section was addedEli Bendersky2013-02-21
* Add testcase for llvm-dwarfdump to test parsing of the pubnames data.Krzysztof Parzyszek2013-02-14
* Moved line-info.ll to DebugInfo\X86 directoryElena Demikhovsky2013-02-14
* The test failed on Windows. I've changed the platform to run to "x86_64-apple...Elena Demikhovsky2013-02-14
* Clean up LDV, no functionality change.Manman Ren2013-02-13
* Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.Manman Ren2013-02-13
* Remove target-specific info from the testcase for DWARF/pubnames.Krzysztof Parzyszek2013-02-12
* Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek2013-02-12
* AArch64: generate dwarfdump test rather than include .o in subversionTim Northover2013-02-11