summaryrefslogtreecommitdiff
path: root/unittests/Support
AgeCommit message (Expand)AuthorFilesLines
2015-12-21fix leak in a test, make the sanitizer bot greenKostya Serebryany1-1/+2
2015-12-19ThreadPool unittests: do not hold mutex when calling condition_variable:notify()Mehdi Amini1-11/+11
2015-12-19[unittests] ThreadPool: Remove redundant loop, NFCVedant Kumar1-4/+2
2015-12-19[unittests] ThreadPool: Guard updates to MainThreadReadyVedant Kumar1-12/+16
2015-12-19ThreadPool unittest: reimplement concurrency test, deterministically this time.Mehdi Amini1-5/+36
2015-12-18Remove possibility of failures to due race in ThreadPool unittestTeresa Johnson1-22/+0
2015-12-18Rewrite the TrailingObjects template to provide two new features:James Y Knight1-4/+34
2015-12-18BranchProbabilityTest.cpp: Suppress warnings. [-Wsign-compare]NAKAMURA Takumi1-3/+3
2015-12-17[BranchProbability] Remove the restriction that known and unknown probabiliti...Cong Hou1-0/+31
2015-12-15Mark ThreadPool unittests as unsupported on PowerPC64Mehdi Amini1-0/+4
2015-12-15ThreadPool unittest: add a rough mechanism to mark UNSUPPORTED on a given pla...Mehdi Amini1-5/+53
2015-12-15Replace the unit test of BranchProbability::normalizeEdgeWeights() with Branc...Cong Hou1-29/+25
2015-12-15Fix template parameter pack handling in ThreadPoolTeresa Johnson1-0/+14
2015-12-15Add a C++11 ThreadPool implementation in LLVMMehdi Amini2-0/+92
2015-12-15Revert "Add a C++11 ThreadPool implementation in LLVM"Mehdi Amini2-92/+0
2015-12-15Add a C++11 ThreadPool implementation in LLVMMehdi Amini2-0/+92
2015-12-13Revert r255444.Nico Weber2-92/+0
2015-12-12Add a C++11 ThreadPool implementation in LLVMMehdi Amini2-0/+92
2015-12-09[Support] Change SaturatingAdd()/SaturatingMultiply() to use pointer for retu...Nathan Slingerland1-17/+17
2015-11-23[Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() t...Nathan Slingerland1-1/+50
2015-11-23[Support] Fix SaturatingMultiply<T>() to be correct (and fast), Re-enable Uni...Nathan Slingerland1-0/+48
2015-11-20Revert the revert 253497 and 253539 - These commits aren't the cause of the c...Daniel Sanders1-0/+17
2015-11-20Revert 253497 and 253539 to try to fix clang-cmake-mips buildbot.Daniel Sanders1-17/+0
2015-11-19[Support] Disable SaturatingMultiply() unit test while investigatingNathan Slingerland1-19/+0
2015-11-18[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions (2nd try)Nathan Slingerland1-0/+36
2015-11-18Revert "[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions"Nathan Slingerland1-48/+0
2015-11-18[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper FunctionsNathan Slingerland1-0/+48
2015-11-18Remove excess white spaceRafael Espindola1-6/+0
2015-11-17Fix -Wunused-function in a non-Win32 buildDavid Blaikie1-1/+1
2015-11-17StringRef-ify some Option APIsDavid Blaikie1-6/+6
2015-11-17[Support] Tweak path::system_temp_directory() on Windows.Pawel Bylica1-0/+70
2015-11-17Add MemoryBufferRef(MemoryBuffer&) constructor.Rafael Espindola1-0/+9
2015-11-09Windows-specific test for sys::path::remove_dots.Mike Aizatsky1-0/+13
2015-11-09Moving FileManager::removeDotPaths to llvm::sys::path::remove_dotsMike Aizatsky1-0/+20
2015-11-06Revert r252366: [Support] Use GetTempDir to get the temporary dir path on Win...Pawel Bylica1-70/+0
2015-11-06[Support] Use GetTempDir to get the temporary dir path on Windows.Pawel Bylica1-0/+70
2015-11-04Fix unit tests on Windows: handle env vars with non-ASCII chars.Pawel Bylica1-38/+70
2015-11-02[Support] Extend sys::path with user_cache_directory function.Pawel Bylica1-0/+29
2015-10-16Fix path::home_directory() unit test.Pawel Bylica1-8/+12
2015-10-16SupportTests::HomeDirectory: Don't try tests when $HOME is undefined.NAKAMURA Takumi1-6/+9
2015-10-16Reformat.NAKAMURA Takumi1-1/+1
2015-10-16Use Windows Vista API to get the user's home directoryPawel Bylica1-9/+13
2015-10-15Recommit r250345, it was reverted in r250366 to investigate a bot failure.Manman Ren1-0/+41
2015-10-15Temporarily revert r250345 to sort out bot failure.Manman Ren1-41/+0
2015-10-14Update the branch weight metadata in JumpThreading pass.Cong Hou1-0/+41
2015-10-12Add - and -= operators to BlockFrequency using saturating arithmetic.Cong Hou1-0/+6
2015-10-12Fix rename() sometimes failing if another process uses openFileForRead()Greg Bedwell2-0/+114
2015-10-08Fix another UBSan test error from r248897 and follow on fix r249689Teresa Johnson1-0/+84
2015-10-05Make test resilient against windows path separators.Benjamin Kramer1-0/+1
2015-10-05[Support] Add a version of fs::make_absolute with a custom CWD.Benjamin Kramer1-0/+4