llvm-6502/unittests
Rafael Espindola 9b29ff99c0 Modernize the .ll parsing interface.
* Use StringRef instead of std::string&
* Return a std::unique_ptr<Module> instead of taking an optional module to write
  to (was not really used).
* Use current comment style.
* Use current naming convention.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215989 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-19 16:58:54 +00:00
..
ADT Fix -Wsign-compare warnings 2014-08-12 23:23:05 +00:00
Analysis Modernize the .ll parsing interface. 2014-08-19 16:58:54 +00:00
Bitcode Modernize the .ll parsing interface. 2014-08-19 16:58:54 +00:00
CodeGen
DebugInfo
ExecutionEngine Modernize the .ll parsing interface. 2014-08-19 16:58:54 +00:00
IR Modernize the .ll parsing interface. 2014-08-19 16:58:54 +00:00
LineEditor
Linker
MC
Option
Support Convert an ownership comment with std::uinque_ptr. 2014-08-17 22:20:33 +00:00
Transforms [Debug Info] add DISubroutineType and its creation takes DITypeArray. 2014-07-28 22:24:06 +00:00
CMakeLists.txt
Makefile
Makefile.unittest