History log of /external/llvm/tools/obj2yaml/obj2yaml.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cd81d94322a39503e4a3e87b6ee03d4fcb3465fb 21-Jul-2014 Stephen Hines <srhines@google.com> Update LLVM for rebase to r212749.

Includes a cherry-pick of:
r212948 - fixes a small issue with atomic calls

Change-Id: Ib97bd980b59f18142a69506400911a6009d9df18
/external/llvm/tools/obj2yaml/obj2yaml.cpp
dce4a407a24b04eebc6a376f8e62b41aaa7b071f 29-May-2014 Stephen Hines <srhines@google.com> Update LLVM for 3.5 rebase (r209712).

Change-Id: I149556c940fb7dc92d075273c87ff584f400941f
/external/llvm/tools/obj2yaml/obj2yaml.cpp
36b56886974eae4f9c5ebc96befd3e7bfe5de338 24-Apr-2014 Stephen Hines <srhines@google.com> Update to LLVM 3.5a.

Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617
/external/llvm/tools/obj2yaml/obj2yaml.cpp
031a179b6d47bf0f478868717e2e364c4e39225c 03-Jun-2013 Rafael Espindola <rafael.espindola@gmail.com> Remove dead code.

Thanks to Sean Silva for noticing it!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183148 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/obj2yaml/obj2yaml.cpp
daf0f44e3161dd065768412544d42de3227c9c3a 20-Apr-2013 Rafael Espindola <rafael.espindola@gmail.com> Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179922 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/obj2yaml/obj2yaml.cpp
97034bb95d4bc76f096d0014332f0a683971e33a 08-Apr-2013 Chandler Carruth <chandlerc@gmail.com> Clean up namespaces in obj2yaml.cpp.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179009 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/obj2yaml/obj2yaml.cpp
724a7b145d480018ddae894ffdd848154cd5478f 08-Apr-2013 Chandler Carruth <chandlerc@gmail.com> Cleanup the formatting of obj2yaml.cpp.

I couldn't touch this file and not clean it up some. These reformattings
brought to you by clang-format, with some minor adjustments by me. More
spring cleaning to follow here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179004 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/obj2yaml/obj2yaml.cpp
bcff69a1e0788377b8bec87f850a6f5977fe9d22 08-Apr-2013 Chandler Carruth <chandlerc@gmail.com> Don't define our own global 'endl' variable. While technically it had
internal linkage and so wasn't a patent bug, it doesn't make any sense
here. We can avoid even calling operator<< by just embedding the newline
in the string literals that were already being streamed out. It also
gives the impression of some line-ending agnosticisms which is not
present, and that flushing happens when it doesn't.

If we want to use std::endl, we could do that, but honestly it doesn't
seem remotely worth it. Using '\n' directly is much more clear when
working with raw_ostream.

It also happens to fix builds with old crufty GCC STL implementations
that include std::endl into the global namespace (or headers written to
be compatible with such atrocities).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179003 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/obj2yaml/obj2yaml.cpp
46af06799732192ec7c8d0cc76ea151874b51129 05-Apr-2013 Rafael Espindola <rafael.espindola@gmail.com> Move obj2yaml to tools to sort out make's dependencies.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178835 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/obj2yaml/obj2yaml.cpp