llvm/unittests
2014-08-27 20:14:18 +00:00
..
ADT Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created. 2014-08-27 05:25:25 +00:00
Analysis
Bitcode Return a std::unique_ptr when creating a new MemoryBuffer. 2014-08-27 20:03:13 +00:00
CodeGen
DebugInfo
ExecutionEngine Return a std::unique_ptr when creating a new MemoryBuffer. 2014-08-27 20:03:13 +00:00
IR Support: make LLVM Mutexes STL-compatible 2014-08-23 22:49:22 +00:00
LineEditor
Linker
MC
Option
Support Convert a few more cases of direct intialization of unique_ptrs from MemoryBuffer::getMemBuffer to move initialization now that it returns by unique_ptr instead of raw pointer. 2014-08-27 20:14:18 +00:00
Transforms
CMakeLists.txt
Makefile
Makefile.unittest