OSDN Git Service

Rollback "[Support] Add RetryAfterSignal helper function"
[android-x86/external-llvm.git] / unittests / Support / CMakeLists.txt
2018-06-10 Mauro RossiRollback "[Support] Add RetryAfterSignal helper function" nougat-x86 android-x86-7.1-r4 android-x86-7.1-r5
2018-03-02 George KarpenkovUtility functions for checked arithmetic
2018-02-21 Pavel LabathResubmit r325107 (case folding DJB hash)
2018-02-14 Pavel LabathRevert r325107 (case folding DJB hash) and subsequent...
2018-02-14 Pavel LabathImplement a case-folding version of DJB hash
2017-12-07 Pavel Labath[Testing/Support] Make matchers work with Expected<T&>
2017-12-05 Shoaib Meenai[CMake] Use PRIVATE in target_link_libraries for execut...
2017-08-24 Mandeep Singh Grang[ADT] Enable reverse iteration for DenseMap
2017-06-29 Pavel LabathRecommit "[Support] Add RetryAfterSignal helper function"
2017-06-22 Pavel LabathRevert "[Support] Add RetryAfterSignal helper function...
2017-06-21 Pavel Labath[Support] Add RetryAfterSignal helper function
2017-06-14 Zachary TurnerDon't include TestingSupport in LLVM_LINK_COMPONENTS.
2017-06-14 Zachary Turner[gtest] Create a shared include directory for gtest...
2017-06-07 Galina KistanovaDisable all warning for AlignOfTest.cpp.
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-05-17 Reid KlecknerRe-land r303274: "[CrashRecovery] Use SEH __try instead...
2017-05-17 Reid KlecknerRevert "[CrashRecovery] Use SEH __try instead of VEH...
2017-05-17 Reid Kleckner[CrashRecovery] Use SEH __try instead of VEH when available
2017-05-11 Zachary Turner[Support] Move Parallel algorithms from LLD to LLVM.
2017-04-27 Frederich MunchRefactor DynamicLibrary so searching for a symbol will...
2017-04-24 Frederich MunchRevert "Refactor DynamicLibrary so searching for a...
2017-04-24 Frederich MunchRefactor DynamicLibrary so searching for a symbol will...
2017-04-24 Frederich MunchRevert "Refactor DynamicLibrary so searching for a...
2017-04-24 Frederich MunchRefactor DynamicLibrary so searching for a symbol will...
2017-03-16 Peter CollingbourneSupport: Add a cache pruning policy parser.
2017-03-02 Zachary Turner[Support] Move Stream library from MSF -> Support.
2017-02-10 Eric Fiselier[CMake] Fix pthread handling for out-of-tree builds
2017-01-18 Sam Parker[ARM] Create objdump subtarget from build attrs
2017-01-13 Ivan KrasinRevert r291903 and r291898. Reason: they break check...
2017-01-13 Sam Parker[ARM] Enable objdump to construct triple for ARM
2017-01-09 Rui UeyamaTarWriter: Fix a bug in Ustar header.
2016-12-27 Eugene LeviantAllow setting multiple debug types
2016-12-20 Rui UeyamaMove GlobPattern class from LLD to llvm/Support.
2016-12-01 Ivan KrasinUse trigrams to speed up SpecialCaseList.
2016-11-16 Pavel LabathRemove TimeValue class
2016-11-11 Zachary Turner[Support] Introduce llvm::formatv() function.
2016-11-02 Peter CollingbourneSupport: Remove MemoryObject and DataStreamer interfaces.
2016-10-29 Zachary TurnerResubmit "Add support for advanced number formatting."
2016-10-20 Pavel LabathReapply "Add Chrono.h - std::chrono support header"
2016-10-19 Pavel LabathRevert "Add Chrono.h - std::chrono support header"
2016-10-19 Pavel LabathAdd Chrono.h - std::chrono support header
2016-10-18 Renato GolinRevert "Resubmit "Add support for advanced number forma...
2016-10-17 Zachary TurnerResubmit "Add support for advanced number formatting."
2016-10-17 Zachary TurnerRevert formatting changes.
2016-10-17 Zachary Turner[Support] Add support for "advanced" number formatting.
2016-10-14 Teresa JohnsonAdd interface for querying physical hardware concurrency
2016-10-13 Teresa JohnsonAdd interface to compute number of physical cores on...
2016-09-27 Rafael EspindolaAdd xxhash to llvm.
2016-08-20 Duncan P. N. Exon... Move unittests/Support/IteratorTest.cpp to unittests...
2016-04-01 Mehdi AminiAdd support for computing SHA1 in LLVM
2016-04-01 Mehdi AminiRevert "Add support for computing SHA1 in LLVM"
2016-04-01 Mehdi AminiAdd support for computing SHA1 in LLVM
2016-03-27 Duncan P. N. Exon... Support: Move StreamingMemoryObject{,Test}.cpp, NFC
2016-03-16 Lang Hames[Support] Add the 'Error' class for structured error...
2016-03-06 Saleem Abdulrasoolunitests: add some ARM TargetParser tests
2016-03-01 Rafael EspindolaRefactor duplicated code for linking with pthread.
2016-02-25 Chandler Carruth[Support] Add a fancy helper function to get a static...
2016-02-03 Reid Kleckner[unittests] Move TargetRegistry test from Support to MC
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...
next