Move getRealLinkageName to a common place and remove all the duplicates of it.
[oota-llvm.git] / lib / IR / DebugInfo.cpp
2013-06-01 Benjamin KramerMove getRealLinkageName to a common place and remove...
2013-05-29 Adrian PrantlSimplify logic by using the appropriate functions.
2013-05-20 David BlaikiePR14606: Debug Info for namespace aliases/DW_TAG_import...
2013-05-10 David BlaikiePR14492: Debug Info: Support for values of non-integer...
2013-05-08 Daniel MaleaAdd DebugIR pass -- emits IR file and replace source...
2013-05-07 David BlaikieRename DIImportedModule to DIImportedEntity and allow...
2013-04-22 David BlaikieRevert "Revert "PR14606: debug info imported_module...
2013-04-19 Eric ChristopherRevert "PR14606: debug info imported_module support"
2013-04-19 David BlaikiePR14606: debug info imported_module support
2013-04-17 David BlaikiePR15149/r174304 improvement - print hex for unknown...
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-27 David BlaikieFix comment
2013-03-27 Benjamin KramerSilence warning about mixing || in &&, fix up 80-cols.
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-26 David BlaikieDebugInfo: more support for mutating DICompositeType...
2013-03-26 David BlaikieDebug Info: Provide a means to update the members of...
2013-03-22 David BlaikieSwap the DIFile in DILexicalBlockFile out for the raw...
2013-03-22 David BlaikieRefactor out the DIFile parameter to DILexicalBlock...
2013-03-21 David BlaikieRefactor the filename/directory information in DISubpro...
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-20 David BlaikieDebug info: refactor the first field of DICompileUnit...
2013-03-20 David BlaikieRemove unused field in DICompileUnit
2013-03-20 David BlaikieRefactor file/directory path in namespace debug info...
2013-03-20 David BlaikieProvide more details for DINameSpace debug info in...
2013-03-20 David BlaikieRefactor the DIFile (2nd) parameter to DITypes to be...
2013-03-17 David BlaikieSplit out filename & directory from DIFile to start...
2013-03-13 David BlaikieRemove the unused 4th operand for DIFile debug info...
2013-03-13 David BlaikieRefactor filename/directory in DICompileUnit into a...
2013-03-12 David BlaikieRemove unused "isMain" field from DICompileUnit
2013-03-12 David BlaikieUpdate debug info test cases with empty SplitDebugFilen...
2013-03-11 David BlaikieRemove support for versioned debug info.
2013-03-11 David BlaikieAdd asserts to DIBuilder & fix DINameSpace::Verify...
2013-02-04 David Blaikie[DebugInfo] remove more node indirection (this time...
2013-02-04 David BlaikiePR15149: crash when printing debug info metadata contai...
2013-02-02 David BlaikieRemove the (apparently) unnecessary debug info metadata...
2013-01-19 David BlaikieFix a latent bug exposed by recent static member debug...
2013-01-16 Eric ChristopherDefine metadata interfaces for describing a static...
2013-01-08 Eric ChristopherRemove the llvm-local DW_TAG_vector_type tag and add...
2013-01-08 David BlaikieMark artificial types as such in the annotated debug...
2013-01-08 Eric ChristopherRemove what appears to be a dead llvm-specific debug...
2013-01-07 David BlaikiePR14759: Debug info support for C++ member pointers.
2013-01-05 David BlaikieInclude access modifiers in subprogram metadata IR...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.