Verifier: Check for incompatible bit piece expressions
[oota-llvm.git] / include / llvm / IR / DebugInfo.h
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.
2015-01-22 Adrian PrantlRename DIExpressionIterator to DIExpression::iterator.
2015-01-22 Adrian PrantlFix a comment.
2015-01-22 Duncan P. N. Exon... DIBuilder: Make header iterator constructor explicit...
2015-01-22 Duncan P. N. Exon... DIBuilder: Extract header_begin() and header_end()...
2015-01-22 Duncan P. N. Exon... DIBuilder: Stop abusing DIExpressionIterator::operator...
2015-01-22 Duncan P. N. Exon... DIBuilder: Extract DIHeaderFieldIterator::getNumber...
2015-01-22 Duncan P. N. Exon... DIBuilder: Create a getHeaderIterator() helper, NFC
2015-01-22 Adrian PrantlRewrite DIExpression::Verify() using an iterator. NFC.
2015-01-21 Adrian PrantlMake DIExpression::Verify() stricter by checking that...
2015-01-19 Adrian PrantlRemove support for DIVariable's FlagIndirectVariable...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-18 Duncan P. N. Exon... IR: Make DICompositeType mutators private
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-11-21 Manman RenDebug Info: revert r222195, r222210 and r222239.
2014-11-18 Manman RenDebug Info: In DIBuilder, the context field of a global...
2014-11-14 Duncan P. N. Exon... DI: Use Metadata for DITypeRef and DIScopeRef
2014-10-23 Timur IskhodzhanovMake getDISubprogram(const Function *F) available in...
2014-10-15 Duncan P. N. Exon... DI: Make comments "brief"-er, NFC
2014-10-15 Duncan P. N. Exon... DI: Cleanup comments, NFC
2014-10-15 Duncan P. N. Exon... DI: Use a `DenseMap` instead of named metadata, NFC
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-15 Frederic RissMove replaceAllUsesWith() from DIType to DIDescriptor.
2014-08-29 Adrian PrantlDebug info: Add a new explicit DIDescriptor flag for...
2014-08-21 David BlaikieUse DILexicalBlockFile, rather than DILexicalBlock...
2014-08-01 Adrian PrantlDebug info: Infrastructure to support debug locations...
2014-07-29 Manman Ren[Debug Info] remove DITrivialType and use null to repre...
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-07-28 Manman Ren[Debug Info] add a template class DITypedArray.
2014-07-28 Manman Ren[Debug Info] rename getTypeArray to getElements, setTyp...
2014-07-28 Manman Ren[Debug Info] replace DIUnspecifiedParameter with DITriv...
2014-07-02 David BlaikieConstify the Function pointers in the result of makeSub...
next