[Support] Fix SaturatingMultiply<T>() to be correct (and fast), Re-enable Unit Tests
[oota-llvm.git] / unittests / Support /
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.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-02 Benjamin Kramer[support] Add a macro wrapper for alignas and simplify...
2015-03-26 Andrew KaylorSupress MSVC padding warning in alignment test
2015-03-10 Ben LangmuirDon't treat .foo as two path components in path::iterators
2015-03-02 Justin BognerDetect malformed YAML sequence in yaml::Input::beginSeq...
2015-02-26 Reid KlecknerSilence some Win64 clang-cl warnings about unused stuff...
2015-02-25 Justin BognerObject: Handle Mach-O kext bundle files
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-13 Duncan P. N. Exon... Support: Add dwarf::getOperationEncoding()
2015-02-12 Benjamin KramerTry to fix the MSVC build.
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-02-07 Duncan P. N. Exon... Support: Fix tests for VirtualityString
2015-02-07 Duncan P. N. Exon... Support: Add dwarf::getVirtuality()
2015-02-07 Duncan P. N. Exon... Support: Use Dwarf.def for DW_VIRTUALITY, NFC
2015-02-06 Duncan P. N. Exon... Support: Add dwarf::getAttributeEncoding()
2015-02-06 Duncan P. N. Exon... Support: Stop stringifying DW_ATE_{lo,hi}_user
2015-02-06 Duncan P. N. Exon... Support: Add dwarf::getLanguage()
2015-02-06 Duncan P. N. Exon... Support: Stop stringifying DW_LANG_{lo,hi}_user
2015-02-05 Matt ArsenaultAdd support for double / float to EndianStream
2015-02-04 Alexey SamsonovSpecialCaseList: Add support for parsing multiple input...
2015-02-03 Duncan P. N. Exon... Support: Add string => unsigned mapping for DW_TAG
2015-02-03 Duncan P. N. Exon... Support: Stop stringifying DW_TAG_{lo,hi}_user
2015-02-02 Duncan P. N. Exon... Support: Add missing header to BlockFrequencyTest.cpp...
2015-01-28 Chris BienemanRefactoring llvm command line parsing and option regist...
2015-01-27 Chris BienemanRe-landing changes to use ArrayRef instead of SmallVect...
2015-01-27 Richard TrieuRevert r227148 & r227154 which added a test which infin...
2015-01-27 Eric ChristopherFix unsigned/signed comparison warning.
2015-01-27 Chris BienemanOne more fix to the new API to fix const-correctness.
next