aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/DebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: Allow the addition of other (such as static data) members to a rec...David Blaikie2013-08-161-2/+2
* DebugInfo: provide the ability to add members to a class after it has been co...David Blaikie2013-08-091-0/+13
* Make sure that if we're going to attempt to add a type to a DIE thatEric Christopher2013-08-081-0/+6
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-081-2/+2
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-061-16/+6
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-021-2/+16
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-011-16/+2
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-271-3/+9
* Use more parens to clarify assert.Eric Christopher2013-07-261-1/+1
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-261-3/+0
* Collapse conditional and add an assert for unhandled scope types.Eric Christopher2013-07-261-3/+1
* Add a way to get the context of any particular scope.Eric Christopher2013-07-261-0/+25
* Debug Info: update comments and add a FIXME.Manman Ren2013-07-251-2/+5
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-251-0/+4
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-251-0/+45
* Debug Info: improve the Finder.Manman Ren2013-07-241-0/+1
* Replace with a "null" RAUW with an assert since we'd actually likeEric Christopher2013-07-241-8/+8
* Remove dead code.Eric Christopher2013-07-241-5/+0
* Remove unnecessary constructors as the default conversions will handleEric Christopher2013-07-241-18/+0
* More constructor cleanup.Eric Christopher2013-07-241-6/+0
* Collapse logic and move and reword comment for clarity.Eric Christopher2013-07-241-3/+5
* Add a fixme and reformat.Eric Christopher2013-07-241-4/+3
* Debug Info: improve the Finder.Manman Ren2013-07-231-0/+9
* Debug Info: clean up.Manman Ren2013-07-231-18/+6
* Remove unused function.Eric Christopher2013-07-231-7/+0
* Debug Info: code cleanup, use getNodeField if possible.Manman Ren2013-07-231-28/+15
* DebugInfo Verifier: verify the actual type.Manman Ren2013-07-231-0/+10
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-231-0/+22
* Debug Info Finder: add processScope to actually handle the Scope.Manman Ren2013-07-221-3/+23
* Debug Info Verifier: simplify DIxxx::VerifyManman Ren2013-07-201-28/+14
* Debug Info: enable verifying by default and disable testing cases that fail.Manman Ren2013-07-191-0/+2
* Revert "DebugInfo: remove unused helper function getDICompositeType."Eric Christopher2013-07-091-0/+11
* DebugInfo: remove unused helper function getDICompositeType.Manman Ren2013-07-081-11/+0
* DebugInfo: Consider global variables without locations to be validDavid Blaikie2013-07-041-3/+0
* Debug Info: Scope of a DebugLoc should not be null.Manman Ren2013-07-011-6/+3
* Debug Info: clean up usage of Verify.Manman Ren2013-06-291-1/+3
* DebugInfo: Support (using GNU extensions) for template template parameters an...David Blaikie2013-06-221-1/+3
* DebugInfo: When asm printing include a '[def]' tag for tag decls that are def...David Blaikie2013-06-211-1/+6
* Move getRealLinkageName to a common place and remove all the duplicates of it.Benjamin Kramer2013-06-011-25/+16
* Simplify logic by using the appropriate functions.Adrian Prantl2013-05-291-2/+1
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-201-1/+2
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-101-0/+4
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-081-0/+7
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-071-7/+9
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-221-6/+27
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-191-27/+6
* PR14606: debug info imported_module supportDavid Blaikie2013-04-191-6/+27
* PR15149/r174304 improvement - print hex for unknown dwarf language codes & ad...David Blaikie2013-04-171-2/+7
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-281-54/+33
* Fix commentDavid Blaikie2013-03-271-1/+1