llvm/lib
Rafael Espindola 18903ff9fb Move ObjectYAML code to a new library.
It is only ever used by obj2yaml and yaml2obj. No point in linking it
everywhere.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262368 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-01 19:15:06 +00:00
..
Analysis [LAA] Add missing debug output 2016-03-01 00:50:08 +00:00
AsmParser [IR] Extend cmpxchg to allow pointer type operands 2016-02-19 00:06:41 +00:00
Bitcode [ThinLTO] Add missing breaks when parsing summaries (NFC) 2016-02-24 17:57:28 +00:00
CodeGen DAGCombiner: Turn extract of bitcasted integer into truncate 2016-03-01 18:01:37 +00:00
DebugInfo [DebugInfo] Dump CIE augmentation data as a list of hex bytes 2016-03-01 18:38:05 +00:00
ExecutionEngine Refactor duplicated code for linking with pthread. 2016-03-01 15:54:40 +00:00
Fuzzer [libFuzzer] remove FuzzerSanitizerOptions.cpp 2016-03-01 17:46:32 +00:00
IR [Verifier] Don't abort on invalid cleanuprets 2016-03-01 18:59:50 +00:00
IRReader
LibDriver
LineEditor
Linker Pass a std::unique_ptr to IRMover::move. 2016-02-16 18:50:12 +00:00
LTO [LTO] Fix error reporting from lto_module_create_in_local_context() 2016-03-01 13:13:49 +00:00
MC Move ObjectYAML code to a new library. 2016-03-01 19:15:06 +00:00
Object Move ObjectYAML code to a new library. 2016-03-01 19:15:06 +00:00
ObjectYAML Move ObjectYAML code to a new library. 2016-03-01 19:15:06 +00:00
Option
Passes [PM] Wire up optimization levels and default pipeline construction APIs 2016-02-28 22:16:03 +00:00
ProfileData Fix breakage caused by r262360. 2016-03-01 18:59:11 +00:00
Support Refactor duplicated code for linking with pthread. 2016-03-01 15:54:40 +00:00
TableGen [TableGen] Fix typos in comments. NFC 2016-02-26 06:50:27 +00:00
Target fix function names; NFC 2016-03-01 19:14:09 +00:00
Transforms Add the beginnings of an update API for preserving MemorySSA 2016-03-01 18:46:54 +00:00
CMakeLists.txt Move ObjectYAML code to a new library. 2016-03-01 19:15:06 +00:00
LLVMBuild.txt