aboutsummaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)Author
2012-08-01Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causingEric Christopher
2012-07-27Add a DW_AT_high_pc for CUs that are a single address range. UpdateEric Christopher
2012-07-19test/DebugInfo/dwarfdump-test.test: Tweak expressions for Win32 to match back...NAKAMURA Takumi
2012-07-19DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov
2012-07-17Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...Alexey Samsonov
2012-07-12The end of the prologue should be marked with is_stmt.Eric Christopher
2012-07-06Fix PR13202 and a regtest.Alexey Samsonov
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2012-07-02This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov
2012-06-22Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky
2012-06-01Add support for enum forward declarations.Eric Christopher
2012-05-27Have getOrCreateSubprogramDIE store the DIE for a subprogramPeter Collingbourne
2012-05-23Add support for C++11 enum classes in llvm.Eric Christopher
2012-05-19Actually support DW_TAG_rvalue_reference_type that we were tryingEric Christopher
2012-05-08Handle OpDeref in case it comes in as a register operand.Eric Christopher
2012-05-01X86: Use StackRegister instead of FrameRegister in getFrameIndexReference (to...Alexey Samsonov
2012-04-05Patch to set is_stmt a little better for prologue lines in a function.Eric Christopher
2012-04-03Fix thinko check for number of operands to be the one that actuallyEric Christopher
2012-03-28Fix the output of the DW_TAG_friend tag to include DW_AT_friendEric Christopher
2012-03-27Add a test for the previous commit. Also, remove two tests that wereEric Christopher
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-03-19llvm/test/DebugInfo: Move two tests to DebugInfo/X86. They are X86-dependent.NAKAMURA Takumi
2012-03-16Do the right thing on NULL uint64 fields.Eric Christopher
2012-03-15For types with a parent of the compile unit make sure and emitEric Christopher
2012-03-15Revert the removal of DW_AT_MIPS_linkage_name when we aren't puttingEric Christopher
2012-03-14Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher
2012-03-07Add the DW_AT_APPLE_runtime_class attribute to forward declarationsEric Christopher
2012-03-02Revert "Reorder the sections being output to reduce the number of assembler"Eric Christopher
2012-03-01Reorder the sections being output to reduce the number of assemblerEric Christopher
2012-02-24If the Address of a variable is an argument then treat the entireEric Christopher
2012-02-22Only add DW_AT_prototyped if we're working with a C-like language.Eric Christopher
2012-02-21Testcase for previous commit.Eric Christopher
2012-02-21There's no need for a DW_AT_byte_size on a pointer type.Eric Christopher
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-01-24Fix the testcases for the previous patch.Eric Christopher
2012-01-11Don't avoid recursing for pointer types, just reference types. Expand onEric Christopher
2011-12-16When recursing for the original size of a type, stop if we are at aEric Christopher
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-11-27remove autoupgrade support for really old-style debug info intrinsics.Chris Lattner
2011-11-12The dwarf standard says that the only differences between a out-of-lineRafael Espindola
2011-11-11Move X86 specific test in X86 directory.Devang Patel
2011-11-11Move X86 specific test in X86 directory.Devang Patel
2011-11-10Check in getOrCreateSubprogramDIE if a declaration exists and if so outputRafael Espindola
2011-11-04Add triple to test.Rafael Espindola
2011-11-04Emit declarations before definitions if they are available. This causes DW_AT...Rafael Espindola
2011-11-01Move another test requiring x86 into X86 directory.Eli Friedman
2011-11-01Move test requiring x86 backend into X86 directory.Eli Friedman
2011-10-28Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky
2011-10-27Teach our Dwarf emission to use the string pool.Nick Lewycky
2011-10-11Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher