History log of /external/llvm/lib/VMCore/DebugInfo.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ee17cee77cb9a887cf4055369a346dd59efdbff6 07-Jul-2012 Bill Wendling <isanbard@gmail.com> Print the name last.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159879 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/DebugInfo.cpp
625252f4271097ed6cc2e8e94167cf05a5559ba4 07-Jul-2012 Bill Wendling <isanbard@gmail.com> Check if it's a scope last, because several things are scopes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159873 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/DebugInfo.cpp
2da1a1621fd8ea40b143dc44812a0e97e6ef5c59 06-Jul-2012 Bill Wendling <isanbard@gmail.com> Add a print method to the ObjC property object.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159848 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/DebugInfo.cpp
0735e81b3a85e5c971a143599d34df34887ef978 06-Jul-2012 Bill Wendling <isanbard@gmail.com> Remove unnecessary 'llvm::'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159841 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/DebugInfo.cpp
ceb5bc7df1a3f6b1d4a301adf30f4d0e21bbaa15 28-Jun-2012 Benjamin Kramer <benny.kra@googlemail.com> Devirtualize DIScope and subclasses.

Nothing in here makes use of the virtuality.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159349 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/DebugInfo.cpp
97a759249d6be2ad4f64b40f6bc14b0c3e77ef32 28-Jun-2012 Bill Wendling <isanbard@gmail.com> Only print out the tag if it's there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159328 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/DebugInfo.cpp
fc1c70a8a4f8bc7f4e51ece5b383966d602d89b7 28-Jun-2012 Bill Wendling <isanbard@gmail.com> Don't output an empty string.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159327 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/DebugInfo.cpp
0bcbd1df7a204e1e512f1a27066d725309de1b13 28-Jun-2012 Bill Wendling <isanbard@gmail.com> Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
include/llvm/Analysis/DebugInfo.h to include/llvm/DebugInfo.h.

The reasoning is because the DebugInfo module is simply an interface to the
debug info MDNodes and has nothing to do with analysis.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159312 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/DebugInfo.cpp