summaryrefslogtreecommitdiff
path: root/test/DebugInfo
Commit message (Expand)AuthorAge
...
* DebugInfo: Simplify subprogram declaration creation/references and accidental...David Blaikie2014-05-21
* Add a comment here.Eric Christopher2014-05-21
* Move this test to the backend from the frontend.Eric Christopher2014-05-20
* Move the function and data section flags into the options struct andEric Christopher2014-05-20
* PR19767: DebugInfo emission of pointer constants.David Blaikie2014-05-20
* DebugInfo: Emit function definitions within their namespace scope.David Blaikie2014-05-20
* Follow up to 209187, updating a test to use FileCheck. Needed to ignore an ex...David Blaikie2014-05-20
* Update test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll to use FileCheck.David Blaikie2014-05-20
* DebugInfo: Assume all subprogram DIEs have been created before any abstract s...David Blaikie2014-05-19
* DebugInfo: Don't include DW_AT_inline on each abstract definition multiple ti...David Blaikie2014-05-19
* DebugInfo: Fix missing inlined_subroutines caused by r208748.David Blaikie2014-05-19
* Kill symbolization functionality in llvm-dwarfdump. We have llvm-symbolizer f...Alexey Samsonov2014-05-19
* [DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...Alexey Samsonov2014-05-17
* DebugInfo: Handle emitting constants of C++ unicode character type.David Blaikie2014-05-16
* DebugInfo: Assume the CU's Subprogram list only contains definitions.David Blaikie2014-05-16
* DebugInfo: Don't put fission type units in comdat sections.David Blaikie2014-05-15
* DebugInfo: Sure up subprogram variable list handling with more assertions and...David Blaikie2014-05-14
* DebugInfo: Assert that a CU's subprogram list contains only subprograms.David Blaikie2014-05-14
* Recommit r208506: DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2014-05-14
* Revert "DebugInfo: Include lexical scopes in inlined subroutines."David Blaikie2014-05-12
* DebugInfo: Make gmlt debug info more gmlt-like by removing variables.David Blaikie2014-05-12
* DwarfDebug: Avoid an extra map lookup while constructing abstract scope DIEs ...David Blaikie2014-05-12
* DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2014-05-11
* DebugInfo: Simplify/correct test for correct constant emission when dealing w...David Blaikie2014-05-11
* DwarfUnit: Share common constant value emission between APInts of small (<= 6...David Blaikie2014-05-11
* 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