summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86
Commit message (Expand)AuthorAge
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* Generate better location ranges for some register-described variables.Alexey Samsonov2014-06-09
* Fix typosAlp Toker2014-06-07
* DebugInfo: Use the scope of the function declaration, if any, to name a funct...David Blaikie2014-06-06
* DebugInfo: pubnames: include file-local (static or anonymous namespace) varia...David Blaikie2014-06-06
* Match the full hex offsets in test/DebugInfo/X86/gnu-public-names.llDavid Blaikie2014-06-06
* Remove DWARF3 testing of test/DebugInfo/X86/gnu-public-names.llDavid Blaikie2014-06-06
* Fix typosAlp Toker2014-05-31
* DebugInfo: Create abstract function definitions even when concrete definition...David Blaikie2014-05-27
* DebugInfo: Lazily construct subprogram definition DIEs.David Blaikie2014-05-27
* DebugInfo: Lazily attach definition attributes to definitions.David Blaikie2014-05-27
* DebugInfo: Fix argument ordering in test by adding argument numbering.David Blaikie2014-05-27
* Streamline test case by avoiding a temporary file and piping llc output strai...David Blaikie2014-05-25
* DebugInfo: Generalize some tests to handle variations in attribute ordering.David Blaikie2014-05-23
* DebugInfo: Generalize a test case to not depend on abbreviation numbering.David Blaikie2014-05-23
* Revert "DebugInfo: Don't put fission type units in comdat sections."David Blaikie2014-05-21
* DebugInfo: Ensure concrete out of line variables from inlined functions refer...David Blaikie2014-05-21
* 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
* 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
* 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
* 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
* 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