summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* CodeGen: drive-by formatting clean upsSaleem Abdulrasool2015-01-241-7/+7
* Remove support for DIVariable's FlagIndirectVariable and expectAdrian Prantl2015-01-191-5/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-3/+2
* Debug Info: Move the complex expression handling (=the remainder) ofAdrian Prantl2015-01-131-48/+17
* cleanup.Adrian Prantl2015-01-131-3/+2
* Debug Info: Move support for constants into DwarfExpression.Adrian Prantl2015-01-131-19/+6
* Make DIE.h a public CodeGen header.Frederic Riss2015-01-051-1/+1
* DebugInfo: Omit is_stmt from line table entries on the same line.David Blaikie2014-12-301-1/+3
* ARM/AArch64: Attach the FrameSetup MIFlag to CFI instructions.Adrian Prantl2014-12-161-1/+5
* A fix for PR21176. Ekaterina Romanova2014-12-121-0/+12
* Reverting commit 223981, because the test that I added (incorrect-variable-de...Ekaterina Romanova2014-12-111-2/+0
* A fix for PR21176.Ekaterina Romanova2014-12-101-0/+2
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-2/+2
* Fix emission of Dwarf accelerator table when there are multiple CUs.Frederic Riss2014-11-121-1/+1
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-4/+4
* IR: MDNode => Value: NamedMDNode::getOperator()Duncan P. N. Exon Smith2014-11-051-4/+4
* Provide gmlt-like inline scope information in the skeleton CU to facilitate s...David Blaikie2014-11-041-2/+19
* Use common range handling for the CU's rangesDavid Blaikie2014-11-031-30/+5
* Push the CURangeList down into the skeleton CU (where available) rather than ...David Blaikie2014-11-031-1/+1
* Add DwarfCompileUnit::BaseAddress to track the base address used by relative ...David Blaikie2014-11-031-6/+3
* Sink DwarfUnit::CURanges into DwarfCompileUnitDavid Blaikie2014-11-031-1/+1
* FormattingDavid Blaikie2014-11-021-1/+1
* Add DwarfUnit::isDwoUnit and use it to generalize string creationDavid Blaikie2014-11-021-5/+6
* DebugInfo: Sink accelerator table lists down (GlobalNames/Types) into DwarfCo...David Blaikie2014-11-021-3/+5
* Drop DwarfCompileUnit::getLocalLabel* in favor of just mapping through the sk...David Blaikie2014-11-021-1/+5
* Remove DwarfUnit::LabelEnd in favor of computing the length of the section di...David Blaikie2014-11-011-1/+1
* Sink DwarfUnit::SectionSym into DwarfCompileUnit as it's only needed/used there.David Blaikie2014-11-011-2/+1
* And... fix the build some more.David Blaikie2014-11-011-1/+1
* Just iterate the DwarfCompileUnits rather than trying to filter them out of t...David Blaikie2014-11-011-49/+46
* Add '*' to auto variable that is a pointer, as per the coding conventions.David Blaikie2014-11-011-1/+1
* Add DwarfCompileUnit::getSkeleton that returns DwarfCompileUnit* to avoid hav...David Blaikie2014-11-011-3/+2
* Sink some of DwarfDebug::collectDeadVariables down into DwarfCompileUnit.David Blaikie2014-10-311-20/+1
* Sink most of DwarfDebug::constructAbstractSubprogramScopeDIE into DwarfCompil...David Blaikie2014-10-311-5/+1
* Minimize the scope of some variables, NFC.David Blaikie2014-10-281-2/+2
* DebugInfo: Sink DwarfDebug::ScopeVariables down into DwarfFileDavid Blaikie2014-10-241-2/+2
* Remove DwarfDebug::FirstCU as it has no useDavid Blaikie2014-10-241-11/+5
* DebugInfo: Remove DwarfDebug::addScopeVariable now that it's just a trivial w...David Blaikie2014-10-241-8/+4
* DebugInfo: Remove DwarfDebug::CurrentFnArguments since we have to handle argu...David Blaikie2014-10-231-4/+0
* DebugInfo: Sink DwarfDebug::addNonArgumentScopeVariable into DwarfFile.David Blaikie2014-10-231-34/+2
* [DebugInfo] Sink DwarfDebug::addCurrentFnArgument down into DwarfFile.David Blaikie2014-10-231-24/+1
* [DebugInfo] Add DwarfDebug& to DwarfFile.David Blaikie2014-10-231-4/+5
* [DebugInfo] Remove LexicalScopes::isCurrentFunctionScope and CSE a use of Lex...David Blaikie2014-10-231-12/+16
* Revert some parts of r196288 that were confusing and untested.David Blaikie2014-10-141-8/+2
* Add an assertion about the integrity of the iterator.Adrian Prantl2014-10-131-0/+5
* Simplify a few uses of DwarfDebug::SPMapDavid Blaikie2014-10-101-21/+3
* Sink the per-CU part of DwarfDebug::finishSubprogramDefinitions into DwarfCom...David Blaikie2014-10-101-15/+1
* Sink most of DwarfDebug::constructAbstractSubprogramScopeDIE down into DwarfC...David Blaikie2014-10-101-23/+3
* Avoid unnecessary map lookup/insertion.David Blaikie2014-10-101-2/+2
* Remove unused parameterDavid Blaikie2014-10-091-4/+3
* Sink DwarfDebug::createAndAddScopeChildren down into DwarfCompileUnit.David Blaikie2014-10-091-14/+1
OpenPOWER on IntegriCloud