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