summaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)AuthorFilesLines
2012-04-05Patch to set is_stmt a little better for prologue lines in a function.Eric Christopher1-2/+4
2012-04-03Fix thinko check for number of operands to be the one that actuallyEric Christopher1-0/+47
2012-03-28Fix the output of the DW_TAG_friend tag to include DW_AT_friendEric Christopher1-0/+47
2012-03-27Add a test for the previous commit. Also, remove two tests that wereEric Christopher2-9/+31
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky1-8/+1
2012-03-19llvm/test/DebugInfo: Move two tests to DebugInfo/X86. They are X86-dependent.NAKAMURA Takumi2-0/+0
2012-03-16Do the right thing on NULL uint64 fields.Eric Christopher1-0/+6
2012-03-15For types with a parent of the compile unit make sure and emitEric Christopher4-7/+33
2012-03-15Revert the removal of DW_AT_MIPS_linkage_name when we aren't puttingEric Christopher4-61/+6
2012-03-14Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher4-6/+61
2012-03-07Add the DW_AT_APPLE_runtime_class attribute to forward declarationsEric Christopher1-0/+27
2012-03-02Revert "Reorder the sections being output to reduce the number of assembler"Eric Christopher1-8/+8
2012-03-01Reorder the sections being output to reduce the number of assemblerEric Christopher1-8/+8
2012-02-24If the Address of a variable is an argument then treat the entireEric Christopher1-0/+127
2012-02-22Only add DW_AT_prototyped if we're working with a C-like language.Eric Christopher3-6/+6
2012-02-21Testcase for previous commit.Eric Christopher1-0/+45
2012-02-21There's no need for a DW_AT_byte_size on a pointer type.Eric Christopher3-5/+5
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky4-8/+13
2012-01-24Fix the testcases for the previous patch.Eric Christopher4-9/+7
2012-01-11Don't avoid recursing for pointer types, just reference types. Expand onEric Christopher1-0/+25
2011-12-16When recursing for the original size of a type, stop if we are at aEric Christopher1-0/+172
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner1-2/+2
2011-11-27remove autoupgrade support for really old-style debug info intrinsics.Chris Lattner1-16/+0
2011-11-12The dwarf standard says that the only differences between a out-of-lineRafael Espindola1-0/+97
2011-11-11Move X86 specific test in X86 directory.Devang Patel1-0/+0
2011-11-11Move X86 specific test in X86 directory.Devang Patel1-0/+0
2011-11-10Check in getOrCreateSubprogramDIE if a declaration exists and if so outputRafael Espindola1-0/+43
2011-11-04Add triple to test.Rafael Espindola1-1/+1
2011-11-04Emit declarations before definitions if they are available. This causes DW_AT...Rafael Espindola1-0/+65
2011-11-01Move another test requiring x86 into X86 directory.Eli Friedman1-0/+0
2011-11-01Move test requiring x86 backend into X86 directory.Eli Friedman1-0/+0
2011-10-28Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky2-32/+22
2011-10-27Teach our Dwarf emission to use the string pool.Nick Lewycky2-10/+64
2011-10-11Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher1-1/+1
2011-09-26Fix this test so it doesn't fail on Mac.Eli Friedman1-6/+6
2011-09-26Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy1-0/+47
2011-09-13Update tests. Remove irrelevant tests.Devang Patel7-170/+57
2011-08-19Do not use named md nodes to track variables that are completely optimized. T...Devang Patel1-1/+4
2011-06-17Test for previous commit.Rafael Espindola1-0/+85
2011-06-16Move test for appropriate directory.Galina Kistanova1-0/+0
2011-05-27Fix a regression I recently introduced by removing DwarfRegNum ofRafael Espindola1-0/+27
2011-05-19Looks like OS X assemblers (including MC) don't likeRafael Espindola1-0/+23
2011-05-13Move test.Rafael Espindola1-0/+0
2011-05-13Move test.Rafael Espindola1-0/+0
2011-05-10Add triple.Rafael Espindola1-1/+1
2011-05-10The EH symbols are only needed in eh_frame, not debug_frame.Rafael Espindola1-0/+18
2011-05-10Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola1-0/+18
2011-05-06Move few target-dependant tests to appropriate directories.Galina Kistanova2-0/+5
2011-05-04Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, butRafael Espindola1-0/+19
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1