ReleaseNotes: C API policy; by Eric Christopher
[oota-llvm.git] / unittests / Support /
2016-01-12 Nathan Slingerland[Support] Add saturating multiply-add support function
2016-01-06 Jordan RoseAdd != to YAMLParser's basic_collection_iterator.
2015-12-29 Chandler Carruth[ADT] Teach alignment helpers to work correctly for...
2015-12-29 James Y Knight[TrailingObjects] Dynamically realign under-aligned...
2015-12-23 Nico WeberUnbreak LLVM_ENABLE_THREADS=OFF builds.
2015-12-22 Vedant Kumar[unittest] Use Support/thread.h instead of <thread...
2015-12-22 Vedant Kumar[unittest] Use Support/Thread.h instead of <thread...
2015-12-22 Vedant Kumar[Support] Allow multiple paired calls to {start,stop...
2015-12-21 Kostya Serebryanyfix leak in a test, make the sanitizer bot green
2015-12-19 Mehdi AminiThreadPool unittests: do not hold mutex when calling...
2015-12-19 Vedant Kumar[unittests] ThreadPool: Remove redundant loop, NFC
2015-12-19 Vedant Kumar[unittests] ThreadPool: Guard updates to MainThreadReady
2015-12-19 Mehdi AminiThreadPool unittest: reimplement concurrency test,...
2015-12-18 Teresa JohnsonRemove possibility of failures to due race in ThreadPoo...
2015-12-18 James Y KnightRewrite the TrailingObjects template to provide two...
2015-12-18 NAKAMURA TakumiBranchProbabilityTest.cpp: Suppress warnings. [-Wsign...
2015-12-17 Cong Hou[BranchProbability] Remove the restriction that known...
2015-12-15 Mehdi AminiMark ThreadPool unittests as unsupported on PowerPC64
2015-12-15 Mehdi AminiThreadPool unittest: add a rough mechanism to mark...
2015-12-15 Cong HouReplace the unit test of BranchProbability::normalizeEd...
2015-12-15 Teresa JohnsonFix template parameter pack handling in ThreadPool
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-12-09 Nathan Slingerland[Support] Change SaturatingAdd()/SaturatingMultiply...
2015-11-23 Nathan Slingerland[Support] Add optional argument to SaturatingAdd()...
2015-11-23 Nathan Slingerland[Support] Fix SaturatingMultiply<T>() to be correct...
2015-11-20 Daniel SandersRevert the revert 253497 and 253539 - These commits...
2015-11-20 Daniel SandersRevert 253497 and 253539 to try to fix clang-cmake...
2015-11-19 Nathan Slingerland[Support] Disable SaturatingMultiply() unit test while...
2015-11-18 Nathan Slingerland[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
2015-11-18 Nathan SlingerlandRevert "[llvm-profdata] Add SaturatingAdd/SaturatingMul...
2015-11-18 Nathan Slingerland[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
2015-11-18 Rafael EspindolaRemove excess white space
2015-11-17 David BlaikieFix -Wunused-function in a non-Win32 build
2015-11-17 David BlaikieStringRef-ify some Option APIs
2015-11-17 Pawel Bylica[Support] Tweak path::system_temp_directory() on Windows.
2015-11-17 Rafael EspindolaAdd MemoryBufferRef(MemoryBuffer&) constructor.
2015-11-09 Mike AizatskyWindows-specific test for sys::path::remove_dots.
2015-11-09 Mike AizatskyMoving FileManager::removeDotPaths to llvm::sys::path...
2015-11-06 Pawel BylicaRevert r252366: [Support] Use GetTempDir to get the...
2015-11-06 Pawel Bylica[Support] Use GetTempDir to get the temporary dir path...
2015-11-04 Pawel BylicaFix unit tests on Windows: handle env vars with non...
2015-11-02 Pawel Bylica[Support] Extend sys::path with user_cache_directory...
2015-10-16 Pawel BylicaFix path::home_directory() unit test.
2015-10-16 NAKAMURA TakumiSupportTests::HomeDirectory: Don't try tests when ...
2015-10-16 NAKAMURA TakumiReformat.
2015-10-16 Pawel BylicaUse Windows Vista API to get the user's home directory
2015-10-15 Manman RenRecommit r250345, it was reverted in r250366 to investi...
2015-10-15 Manman RenTemporarily revert r250345 to sort out bot failure.
2015-10-14 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-12 Cong HouAdd - and -= operators to BlockFrequency using saturati...
2015-10-12 Greg BedwellFix rename() sometimes failing if another process uses...
2015-10-08 Teresa JohnsonFix another UBSan test error from r248897 and follow...
2015-10-05 Benjamin KramerMake test resilient against windows path separators.
2015-10-05 Benjamin Kramer[Support] Add a version of fs::make_absolute with a...
2015-09-30 Teresa JohnsonAdd support for sub-byte aligned writes to lib/Support...
2015-09-29 Maksim PanchenkoHHVM calling conventions.
2015-09-25 Cong HouUse fixed-point representation for BranchProbability.
2015-09-10 Cong HouPass BranchProbability/BlockMass by value instead of...
2015-09-10 Chandler Carruth[ADT] Switch a bunch of places in LLVM that were doing...
2015-09-02 Douglas KatzmanMove twice-repeated clang path operation into a new...
2015-08-13 Rafael EspindolaThere is only one saver of strings.
2015-08-13 Rafael EspindolaReturn ErrorOr from FileOutputBuffer::create. NFC.
2015-08-06 Frederic RissThread premissions through sys::fs::create_director...
2015-08-06 Yaron KerenFix Visual C++ error C2248:
2015-08-05 James Y KnightAdd a TrailingObjects template class.
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-17 Alex LorenzRevert r239972 (YAML: Assign a value returned by the...
2015-06-17 Alex LorenzYAML: Assign a value returned by the default constructo...
2015-06-16 Rafael EspindolaUse std::unique_ptr to manage the DataStreamer in bitco...
2015-06-16 NAKAMURA Takumillvm/unittests/Support/Path.cpp: Use <windows.h> instea...
2015-06-13 Rafael EspindolaDon't use std::errc.
2015-06-13 Rafael EspindolaBring in a BumpPtrStringSaver from lld and simplify...
2015-05-29 Frederic RissYAML traits need to be in the llvm::yaml namespace.
2015-05-29 Frederic Riss[YAMLIO] Make line-wrapping configurable and test it.
2015-05-21 Michael J. Spencer[Support] Fix ErrorOr equality operator.
2015-05-21 Alex LorenzYAML: Null terminate block scalar's value.
2015-05-21 Derek SchuffFix StreamingMemoryObject to respect known object size.
2015-05-20 Pawel BylicaUnit tests for the getSwappedBytes(double) fix from...
2015-05-18 Hans WennborgFix llvm::BumpPtrAllocatorImpl::Reset()
2015-05-14 Alex LorenzYAML: Add support for literal block scalar I/O.
2015-05-13 Alex LorenzYAML: Implement block scalar parsing.
2015-05-11 David BlaikieReaddress r236990, use of static members on a non-stati...
2015-05-11 Aaron BallmanAmends r236990, because I failed at hitting "save"...
2015-05-11 Aaron BallmanReplacing a range-based for loop with an old-style...
2015-05-08 Douglas KatzmanUnbreak build: Makefile must have the same change as...
2015-05-08 Douglas KatzmanPrevent further errors of omission when adding backend...
2015-05-06 Alex LorenzYAML: Fix crash in the skip method of KeyValueNode...
2015-05-04 Alex LorenzYAML: Add an optional 'flow' field to the mapping trait...
2015-05-01 Alex LorenzYAML: Fix the output of sequences that contain flow...
2015-05-01 Diego NovilloFix infinite recursion in ScaledNumber::toInt.
2015-04-30 Diego NovilloFix private constructor for ScaledNumber.
2015-04-30 Diego NovilloFix typo in comment. NFC.
2015-04-29 Reid KlecknerDisable failing TestDevNull test on Windows
2015-04-29 Rafael EspindolaRelax assert to avoid spurious failures with /dev/null.
2015-04-20 Rafael EspindolaDon't allow pwrite to resize a stream.
2015-04-14 Rafael EspindolaAdd raw_pwrite_stream type.
next