summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* DwarfAccelTable: Store the string symbol in the accelerator table to avoid du...David Blaikie2014-04-251-8/+8
* Encapsulate the DWARF string pool in a separate type.David Blaikie2014-04-251-4/+4
* DIE: Pass ownership of children via std::unique_ptr rather than raw pointer.David Blaikie2014-04-251-25/+26
* DIEEntry: Refer to the specified DIE via reference rather than pointer.David Blaikie2014-04-251-7/+7
* DwarfUnit: return by reference from createAndAddDIEDavid Blaikie2014-04-251-14/+14
* Return DIE by reference instead of pointer from DwarfUnit::getUnitDieDavid Blaikie2014-04-251-12/+12
* DwarfUnit: Suddently, DIE references, everywhere.David Blaikie2014-04-251-44/+44
* [C++] Use 'nullptr'.Craig Topper2014-04-241-47/+48
* Remove unused parameterDavid Blaikie2014-04-241-4/+3
* Remove the intermediate AccelTypes maps in DWARF units.David Blaikie2014-04-241-15/+16
* Remove the intermediate AccelNamespace maps in DWARF units.David Blaikie2014-04-241-13/+12
* Remove the intermediate AccelObjC maps in DWARF unitsDavid Blaikie2014-04-241-15/+14
* And actually use the DwarfDebug::AccelNames to emit the names.David Blaikie2014-04-231-12/+2
* More formatting...David Blaikie2014-04-231-1/+2
* Remove intermediate accelerator table for names.David Blaikie2014-04-231-6/+18
* DwarfAccelTable: Remove trivial dtor and simplify construction with an array.David Blaikie2014-04-231-7/+4
* Move the AddressPool from DwarfFile to DwarfDebug.David Blaikie2014-04-231-4/+3
* Separate out the DWARF address pool into its own type/files.David Blaikie2014-04-231-3/+4
* Split out DwarfFile from DwarfDebug into its own .h/.cpp files.David Blaikie2014-04-231-230/+0
* Requisite reformatting for previous commit.David Blaikie2014-04-221-19/+16
* Push memory ownership of DwarfUnits into clients of DwarfFile.David Blaikie2014-04-221-125/+129
OpenPOWER on IntegriCloud