aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/DebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-0/+2
* DebugInfo: Allow the addition of other (such as static data) members to a rec...David Blaikie2013-08-161-1/+1
* DebugInfo: provide the ability to add members to a class after it has been co...David Blaikie2013-08-091-0/+1
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-081-1/+1
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-061-6/+7
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-021-7/+6
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-011-6/+7
* Add a way to get the context of any particular scope.Eric Christopher2013-07-261-0/+3
* Remove dead code.Eric Christopher2013-07-241-1/+0
* Remove unnecessary constructors as the default conversions will handleEric Christopher2013-07-241-16/+5
* More constructor cleanup.Eric Christopher2013-07-241-2/+2
* Remove one more of these.Eric Christopher2013-07-241-4/+1
* Remove more dead/weird/misleading code.Eric Christopher2013-07-241-4/+1
* Remove more seemingly unused code.Eric Christopher2013-07-241-8/+4
* Remove unused function.Eric Christopher2013-07-231-3/+0
* Keep similar classes near each other. No functional change.Eric Christopher2013-07-231-119/+119
* 80-column.Eric Christopher2013-07-231-1/+5
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-231-3/+12
* Debug Info Finder: add processScope to actually handle the Scope.Manman Ren2013-07-221-0/+2
* Debug Info Verifier: simplify DIxxx::VerifyManman Ren2013-07-201-0/+6
* Equal means ==, not !=. Thanks to Benjamin for catching.Eric Christopher2013-07-181-1/+1
* Update comment slightly.Eric Christopher2013-07-181-1/+1
* Add comparison operators for DIDescriptors to fix c++98 falloutEric Christopher2013-07-171-0/+7
* Add an explicit operator bool conversion to DIDescriptor to makeEric Christopher2013-07-171-0/+7
* Revert "DebugInfo: remove unused helper function getDICompositeType."Eric Christopher2013-07-091-0/+3
* DebugInfo: remove unused helper function getDICompositeType.Manman Ren2013-07-081-3/+0
* Revert r185852.Manman Ren2013-07-081-4/+0
* StringRef: add DenseMapInfo for StringRef.Manman Ren2013-07-081-0/+4
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-031-1/+1
* DebugInfo: enumerator values returned as int64 as they are storedDavid Blaikie2013-06-241-1/+1
* DebugInfo: Specify that a value is stored indirectlyDavid Blaikie2013-06-191-1/+7
* No functionality change.Manman Ren2013-06-071-6/+6
* Simplify logic by using the appropriate functions.Adrian Prantl2013-05-291-1/+1
* Debug Info: Reorder accessor to match field order.David Blaikie2013-05-291-5/+5
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-221-13/+0
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-201-0/+1
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-101-1/+1
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-081-0/+3
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-071-5/+5
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-221-1/+15
* Rename ClassType to the more accurate UnderlyingType and document its purpose.Adrian Prantl2013-04-191-1/+4
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-191-15/+1
* PR14606: debug info imported_module supportDavid Blaikie2013-04-191-1/+15
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-281-64/+52
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-271-52/+64
* DebugInfo: more support for mutating DICompositeType to reduce magic number u...David Blaikie2013-03-261-0/+1
* Debug Info: Provide a means to update the members of a composite typeDavid Blaikie2013-03-261-0/+1
* Swap the DIFile in DILexicalBlockFile out for the raw name/directory pairDavid Blaikie2013-03-221-6/+0
* reorder the fields in DILexicalBlockFile to match the common prefix for DIScopesDavid Blaikie2013-03-221-3/+3
* Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie2013-03-221-6/+0