index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
Support
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-21
fix leak in a test, make the sanitizer bot green
Kostya Serebryany
1
-1
/
+2
2015-12-19
ThreadPool unittests: do not hold mutex when calling condition_variable:notify()
Mehdi Amini
1
-11
/
+11
2015-12-19
[unittests] ThreadPool: Remove redundant loop, NFC
Vedant Kumar
1
-4
/
+2
2015-12-19
[unittests] ThreadPool: Guard updates to MainThreadReady
Vedant Kumar
1
-12
/
+16
2015-12-19
ThreadPool unittest: reimplement concurrency test, deterministically this time.
Mehdi Amini
1
-5
/
+36
2015-12-18
Remove possibility of failures to due race in ThreadPool unittest
Teresa Johnson
1
-22
/
+0
2015-12-18
Rewrite the TrailingObjects template to provide two new features:
James Y Knight
1
-4
/
+34
2015-12-18
BranchProbabilityTest.cpp: Suppress warnings. [-Wsign-compare]
NAKAMURA Takumi
1
-3
/
+3
2015-12-17
[BranchProbability] Remove the restriction that known and unknown probabiliti...
Cong Hou
1
-0
/
+31
2015-12-15
Mark ThreadPool unittests as unsupported on PowerPC64
Mehdi Amini
1
-0
/
+4
2015-12-15
ThreadPool unittest: add a rough mechanism to mark UNSUPPORTED on a given pla...
Mehdi Amini
1
-5
/
+53
2015-12-15
Replace the unit test of BranchProbability::normalizeEdgeWeights() with Branc...
Cong Hou
1
-29
/
+25
2015-12-15
Fix template parameter pack handling in ThreadPool
Teresa Johnson
1
-0
/
+14
2015-12-15
Add a C++11 ThreadPool implementation in LLVM
Mehdi Amini
2
-0
/
+92
2015-12-15
Revert "Add a C++11 ThreadPool implementation in LLVM"
Mehdi Amini
2
-92
/
+0
2015-12-15
Add a C++11 ThreadPool implementation in LLVM
Mehdi Amini
2
-0
/
+92
2015-12-13
Revert r255444.
Nico Weber
2
-92
/
+0
2015-12-12
Add a C++11 ThreadPool implementation in LLVM
Mehdi Amini
2
-0
/
+92
2015-12-09
[Support] Change SaturatingAdd()/SaturatingMultiply() to use pointer for retu...
Nathan Slingerland
1
-17
/
+17
2015-11-23
[Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() t...
Nathan Slingerland
1
-1
/
+50
2015-11-23
[Support] Fix SaturatingMultiply<T>() to be correct (and fast), Re-enable Uni...
Nathan Slingerland
1
-0
/
+48
2015-11-20
Revert the revert 253497 and 253539 - These commits aren't the cause of the c...
Daniel Sanders
1
-0
/
+17
2015-11-20
Revert 253497 and 253539 to try to fix clang-cmake-mips buildbot.
Daniel Sanders
1
-17
/
+0
2015-11-19
[Support] Disable SaturatingMultiply() unit test while investigating
Nathan Slingerland
1
-19
/
+0
2015-11-18
[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions (2nd try)
Nathan Slingerland
1
-0
/
+36
2015-11-18
Revert "[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions"
Nathan Slingerland
1
-48
/
+0
2015-11-18
[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions
Nathan Slingerland
1
-0
/
+48
2015-11-18
Remove excess white space
Rafael Espindola
1
-6
/
+0
2015-11-17
Fix -Wunused-function in a non-Win32 build
David Blaikie
1
-1
/
+1
2015-11-17
StringRef-ify some Option APIs
David Blaikie
1
-6
/
+6
2015-11-17
[Support] Tweak path::system_temp_directory() on Windows.
Pawel Bylica
1
-0
/
+70
2015-11-17
Add MemoryBufferRef(MemoryBuffer&) constructor.
Rafael Espindola
1
-0
/
+9
2015-11-09
Windows-specific test for sys::path::remove_dots.
Mike Aizatsky
1
-0
/
+13
2015-11-09
Moving FileManager::removeDotPaths to llvm::sys::path::remove_dots
Mike Aizatsky
1
-0
/
+20
2015-11-06
Revert r252366: [Support] Use GetTempDir to get the temporary dir path on Win...
Pawel Bylica
1
-70
/
+0
2015-11-06
[Support] Use GetTempDir to get the temporary dir path on Windows.
Pawel Bylica
1
-0
/
+70
2015-11-04
Fix unit tests on Windows: handle env vars with non-ASCII chars.
Pawel Bylica
1
-38
/
+70
2015-11-02
[Support] Extend sys::path with user_cache_directory function.
Pawel Bylica
1
-0
/
+29
2015-10-16
Fix path::home_directory() unit test.
Pawel Bylica
1
-8
/
+12
2015-10-16
SupportTests::HomeDirectory: Don't try tests when $HOME is undefined.
NAKAMURA Takumi
1
-6
/
+9
2015-10-16
Reformat.
NAKAMURA Takumi
1
-1
/
+1
2015-10-16
Use Windows Vista API to get the user's home directory
Pawel Bylica
1
-9
/
+13
2015-10-15
Recommit r250345, it was reverted in r250366 to investigate a bot failure.
Manman Ren
1
-0
/
+41
2015-10-15
Temporarily revert r250345 to sort out bot failure.
Manman Ren
1
-41
/
+0
2015-10-14
Update the branch weight metadata in JumpThreading pass.
Cong Hou
1
-0
/
+41
2015-10-12
Add - and -= operators to BlockFrequency using saturating arithmetic.
Cong Hou
1
-0
/
+6
2015-10-12
Fix rename() sometimes failing if another process uses openFileForRead()
Greg Bedwell
2
-0
/
+114
2015-10-08
Fix another UBSan test error from r248897 and follow on fix r249689
Teresa Johnson
1
-0
/
+84
2015-10-05
Make test resilient against windows path separators.
Benjamin Kramer
1
-0
/
+1
2015-10-05
[Support] Add a version of fs::make_absolute with a custom CWD.
Benjamin Kramer
1
-0
/
+4
[next]