summaryrefslogtreecommitdiff
path: root/unittests/Support/CMakeLists.txt
Commit message (Expand)AuthorAge
* Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth2013-12-27
* Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)Hans Wennborg2013-12-19
* Make SourceMgr::PrintMessage() testable and add unit testsDmitri Gribenko2013-09-27
* Update CMake file to fix buildbots.Bob Wilson2013-09-09
* Move generic isPrint and columnWidth implementations to a separate header/sou...Alexander Kornienko2013-09-04
* Fix boolean logic in LockFileManager and test itReid Kleckner2013-08-07
* Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...Alexander Kornienko2013-08-07
* [Support] Add a Unicode conversion wrapper from UTF16 to UTF8Reid Kleckner2013-07-16
* Rename Support.TimeValue to TimeValue.time_t in unittests/Support.NAKAMURA Takumi2013-07-16
* Add to testsuite.Eric Christopher2013-05-24
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-23
* [Support] Fix argv string escape bug on WindowsReid Kleckner2013-04-22
* [Support] Port ErrorOr<T> from lld to C++03.Michael J. Spencer2013-01-20
* Add an ArrayRecycler class.Jakob Stoklund Olesen2013-01-05
* Begin sketching out the process interface.Chandler Carruth2012-12-31
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-12
* Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor2012-10-04
* This patch adds memory support functions which will later be used to implemen...Andrew Kaylor2012-09-19
* cmake: Fix file path.Daniel Dunbar2012-09-14
* formatted_raw_ostream: Fix a serious bug in tell().Daniel Dunbar2012-09-14
* Initial commit of new FileOutputBuffer support class. Nick Kledzik2012-08-01
* Move the IRBuilder unittest from Support to VMCore. This got missed inChandler Carruth2012-07-16
* Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth2012-07-15
* Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live withChandler Carruth2012-07-15
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-21