History log of /external/llvm/utils/yaml2obj/yaml2obj.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c8b18df9a79ddb759d6a563dd7ebd90b85ae4918 02-Jan-2013 Michael J. Spencer <bigcheesegs@gmail.com> [Support][Endian] Add support for specifying the alignment and native unaligned types.

* Add support for specifying the alignment to use.
* Add the concept of native endianness. Used for unaligned native types.

The native alignment and read/write simplification is based on a patch by Richard Smith.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171406 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/yaml2obj/yaml2obj.cpp
4ffd89fa4d2788611187d1a534d2ed46adf1702c 04-Dec-2012 Chandler Carruth <chandlerc@gmail.com> Sort the #include lines for utils/...

I've tried to find main moudle headers where possible, but the TableGen
stuff may warrant someone else looking at it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169251 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/yaml2obj/yaml2obj.cpp
3780ad8b998d93d7db406919c06137cdb786ef05 17-Sep-2012 Axel Naumann <Axel.Naumann@cern.ch> Fix a few vars that can end up being used without initialization.
The cases where no initialization happens should still be checked for logic flaws.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164032 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/yaml2obj/yaml2obj.cpp
7b07d69958b865bb83500f0a8dc348a62969e7a8 03-Aug-2012 Richard Trieu <rtrieu@google.com> Remove redundant '== true' after a comparison.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161223 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/yaml2obj/yaml2obj.cpp
1de266be13c956f4af9566b000b67ef75454d0a8 02-Aug-2012 Michael J. Spencer <bigcheesegs@gmail.com> [yaml2obj] Fix build. Apparently I've gotten too familiar with C++11.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161206 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/yaml2obj/yaml2obj.cpp
a915f247f72570a994d55cd0d2961cd2d7bbd0e1 02-Aug-2012 Michael J. Spencer <bigcheesegs@gmail.com> Add yaml2obj. A utility to convert YAML to binaries.

yaml2obj takes a textual description of an object file in YAML format
and outputs the binary equivalent. This greatly simplifies writing
tests that take binary object files as input.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161205 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/yaml2obj/yaml2obj.cpp