DebugInfo: Remove typedefs for DITypeRef, etc.
[oota-llvm.git] / include / llvm / IR / DebugInfo.h
2015-04-20 Duncan P. N. Exon... DebugInfo: Remove typedefs for DITypeRef, etc.
2015-04-18 Duncan P. N. Exon... DebugInfo: Delete DIDescriptor (but not its subclasses)
2015-04-17 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor from the DebugInfo API
2015-04-16 Duncan P. N. Exon... DebugInfo: DIRef<> => TypedDebugNodeRef<>
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIDescriptor
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIScope, DIEnumerator and DISubrange
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIType and subclasses
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove unnecessary API from DIDerivedType...
2015-04-15 Duncan P. N. Exon... DebugInfo: Gut DICompileUnit and DIFile
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-14 Duncan P. N. Exon... DebugInfo: Add implicit conversion from DISubprogram...
2015-04-14 Duncan P. N. Exon... DebugInfo: Update signature of DICompileUnit::replace*()
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DINamespace and DITemplate*Parameter
2015-04-14 Duncan P. N. Exon... DebugInfo: Add MDLexicalBlockBase::getLine(), etc.
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIVariable and DIGlobalVariable
2015-04-14 Duncan P. N. Exon... DebugInfo: Move DIVariable::printExtendedName() to...
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 DILocation
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIExpression
2015-04-14 Duncan P. N. Exon... DebugInfo: Move an assertion into MDCompositeTypeBase
2015-04-14 Duncan P. N. Exon... DebugInfo: Move DILocation::computeNewDiscriminators()
2015-04-14 Duncan P. N. Exon... AddDiscriminators: Create new MDLocation directly
2015-04-14 Duncan P. N. Exon... DebugInfo: Move DILocation::getDiscriminator() to MDLoc...
2015-04-13 Duncan P. N. Exon... DebugInfo: Remove DIObjCProperty attribute accessors...
2015-04-13 Duncan P. N. Exon... DebugInfo: Move DIDerivedType accessors to MDDerivedTyp...
2015-04-13 Duncan P. N. Exon... DebugInfo: Make DIDerivedType accessors more strict
2015-04-13 Duncan P. N. Exon... DebugInfo: Simplify a few more wrappers
2015-04-13 Duncan P. N. Exon... SelectionDAG: Stop using DIVariable::isInlinedFnArgument()
2015-04-13 Duncan P. N. Exon... DebugInfo: Remove DIGlobalVariable::getGlobal()
2015-04-13 Duncan P. N. Exon... DebugInfo: Remove a few unnecessary wrappers
2015-04-13 Duncan P. N. Exon... DebugInfo: Assume valid pointer in DISubprogram::replac...
2015-04-13 Duncan P. N. Exon... DebugInfo: Migrate DISubprogram::describes() to new...
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... DebugInfo: Make MDSubprogram::getFunction() return...
2015-04-11 Duncan P. N. Exon... Verifier: Check for incompatible bit piece expressions
2015-04-11 Duncan P. N. Exon... DebugInfo: Remove dead DIDescriptor::replaceAllUsesWith()
2015-04-11 Duncan P. N. Exon... DebugInfo: Move DIScope::getName() and getContext(...
2015-04-11 Duncan P. N. Exon... DebugInfo: Rewrite atSameLineAs() as MDLocation::canDis...
2015-04-11 Duncan P. N. Exon... DebugInfo: Remove dead DIRef friends
2015-04-11 Duncan P. N. Exon... DebugInfo: Add forwarding getFilename() accessor to...
2015-04-10 Duncan P. N. Exon... DebugInfo: Remove dead DIDescriptor::getDescriptorField()
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove constructors for DIRef<>
2015-04-07 Duncan P. N. Exon... IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DITypedArray<>, replace with typedefs
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DICompositeType mutation API
2015-04-07 Duncan P. N. Exon... DebugInfo: Move DIFlag accessors from DIVariable to...
2015-04-07 Duncan P. N. Exon... DebugInfo: Move DIExpression bit-piece API to MDExpression
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove special iterators from DIExpression
2015-04-07 Duncan P. N. Exon... DebugInfo: Move DISubprogram::is*() queries to MDSubprogram
2015-04-07 Duncan P. N. Exon... DebugInfo: Move DIType::is*() queries to MDType
2015-04-07 Duncan P. N. Exon... DebugInfo: Move DIFlag-related API from DIDescriptor...
2015-04-07 Duncan P. N. Exon... IR: Rename MDSubrange::getLo() to getLowerBound()
2015-04-07 Duncan P. N. Exon... DebugInfo: Drop dead code for loose DIDescriptor constr...
2015-04-06 Duncan P. N. Exon... IR: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Duncan P. N. Exon... DebugInfo: Allow isa<> on DIDescriptor and subclasses
2015-04-06 Duncan P. N. Exon... DebugInfo: Reimplement DIRef<>::resolve() using TypedDe...
2015-04-06 Duncan P. N. Exon... DebugInfo: Drop confusing forwarding API from DILexical...
2015-04-06 Duncan P. N. Exon... Reapply "DebugInfo: Loosen DILexicalBlock constructor"
2015-04-06 Duncan P. N. Exon... Revert "DebugInfo: Loosen DILexicalBlock constructor"
2015-04-06 Duncan P. N. Exon... DebugInfo: Loosen DILexicalBlock constructor
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor::Verify()
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove dead DIType::operator DITypeRef(...
2015-04-06 Duncan P. N. Exon... DebugInfo: Use MDTypeRef throughout the hierarchy
2015-04-06 Duncan P. N. Exon... DebugInfo: Create MDTypeRef, etc., to replace DITypeRef
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove dead DIRef::getName()
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove dead code for accessing fields
2015-03-31 Duncan P. N. Exon... DebugInfo: Factor out RETURN_FROM_RAW, etc.
2015-03-31 Duncan P. N. Exon... DebugInfo: Move debug info flags to the new hierarchy
2015-03-31 Duncan P. N. Exon... DebugInfo: Remove LexicalBlockFile scope/context distin...
2015-03-30 Rafael EspindolaFix PR23045.
2015-03-30 Duncan P. N. Exon... IR: Use the new DebugLoc API, NFC
2015-03-23 Duncan P. N. Exon... Remove dead prototype DebugInfoFinder::processExpressio...
2015-03-23 Duncan P. N. Exon... DebugInfo: Overload get() in DIDescriptor subclasses
2015-03-20 Duncan P. N. Exon... DebugInfo: Require valid DIDescriptors
2015-03-16 Duncan P. N. Exon... IR: Take advantage of -verify checks for MDExpression
2015-03-04 Adrian PrantlFix DwarfExpression::AddMachineRegExpression so it...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-26 Duncan P. N. Exon... IR: Use '= default' instead of r230609, NFC
2015-02-26 Duncan P. N. Exon... IR: Add default constructor for DIImportedEntity
2015-02-21 Duncan P. N. Exon... IR: Add helper to split debug info flags bitfield
2015-02-21 Duncan P. N. Exon... IR: Add debug info flag string conversions
2015-02-21 Duncan P. N. Exon... IR: Move DebugInfo Flag* definitions to .def file, NFC
2015-02-20 Duncan P. N. Exon... IR: Extract macros from DILocation, NFC
2015-02-20 Duncan P. N. Exon... IR: Add getRaw() helper, NFC
2015-02-18 Duncan P. N. Exon... IR: Drop the scope in DI template parameters
2015-02-18 Duncan P. N. Exon... IR: Avoid DIScopeRef in DIImportedEntity::getEntity()
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-09 Adrian PrantlDebug info: Use DW_OP_bit_piece instead of DW_OP_piece...
2015-02-09 Duncan P. N. Exon... IR: Document horrible abuse of loose DIDescriptor, NFC
2015-02-09 Duncan P. N. Exon... IR: Remove dead code in DITemplate*
2015-02-02 Duncan P. N. Exon... IR: Split out DebugInfoMetadata.h, NFC
2015-01-24 Benjamin KramerDebugInfo: Fix use after return found by asan.
2015-01-23 Adrian PrantlAddress more review comments for DIExpression::iterator.
2015-01-23 Adrian PrantlMove the accessor functions from DIExpression::iterato...
2015-01-22 Adrian PrantlFix the condition in this assertion, and also make...
2015-01-22 Adrian PrantlRun clang-format on parts of DebugInfo.h
2015-01-22 Adrian PrantlDocument DIExpression.
next