1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/lib
Zachary Turner c5632126fc Move Object format code to lib/BinaryFormat.
This creates a new library called BinaryFormat that has all of
the headers from llvm/Support containing structure and layout
definitions for various types of binary formats like dwarf, coff,
elf, etc as well as the code for identifying a file from its
magic.

Differential Revision: https://reviews.llvm.org/D33843

llvm-svn: 304864
2017-06-07 03:48:56 +00:00
..
Analysis [LazyValueInfo] Remove redundant calls to ConstantRange::contains. The same exact call was made in the if above and we already know it returned true. NFC 2017-06-07 00:58:09 +00:00
AsmParser Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
BinaryFormat Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
Bitcode Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
CodeGen Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
DebugInfo Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
Demangle [ItaniumDemangle] Fix a exponential string copying bug 2017-05-28 23:24:52 +00:00
ExecutionEngine Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
Fuzzer Fix the includes in lib/Fuzzer on Windows that have ordering 2017-06-06 23:28:01 +00:00
IR Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
IRReader
LineEditor
Linker Support for taking the max of module flags when linking, use for PIE/PIC 2017-05-23 00:08:00 +00:00
LTO Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
MC Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
Object Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
ObjectYAML Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
Option Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
Passes [PM] Add GVNSink to the pipeline. 2017-06-03 23:18:29 +00:00
ProfileData Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
Support Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
TableGen Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
Target Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
ToolDrivers Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
Transforms Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
XRay Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
CMakeLists.txt Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
LLVMBuild.txt Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00