summaryrefslogtreecommitdiff
path: root/lib/IR/DebugInfo.cpp
Commit message (Expand)AuthorAge
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-10
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-08
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-07
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-22
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-19
* PR14606: debug info imported_module supportDavid Blaikie2013-04-19
* PR15149/r174304 improvement - print hex for unknown dwarf language codes & ad...David Blaikie2013-04-17
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-28
* Fix commentDavid Blaikie2013-03-27
* Silence warning about mixing || in &&, fix up 80-cols.Benjamin Kramer2013-03-27
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-27
* DebugInfo: more support for mutating DICompositeType to reduce magic number u...David Blaikie2013-03-26
* Debug Info: Provide a means to update the members of a composite typeDavid Blaikie2013-03-26
* Swap the DIFile in DILexicalBlockFile out for the raw name/directory pairDavid Blaikie2013-03-22
* Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie2013-03-22
* Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie2013-03-21
* Remove unused field in DISubprogramDavid Blaikie2013-03-21
* Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2013-03-20
* Remove unused field in DICompileUnitDavid Blaikie2013-03-20
* Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie2013-03-20
* Provide more details for DINameSpace debug info in the IR comment annotationsDavid Blaikie2013-03-20
* Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie2013-03-20
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-17
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-13
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-13
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-12
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-12
* Remove support for versioned debug info.David Blaikie2013-03-11
* Add asserts to DIBuilder & fix DINameSpace::Verify to allow unnamed namespaces.David Blaikie2013-03-11
* [DebugInfo] remove more node indirection (this time from the subprogram's var...David Blaikie2013-02-04
* PR15149: crash when printing debug info metadata containing an invalid langua...David Blaikie2013-02-04
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-02
* Fix a latent bug exposed by recent static member debug info changes.David Blaikie2013-01-19
* Define metadata interfaces for describing a static data memberEric Christopher2013-01-16
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-08
* Mark artificial types as such in the annotated debug output.David Blaikie2013-01-08
* Remove what appears to be a dead llvm-specific debug tag.Eric Christopher2013-01-08
* PR14759: Debug info support for C++ member pointers.David Blaikie2013-01-07
* Include access modifiers in subprogram metadata IR comment.David Blaikie2013-01-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename VMCore directory to IR.Chandler Carruth2013-01-02