Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / unittests / Support / CMakeLists.txt
2015-12-22 Vedant Kumar[Support] Allow multiple paired calls to {start,stop...
2015-12-15 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-12-15 Mehdi AminiRevert "Add a C++11 ThreadPool implementation in LLVM"
2015-12-15 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-12-13 Nico WeberRevert r255444.
2015-12-12 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-10-12 Greg BedwellFix rename() sometimes failing if another process uses...
2015-08-05 James Y KnightAdd a TrailingObjects template class.
2015-05-08 Douglas KatzmanPrevent further errors of omission when adding backend...
2015-04-14 Rafael EspindolaAdd raw_pwrite_stream type.
2015-02-05 Matt ArsenaultAdd support for double / float to EndianStream
2015-02-03 Duncan P. N. Exon... Support: Stop stringifying DW_TAG_{lo,hi}_user
2014-11-21 Rafael EspindolaFix a silly bug in StreamingMemoryObject.cpp.
2014-11-07 NAKAMURA Takumi[CMake] LLVMSupport: Give system_libs PRIVATE scope...
2014-07-09 Alexey SamsonovDecouple llvm::SpecialCaseList text representation...
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumbers::getRounded()
2014-06-19 Nikola SmiljanicPR10140 - StringPool's PooledStringPtr has non-const...
2014-04-29 Duncan P. N. Exon... Support: Add unit tests for BranchProbability
2014-04-24 Chandler Carruth[ADT] Add a generic iterator utility for adapting itera...
2014-03-04 Chandler CarruthHey, we can stop depending on the IR library from the...
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
2014-03-04 Chandler Carruth[Modules] Move the ConstantRange class into the IR...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-02-22 Logan ChienMove get[S|U]LEB128Size() to LEB128.h.
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...