summaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)AuthorFilesLines
2014-05-14DebugInfo: Sure up subprogram variable list handling with more assertions and...David Blaikie17-76/+36
2014-05-14DebugInfo: Assert that a CU's subprogram list contains only subprograms.David Blaikie2-2/+2
2014-05-14Recommit r208506: DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie1-0/+127
2014-05-12Revert "DebugInfo: Include lexical scopes in inlined subroutines."David Blaikie1-83/+0
2014-05-12DebugInfo: Make gmlt debug info more gmlt-like by removing variables.David Blaikie1-6/+1
2014-05-12DwarfDebug: Avoid an extra map lookup while constructing abstract scope DIEs ...David Blaikie1-2/+1
2014-05-11DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie1-0/+83
2014-05-11DebugInfo: Simplify/correct test for correct constant emission when dealing w...David Blaikie2-66/+69
2014-05-11DwarfUnit: Share common constant value emission between APInts of small (<= 6...David Blaikie1-2/+2
2014-05-01DebugInfo: Correct the attribute type kind.David Blaikie1-2/+2
2014-05-01PR19623: Implement typedefs of void.David Blaikie1-0/+32
2014-04-30Revert "Emit DW_AT_object_pointer once, on the declaration, for each function."David Blaikie2-30/+6
2014-04-30DebugInfo: Omit DW_AT_artificial on DW_TAG_formal_parameters in DW_TAG_inline...David Blaikie1-0/+2
2014-04-30Emit DW_AT_object_pointer once, on the declaration, for each function.David Blaikie2-6/+30
2014-04-28DwarfDebug: Omit DW_AT_object_pointer on inlined_subroutinesDavid Blaikie1-0/+90
2014-04-26DebugInfo: Fix and test a regression caused by r207263 causing the DW_AT_obje...David Blaikie1-0/+1
2014-04-26Include C++ source for debug info test case committed in r207323David Blaikie1-0/+42
2014-04-26DWARF Type Units: Avoid emitting type units under fission if the type require...David Blaikie1-0/+109
2014-04-25Unbreak the gdb buildbot by not lowering dbg.declare intrinsics for arrays.Adrian Prantl1-0/+107
2014-04-25Make sure that rangelists are also relative to the compile unitEric Christopher1-0/+241
2014-04-25This reapplies r207235 with an additional bugfixes caught by the msanAdrian Prantl4-90/+174
2014-04-25Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl4-174/+90
2014-04-25Reapply r207135 without modifications.Adrian Prantl1-0/+83
2014-04-25This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl3-90/+173
2014-04-25Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl3-173/+90
2014-04-25This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl3-90/+173
2014-04-25Revert "Debug info for optimized code: Support variables that are on the stac...Adrian Prantl2-72/+90
2014-04-24Revert "Debug info: Let dbg.values inserted by LowerDbgDeclare inherit the lo...Adrian Prantl1-83/+0
2014-04-24Debug info: Let dbg.values inserted by LowerDbgDeclare inherit the locationAdrian Prantl1-0/+83
2014-04-24Debug info for optimized code: Support variables that are on the stack andAdrian Prantl2-90/+72
2014-04-23MC: honour IMAGE_SCN_CNT_INITIALIZED_DATASaleem Abdulrasool6-10/+10
2014-04-18[llvm-symbolizer] Print file/line for a PC even if there is no DIE describing...Alexey Samsonov3-0/+22
2014-04-14Change argument order and add explanatory comment to r206130David Blaikie1-1/+4
2014-04-14Re-apply r206096 after investigating the gdb buildbot failure.Adrian Prantl2-0/+115
2014-04-13Fix instruction debug info location during legalizationDavid Blaikie1-0/+72
2014-04-12PR13337: Omit DW_TAG_restrict_type when compiling for DWARF2David Blaikie1-0/+53
2014-04-12Revert "Debug info: (bugfix) C++ C/Dtors can be compiled to multiple functions,"Adrian Prantl2-104/+0
2014-04-12Debug info: (bugfix) C++ C/Dtors can be compiled to multiple functions,Adrian Prantl2-0/+104
2014-04-11Add some CHECKs to this testcase.Adrian Prantl1-2/+6
2014-04-11Debug info: Store the DIVariable in DebugLocEntry also for constants,Adrian Prantl3-6/+6
2014-04-09Fix some doc and comment typosAlp Toker1-1/+1
2014-04-08X86MCAsmInfoGNUCOFF: Set PointerSize as 8 for targeting x64. It caused DW_LNE...NAKAMURA Takumi1-5/+0
2014-04-07Revert the last couple of patches here and go back to somethingEric Christopher1-1/+3
2014-04-07XFAIL this completely at the moment:Eric Christopher1-0/+1
2014-04-07Make test run on most platforms and only fail on cygwin/mingw whileEric Christopher1-4/+1
2014-04-06DebugInfo: Support namespace aliases as DW_TAG_imported_declaration instead o...David Blaikie1-4/+4
2014-04-04Tweak unconditional-branch.ll passing on any hosts, while investigating x86_6...NAKAMURA Takumi1-2/+6
2014-04-03Fix llvm-objdump crash.Rafael Espindola1-3/+1
2014-04-03unconditional-branch.ll is broken for targeting x86_64-cygming. Add an explic...NAKAMURA Takumi1-1/+2
2014-04-03Revert r205551, "Attempt to XFAIL this on mingw and cygwin hosts." It didn't ...NAKAMURA Takumi1-3/+0