summaryrefslogtreecommitdiff
path: root/test/DebugInfo
Commit message (Expand)AuthorAge
* DebugInfo: Correct the attribute type kind.David Blaikie2014-05-01
* PR19623: Implement typedefs of void.David Blaikie2014-05-01
* Revert "Emit DW_AT_object_pointer once, on the declaration, for each function."David Blaikie2014-04-30
* DebugInfo: Omit DW_AT_artificial on DW_TAG_formal_parameters in DW_TAG_inline...David Blaikie2014-04-30
* Emit DW_AT_object_pointer once, on the declaration, for each function.David Blaikie2014-04-30
* DwarfDebug: Omit DW_AT_object_pointer on inlined_subroutinesDavid Blaikie2014-04-28
* DebugInfo: Fix and test a regression caused by r207263 causing the DW_AT_obje...David Blaikie2014-04-26
* Include C++ source for debug info test case committed in r207323David Blaikie2014-04-26
* DWARF Type Units: Avoid emitting type units under fission if the type require...David Blaikie2014-04-26
* Unbreak the gdb buildbot by not lowering dbg.declare intrinsics for arrays.Adrian Prantl2014-04-25
* Make sure that rangelists are also relative to the compile unitEric Christopher2014-04-25
* This reapplies r207235 with an additional bugfixes caught by the msanAdrian Prantl2014-04-25
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-25
* Reapply r207135 without modifications.Adrian Prantl2014-04-25
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-25
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-25
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-25
* Revert "Debug info for optimized code: Support variables that are on the stac...Adrian Prantl2014-04-25
* Revert "Debug info: Let dbg.values inserted by LowerDbgDeclare inherit the lo...Adrian Prantl2014-04-24
* Debug info: Let dbg.values inserted by LowerDbgDeclare inherit the locationAdrian Prantl2014-04-24
* Debug info for optimized code: Support variables that are on the stack andAdrian Prantl2014-04-24
* MC: honour IMAGE_SCN_CNT_INITIALIZED_DATASaleem Abdulrasool2014-04-23
* [llvm-symbolizer] Print file/line for a PC even if there is no DIE describing...Alexey Samsonov2014-04-18
* Change argument order and add explanatory comment to r206130David Blaikie2014-04-14
* Re-apply r206096 after investigating the gdb buildbot failure.Adrian Prantl2014-04-14
* Fix instruction debug info location during legalizationDavid Blaikie2014-04-13
* PR13337: Omit DW_TAG_restrict_type when compiling for DWARF2David Blaikie2014-04-12
* Revert "Debug info: (bugfix) C++ C/Dtors can be compiled to multiple functions,"Adrian Prantl2014-04-12
* Debug info: (bugfix) C++ C/Dtors can be compiled to multiple functions,Adrian Prantl2014-04-12
* Add some CHECKs to this testcase.Adrian Prantl2014-04-11
* Debug info: Store the DIVariable in DebugLocEntry also for constants,Adrian Prantl2014-04-11
* Fix some doc and comment typosAlp Toker2014-04-09
* X86MCAsmInfoGNUCOFF: Set PointerSize as 8 for targeting x64. It caused DW_LNE...NAKAMURA Takumi2014-04-08
* Revert the last couple of patches here and go back to somethingEric Christopher2014-04-07
* XFAIL this completely at the moment:Eric Christopher2014-04-07
* Make test run on most platforms and only fail on cygwin/mingw whileEric Christopher2014-04-07
* DebugInfo: Support namespace aliases as DW_TAG_imported_declaration instead o...David Blaikie2014-04-06
* Tweak unconditional-branch.ll passing on any hosts, while investigating x86_6...NAKAMURA Takumi2014-04-04
* Fix llvm-objdump crash.Rafael Espindola2014-04-03
* unconditional-branch.ll is broken for targeting x86_64-cygming. Add an explic...NAKAMURA Takumi2014-04-03
* Revert r205551, "Attempt to XFAIL this on mingw and cygwin hosts." It didn't ...NAKAMURA Takumi2014-04-03
* Attempt to XFAIL this on mingw and cygwin hosts. The line table onEric Christopher2014-04-03
* Loosen up check so that we can pass on platforms that generateEric Christopher2014-04-03
* Fix for PR 19261:Eric Christopher2014-04-03
* DebugInfo: Use a 64 bit type for the subrangeDavid Blaikie2014-04-03
* Add support for the R_ARM_ABS32 relocation.Rafael Espindola2014-04-03
* DebugLocEntry: Actually merge the loc entry when returning true.David Blaikie2014-04-01
* DwarfDebug: Prevent DebugLocEntry merging from coalescing two differentAdrian Prantl2014-04-01
* DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie2014-04-01
* ARM64: initial backend importTim Northover2014-03-29