llvm-6502/lib
Chandler Carruth ca7680b998 [Layering] Move GVMaterializer.h into the IR library where its
implementation already lived.

After this commit, the only IR-library headers in include/llvm/* are
ones related to the legacy pass infrastructure that I'm planning to
leave there until the new one is farther along.

The only other headers at the top level are linking and initialization
aids that aren't really libraries but just headers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203069 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-06 03:50:29 +00:00
..
Analysis [Layering] Move InstVisitor.h into the IR library as it is pretty 2014-03-06 03:23:41 +00:00
AsmParser [Layering] Move AutoUpgrade.h into the IR library where its 2014-03-05 10:34:14 +00:00
Bitcode [Layering] Move GVMaterializer.h into the IR library where its 2014-03-06 03:50:29 +00:00
CodeGen DebugInfo: Shrink pubnames/pubtypes in the presence of type units by only emitting pub sections for compile units 2014-03-06 01:42:00 +00:00
DebugInfo [C++11] Replace OwningPtr::take() with OwningPtr::release(). 2014-03-05 10:19:29 +00:00
ExecutionEngine [Layering] Move InstVisitor.h into the IR library as it is pretty 2014-03-06 03:23:41 +00:00
IR [Layering] Move GVMaterializer.h into the IR library where its 2014-03-06 03:50:29 +00:00
IRReader [C++11] Replace OwningPtr::take() with OwningPtr::release(). 2014-03-05 10:19:29 +00:00
LineEditor [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Linker [Layering] Sink Linker.h into a Linker subdirectory to make it 2014-03-06 03:42:23 +00:00
LTO [Layering] Sink Linker.h into a Linker subdirectory to make it 2014-03-06 03:42:23 +00:00
MC Always print the implicit .text at the start of an asm file. 2014-03-05 20:09:15 +00:00
Object [C++11] Add overloads for externally used OwningPtr functions. 2014-03-05 10:27:34 +00:00
Option Avoid buffer copies when a Twine already is a StringRef. 2013-12-03 18:18:28 +00:00
Support Fix an inconsistency in treatment of trailing / in path::const_iterator 2014-03-05 19:56:30 +00:00
TableGen [C++11] Replace OwningPtr::take() with OwningPtr::release(). 2014-03-05 10:19:29 +00:00
Target [Layering] Move InstVisitor.h into the IR library as it is pretty 2014-03-06 03:23:41 +00:00
Transforms [Layering] Move InstVisitor.h into the IR library as it is pretty 2014-03-06 03:23:41 +00:00
CMakeLists.txt Introduce line editor library. 2014-01-31 23:46:14 +00:00
LLVMBuild.txt Introduce line editor library. 2014-01-31 23:46:14 +00:00
Makefile Introduce line editor library. 2014-01-31 23:46:14 +00:00