Introduce a simple line-by-line iterator type into the Support library.
[oota-llvm.git] / unittests / Support / CMakeLists.txt
2013-12-27 Chandler CarruthIntroduce a simple line-by-line iterator type into...
2013-12-19 Hans WennborgMake sys::ThreadLocal<> zero-initialized on non-thread...
2013-09-27 Dmitri GribenkoMake SourceMgr::PrintMessage() testable and add unit...
2013-09-09 Bob WilsonUpdate CMake file to fix buildbots.
2013-09-04 Alexander KornienkoMove generic isPrint and columnWidth implementations...
2013-08-07 Reid KlecknerFix boolean logic in LockFileManager and test it
2013-08-07 Alexander KornienkoImplemented llvm::sys::locale::columnWidth and isPrint...
2013-07-16 Reid Kleckner[Support] Add a Unicode conversion wrapper from UTF16...
2013-07-16 NAKAMURA TakumiRename Support.TimeValue to TimeValue.time_t in unittes...
2013-05-24 Eric ChristopherAdd to testsuite.
2013-04-23 Alexey SamsonovAdd basic zlib support to LLVM. This would allow to...
2013-04-22 Reid Kleckner[Support] Fix argv string escape bug on Windows
2013-01-20 Michael J. Spencer[Support] Port ErrorOr<T> from lld to C++03.
2013-01-05 Jakob Stoklund OlesenAdd an ArrayRecycler class.
2012-12-31 Chandler CarruthBegin sketching out the process interface.
2012-12-12 Nick KledzikInitial implementation of a utility for converting...
2012-10-04 Andrew KaylorAdding MCJIT and MemoryBuffer unit tests
2012-09-19 Andrew KaylorThis patch adds memory support functions which will...
2012-09-14 Daniel Dunbarcmake: Fix file path.
2012-09-14 Daniel Dunbarformatted_raw_ostream: Fix a serious bug in tell().
2012-08-01 Nick KledzikInitial commit of new FileOutputBuffer support class.
2012-07-16 Chandler CarruthMove the IRBuilder unittest from Support to VMCore...
2012-07-15 Chandler CarruthMove llvm/Support/TypeBuilder.h -> llvm/TypeBuilder...
2012-07-15 Chandler CarruthMove llvm/Support/MDBuilder.h to llvm/MDBuilder.h,...
2012-06-21 Chandler CarruthCompletely refactor the structuring of unittest CMake...