summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: Simplify dead variable collection slightly.David Blaikie2014-05-221-3/+1
* Revert "DebugInfo: Don't put fission type units in comdat sections."David Blaikie2014-05-211-14/+10
* DebugInfo: Use the SPMap to find the parent CU of inlined functions as they m...David Blaikie2014-05-211-13/+11
* DebugInfo: Ensure concrete out of line variables from inlined functions refer...David Blaikie2014-05-211-20/+25
* Revert "DebugInfo: Assume all subprogram DIEs have been created before any ab...David Blaikie2014-05-201-5/+5
* Rewrite calculateDbgValueHistory to make it (hopefully) more transparent.Alexey Samsonov2014-05-201-3/+3
* DebugInfo: Emit function definitions within their namespace scope.David Blaikie2014-05-201-22/+0
* DebugInfo: Assume all subprogram DIEs have been created before any abstract s...David Blaikie2014-05-191-5/+5
* DebugInfo: Don't include DW_AT_inline on each abstract definition multiple ti...David Blaikie2014-05-191-1/+0
* DebugInfo: Fix missing inlined_subroutines caused by r208748.David Blaikie2014-05-191-1/+1
* DebugInfo: Assert rather than conditionalizing when a CU's subprogram list co...David Blaikie2014-05-161-2/+2
* DebugInfo: Add an assert regarding the subprogram in the subprogram map match...David Blaikie2014-05-161-0/+1
* DebugInfo: Assume the CU's Subprogram list only contains definitions.David Blaikie2014-05-161-4/+1
* DwarfDebug: Refactor AT_ranges/AT_high_pc+AT_low_pc emission into helper func...David Blaikie2014-05-161-39/+17
* DebugInfo: Don't put fission type units in comdat sections.David Blaikie2014-05-151-10/+14
* DebugInfo: Simplify retrieving filename/directory name for line table entry b...David Blaikie2014-05-151-26/+6
* DwarfDebug: Don't set frame index locations on abstract variables.David Blaikie2014-05-141-2/+0
* DebugInfo: Sure up subprogram variable list handling with more assertions and...David Blaikie2014-05-141-33/+31
* DebugInfo: Assert that a CU's subprogram list contains only subprograms.David Blaikie2014-05-141-2/+2
* DebugInfo: Do not delay attaching DW_AT_inline attribute to abstract definiti...David Blaikie2014-05-141-15/+5
* Recommit r208506: DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2014-05-141-5/+7
* Revert "DebugInfo: Include lexical scopes in inlined subroutines."David Blaikie2014-05-121-7/+5
* DebugInfo: Attach DW_AT_inline to inlined subprograms at DIE-construction tim...David Blaikie2014-05-121-4/+1
* DwarfDebug: Avoid an extra map lookup while constructing abstract scope DIEs ...David Blaikie2014-05-121-19/+20
* DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2014-05-111-5/+7
* Use a single data structure to store all user variables in DwarfDebugAlexey Samsonov2014-04-301-12/+11
* Revert "Emit DW_AT_object_pointer once, on the declaration, for each function."David Blaikie2014-04-301-9/+4
* DebugInfo: Omit DW_AT_artificial on DW_TAG_formal_parameters in DW_TAG_inline...David Blaikie2014-04-301-12/+21
* Convert more loops to range-based equivalentsAlexey Samsonov2014-04-301-9/+7
* Slightly simplify code in DwarfDebug::beginFunctionAlexey Samsonov2014-04-301-7/+5
* Move logic for calculating DBG_VALUE history map into separate file/class.Alexey Samsonov2014-04-301-119/+18
* Emit DW_AT_object_pointer once, on the declaration, for each function.David Blaikie2014-04-301-4/+9
* Fix the clang-cl self-host build by defining ~DwarfDebug out of lineReid Kleckner2014-04-301-0/+3
* Fix some 80 cols violations committed in r207539David Blaikie2014-04-291-2/+4
* DwarfDebug: Split the initialization of abstract and non-abstract subprogram ...David Blaikie2014-04-291-30/+36
* Remove DwarfUnit::LabelRange since it's unused.David Blaikie2014-04-281-3/+0
* Satisfy sub-optimal GCC warning.David Blaikie2014-04-281-4/+4
* Add (...) around && clause to appeace gcc 4.8's warningEli Bendersky2014-04-281-3/+3
* DebugInfo: Just store the DIE by value in the DwarfUnitDavid Blaikie2014-04-281-11/+7
* Pass DIEs to DwarfUnit constructors by unique_ptr.David Blaikie2014-04-281-24/+26
* Reformat, 80-col, tab characters, etc.Eric Christopher2014-04-281-14/+13
* Improve explicit memory ownership of DIEsDavid Blaikie2014-04-281-18/+18
* DwarfDebug: Omit DW_AT_object_pointer on inlined_subroutinesDavid Blaikie2014-04-281-27/+50
* [C++] Use 'nullptr'.Craig Topper2014-04-281-5/+5
* Debug Info: Prepare DebugLocEntry to handle more than a single value perAdrian Prantl2014-04-271-21/+17
* DwarfDebug: Roll argument into call.David Blaikie2014-04-261-10/+6
* DebugInfo: Fix and test a regression caused by r207263 causing the DW_AT_obje...David Blaikie2014-04-261-1/+1
* DWARF Type Units: Avoid emitting type units under fission if the type require...David Blaikie2014-04-261-4/+41
* DwarfDebug: Minor refactoring around type unit constructionDavid Blaikie2014-04-261-16/+15
* Make sure that rangelists are also relative to the compile unitEric Christopher2014-04-251-2/+9
OpenPOWER on IntegriCloud