DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.cpp
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIVariable and DIGlobalVariable
2015-04-14 Duncan P. N. Exon... DebugInfo: Inline DIVariable::isBlockByrefVariable...
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIObjCProperty and DIImportedEntity
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIExpression
2015-04-13 Duncan P. N. Exon... Reapply "Verifier: Check for incompatible bit piece...
2015-04-13 Duncan P. N. Exon... Revert "Verifier: Check for incompatible bit piece...
2015-04-11 Duncan P. N. Exon... Verifier: Check for incompatible bit piece expressions
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DITypedArray<>, replace with typedefs
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove special iterators from DIExpression
2015-04-06 Duncan P. N. Exon... CodeGen: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor::Verify()
2015-04-03 Duncan P. N. Exon... CodeGen: Assert that inlined-at locations agree
2015-03-30 Duncan P. N. Exon... LexicalScopes: Use debug info hierarchy pervasively
2015-03-30 Duncan P. N. Exon... DwarfDebug: Avoid creating new DebugLocs in the backend
2015-03-30 Duncan P. N. Exon... CodeGen: Use the new DebugLoc API, NFC
2015-03-23 Rafael EspindolaRefactor how passes get a symbol at the end of a section.
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-20 Duncan P. N. Exon... DwarfDebug: Check for null DebugLocs
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-17 Rafael EspindolaConvert the last 4 users of GetTempSymbol to createTemp...
2015-03-17 Rafael EspindolaConvert the easy cases of GetTempSymbol to createTempSy...
2015-03-17 Rafael EspindolaRemove dead code. NFC.
2015-03-13 Eric ChristopherUse the cached subtarget off of the machine function.
2015-03-11 Rafael EspindolaPrint section start labels when first switching to...
2015-03-10 Rafael EspindolaCreate symbols marking the start of a section earlier.
2015-03-10 Adrian PrantlChange the datatype of DwarfExpression::Emit(Un)Signed...
2015-03-10 Rafael EspindolaStore an optional section start label in MCSection.
2015-03-10 Rafael EspindolaRemove effectively dead code.
2015-03-09 Rafael EspindolaUse a MapVector instead of an extra sort.
2015-03-09 Rafael EspindolaDon't prime the section map.
2015-03-05 Rafael EspindolaUse the existing begin and end symbol for debug info.
2015-03-05 Paul RobinsonTurn off .debug_pubnames/pubtypes for PS4.
2015-03-04 Paul RobinsonSupport standard DWARF TLS opcode; Darwin and PS4 use it.
2015-03-04 Frederic RissMove emitDIE and emitAbbrevs to AsmPrinter. NFC.
2015-03-03 Dario DomizioliFix PR22750: non-determinism causes assertion failure...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Rui UeyamaUse read{16,32,64}{le,be}() instead of *reinterpret_cas...
2015-03-02 Adrian PrantlRevert "Refactor DebugLocDWARFExpression so it doesn...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Nico WeberRevert r230930, it caused PR22747.
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-02-26 Rafael EspindolaSimplify arange output.
2015-02-20 Eric ChristopherUsed the cached subtarget off of the MachineFunction.
2015-02-17 Duncan P. N. Exon... AsmPrinter: Take range in DwarfExpression::AddExpressio...
2015-02-17 Eric Christopher80-column fixups.
2015-02-17 Duncan P. N. Exon... AsmPrinter: Stop creating DebugLocs
2015-02-10 Adrian PrantlDebug Info: Support variables that are described by...
2015-02-09 Adrian PrantlDebug info: Use DW_OP_bit_piece instead of DW_OP_piece...
2015-02-09 Duncan P. N. Exon... DebugInfo: Remove DW_TAG_constant
2015-02-02 Rafael EspindolaMove simple case earlier and use a continue.
2015-01-24 Saleem AbdulrasoolCodeGen: drive-by formatting clean ups
2015-01-19 Adrian PrantlRemove support for DIVariable's FlagIndirectVariable...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-13 Adrian PrantlDebug Info: Move the complex expression handling (...
2015-01-13 Adrian Prantlcleanup.
2015-01-13 Adrian PrantlDebug Info: Move support for constants into DwarfExpres...
2015-01-05 Frederic RissMake DIE.h a public CodeGen header.
2014-12-30 David BlaikieDebugInfo: Omit is_stmt from line table entries on...
2014-12-16 Adrian PrantlARM/AArch64: Attach the FrameSetup MIFlag to CFI instru...
2014-12-12 Ekaterina RomanovaA fix for PR21176.
2014-12-11 Ekaterina RomanovaReverting commit 223981, because the test that I added...
2014-12-10 Ekaterina RomanovaA fix for PR21176.
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-12 Frederic RissFix emission of Dwarf accelerator table when there...
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-05 Duncan P. N. Exon... IR: MDNode => Value: NamedMDNode::getOperator()
2014-11-04 David BlaikieProvide gmlt-like inline scope information in the skele...
2014-11-03 David BlaikieUse common range handling for the CU's ranges
2014-11-03 David BlaikiePush the CURangeList down into the skeleton CU (where...
2014-11-03 David BlaikieAdd DwarfCompileUnit::BaseAddress to track the base...
2014-11-03 David BlaikieSink DwarfUnit::CURanges into DwarfCompileUnit
2014-11-02 David BlaikieFormatting
2014-11-02 David BlaikieAdd DwarfUnit::isDwoUnit and use it to generalize strin...
2014-11-02 David BlaikieDebugInfo: Sink accelerator table lists down (GlobalNam...
2014-11-02 David BlaikieDrop DwarfCompileUnit::getLocalLabel* in favor of just...
2014-11-01 David BlaikieRemove DwarfUnit::LabelEnd in favor of computing the...
2014-11-01 David BlaikieSink DwarfUnit::SectionSym into DwarfCompileUnit as...
2014-11-01 David BlaikieAnd... fix the build some more.
2014-11-01 David BlaikieJust iterate the DwarfCompileUnits rather than trying...
2014-11-01 David BlaikieAdd '*' to auto variable that is a pointer, as per...
2014-11-01 David BlaikieAdd DwarfCompileUnit::getSkeleton that returns DwarfCom...
2014-10-31 David BlaikieSink some of DwarfDebug::collectDeadVariables down...
2014-10-31 David BlaikieSink most of DwarfDebug::constructAbstractSubprogramSco...
2014-10-28 David BlaikieMinimize the scope of some variables, NFC.
2014-10-24 David BlaikieDebugInfo: Sink DwarfDebug::ScopeVariables down into...
2014-10-24 David BlaikieRemove DwarfDebug::FirstCU as it has no use
2014-10-24 David BlaikieDebugInfo: Remove DwarfDebug::addScopeVariable now...
2014-10-23 David BlaikieDebugInfo: Remove DwarfDebug::CurrentFnArguments since...
2014-10-23 David BlaikieDebugInfo: Sink DwarfDebug::addNonArgumentScopeVariable...
2014-10-23 David Blaikie[DebugInfo] Sink DwarfDebug::addCurrentFnArgument down...
2014-10-23 David Blaikie[DebugInfo] Add DwarfDebug& to DwarfFile.
2014-10-23 David Blaikie[DebugInfo] Remove LexicalScopes::isCurrentFunctionScop...
2014-10-14 David BlaikieRevert some parts of r196288 that were confusing and...
2014-10-13 Adrian PrantlAdd an assertion about the integrity of the iterator.
2014-10-10 David BlaikieSimplify a few uses of DwarfDebug::SPMap
2014-10-10 David BlaikieSink the per-CU part of DwarfDebug::finishSubprogramDef...
2014-10-10 David BlaikieSink most of DwarfDebug::constructAbstractSubprogramSco...
2014-10-10 David BlaikieAvoid unnecessary map lookup/insertion.
next