summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Prevent further errors of omission when adding backend names.Douglas Katzman2015-05-081-0/+2
* Add raw_pwrite_stream type.Rafael Espindola2015-04-141-0/+1
* Add support for double / float to EndianStreamMatt Arsenault2015-02-051-0/+1
* Support: Stop stringifying DW_TAG_{lo,hi}_userDuncan P. N. Exon Smith2015-02-031-0/+1
* Fix a silly bug in StreamingMemoryObject.cpp.Rafael Espindola2014-11-211-0/+1
* [CMake] LLVMSupport: Give system_libs PRIVATE scope when LLVMSupport is built...NAKAMURA Takumi2014-11-071-0/+5
* Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.Alexey Samsonov2014-07-091-0/+1
* Support: Write ScaledNumbers::getRounded()Duncan P. N. Exon Smith2014-06-201-0/+1
* PR10140 - StringPool's PooledStringPtr has non-const operator== causing bad O...Nikola Smiljanic2014-06-191-0/+1
* Support: Add unit tests for BranchProbabilityDuncan P. N. Exon Smith2014-04-291-0/+1
* [ADT] Add a generic iterator utility for adapting iterators much likeChandler Carruth2014-04-241-1/+2
* Hey, we can stop depending on the IR library from the Support unittestsChandler Carruth2014-03-041-1/+0
* [Modules] Move the LeakDetector header into the IR library where theChandler Carruth2014-03-041-1/+0
* [Modules] Move the ConstantRange class into the IR library. This isChandler Carruth2014-03-041-1/+0
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-041-1/+0
* Move get[S|U]LEB128Size() to LEB128.h.Logan Chien2014-02-221-0/+1
* Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth2013-12-271-0/+1
* Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)Hans Wennborg2013-12-191-0/+1
* Make SourceMgr::PrintMessage() testable and add unit testsDmitri Gribenko2013-09-271-0/+1
* Update CMake file to fix buildbots.Bob Wilson2013-09-091-1/+0
* Move generic isPrint and columnWidth implementations to a separate header/sou...Alexander Kornienko2013-09-041-1/+1
* Fix boolean logic in LockFileManager and test itReid Kleckner2013-08-071-0/+1
* Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...Alexander Kornienko2013-08-071-0/+1
* [Support] Add a Unicode conversion wrapper from UTF16 to UTF8Reid Kleckner2013-07-161-0/+1
* Rename Support.TimeValue to TimeValue.time_t in unittests/Support.NAKAMURA Takumi2013-07-161-1/+1
* Add to testsuite.Eric Christopher2013-05-241-0/+1
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-231-0/+1
* [Support] Fix argv string escape bug on WindowsReid Kleckner2013-04-221-0/+1
* [Support] Port ErrorOr<T> from lld to C++03.Michael J. Spencer2013-01-201-0/+1
* Add an ArrayRecycler class.Jakob Stoklund Olesen2013-01-051-0/+1
* Begin sketching out the process interface.Chandler Carruth2012-12-311-0/+1
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-121-0/+1
* Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor2012-10-041-0/+1
* This patch adds memory support functions which will later be used to implemen...Andrew Kaylor2012-09-191-0/+1
* cmake: Fix file path.Daniel Dunbar2012-09-141-1/+1
* formatted_raw_ostream: Fix a serious bug in tell().Daniel Dunbar2012-09-141-1/+2
* Initial commit of new FileOutputBuffer support class. Nick Kledzik2012-08-011-0/+1
* Move the IRBuilder unittest from Support to VMCore. This got missed inChandler Carruth2012-07-161-1/+0
* Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth2012-07-151-1/+0
* Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live withChandler Carruth2012-07-151-1/+0
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-211-0/+29
OpenPOWER on IntegriCloud