History log of /external/llvm/tools/obj2yaml/coff2yaml.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/coff2yaml.cpp
dce4a407a24b04eebc6a376f8e62b41aaa7b071f 29-May-2014 Stephen Hines <srhines@google.com> Update LLVM for 3.5 rebase (r209712).

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

Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617
/external/llvm/tools/obj2yaml/coff2yaml.cpp
8819c84aed10777ba91d4e862229882b8da0b272 01-Oct-2013 Rafael Espindola <rafael.espindola@gmail.com> Remove several unused variables.

Patch by Alp Toker.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191757 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/obj2yaml/coff2yaml.cpp
4bf771b4e6d37ae1d6ae08ea27c4070a3a09784d 12-Jun-2013 Rui Ueyama <ruiu@google.com> readobj: Dump PE/COFF optional records.

These records are mandatory for executables and are used by the loader.

Reviewers: rafael

CC: llvm-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D939

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183852 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/obj2yaml/coff2yaml.cpp
e3a0e7f29dde261ca00835e763e26de41a8684f6 06-Jun-2013 Rafael Espindola <rafael.espindola@gmail.com> Print symbol names in relocations when dumping COFF as YAML.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183403 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/obj2yaml/coff2yaml.cpp
5fd5fe0f7bfac0f7973475fcf7a5f8061d983538 05-Jun-2013 Rafael Espindola <rafael.espindola@gmail.com> Move BinaryRef to a new include/llvm/Object/YAML.h file.

It will be used for ELF dumping too.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183287 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/obj2yaml/coff2yaml.cpp
06120815a252676ea8abfddf4f80f549ef9a9f06 31-May-2013 Rafael Espindola <rafael.espindola@gmail.com> Rename COFFYaml.h to COFFYAML.h for consistency.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183042 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/obj2yaml/coff2yaml.cpp
05bc4a6f20fb4bad971dc6ebb86b9ee29307bd3d 31-May-2013 Rafael Espindola <rafael.espindola@gmail.com> Don't allocate temporary string for section data.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183040 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/obj2yaml/coff2yaml.cpp
e67c9c341f18a463f5c5e43f4da520c68df76e9a 21-May-2013 Rafael Espindola <rafael.espindola@gmail.com> Use std::list so that we have a stable iterator.

I will try to avoid creating these std::strings, but for now this gets
the tests passing with libc++.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182405 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/obj2yaml/coff2yaml.cpp
2bbe3781471936fa0c37ad738fa86b72997c6831 18-May-2013 Rafael Espindola <rafael.espindola@gmail.com> Convert obj2yaml to use yamlio.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182169 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/obj2yaml/coff2yaml.cpp
972b26b1d7efbb29a90a0fdd4eda47fd7f7af447 20-Apr-2013 Rafael Espindola <rafael.espindola@gmail.com> Remove dead code.

This is part of a future patch to use yamlio that incorrectly ended up in a
cleanup patch.

Thanks to Benjamin Kramer for reporting it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179938 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/obj2yaml/coff2yaml.cpp
d0ec6ddc1454a00dd9cf9db813433d2953f4c952 20-Apr-2013 Rafael Espindola <rafael.espindola@gmail.com> These can be void.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179923 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/obj2yaml/coff2yaml.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/coff2yaml.cpp
9e39d0bc2092f97c531591737af8abda48211169 20-Apr-2013 Rafael Espindola <rafael.espindola@gmail.com> Remove local namespace yaml to avoid confusion with llvm::yaml.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179921 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/obj2yaml/coff2yaml.cpp
da177ce51c2c718e2655e96b9fdcebb68d4fd291 20-Apr-2013 Rafael Espindola <rafael.espindola@gmail.com> Small obj2yaml cleanups.

* using namespace llvm.
* whitespace.
* early return.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179920 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/obj2yaml/coff2yaml.cpp
89ec385e5e2f080bbe97bddefbff38232419c7f3 08-Apr-2013 Chandler Carruth <chandlerc@gmail.com> Remove a global 'endl' variable from the other file as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179010 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/obj2yaml/coff2yaml.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/coff2yaml.cpp