Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Serge Pavlov
|
06c71d8a6f
Report fatal error in the case of out of memory
|
7 years ago |
Serge Pavlov
|
165fd931ac
Revert r325224 "Report fatal error in the case of out of memory"
|
7 years ago |
Serge Pavlov
|
ca451d02e4
Report fatal error in the case of out of memory
|
7 years ago |
Michael Zolotukhin
|
16872e2b56
Remove redundant includes from unittests.
|
7 years ago |
Benjamin Kramer
|
e005fa57be
[ManagedStatic] Avoid putting function pointers in template args.
|
8 years ago |
Benjamin Kramer
|
bcabbd57dc
Don't destroy ManagedStatics in a unit test.
|
8 years ago |
Benjamin Kramer
|
107c8c925e
Try to work around MSVC being buggy. Attempt #1.
|
8 years ago |
Benjamin Kramer
|
10f535273f
[ManagedStatic] Add a way to pass custom creators/deleters.
|
8 years ago |
Chandler Carruth
|
39ea80cc56
Re-apply r211287: Remove support for LLVM runtime multi-threading.
|
11 years ago |
NAKAMURA Takumi
|
cdde33ebaa
Revert r211287, "Remove support for LLVM runtime multi-threading."
|
11 years ago |
Zachary Turner
|
a4d0ff9cd1
Remove support for LLVM runtime multi-threading.
|
11 years ago |
Zachary Turner
|
5ea46694d0
Revert r211066, 211067, 211068, 211069, 211070.
|
11 years ago |
Zachary Turner
|
aedb5523d2
Remove some more code out into a separate CL.
|
11 years ago |
Craig Topper
|
b177041dfa
[C++11] Use 'nullptr'.
|
11 years ago |
Duncan Sands
|
8305acb200
Get the unittests compiling when building with cmake and the setting
|
12 years ago |
Evgeniy Stepanov
|
d6d0ebbed7
Disable Initialize.MultipleThreads test under MemorySanitizer.
|
12 years ago |
NAKAMURA Takumi
|
41d35a335e
unittests/SupportTests/Initialize.MultipleThreads: Enable pthread_attr_setstack(3) only on Linux.
|
12 years ago |
NAKAMURA Takumi
|
91e22b0dd3
unittests/SupportTests/Initialize.MultipleThreads: Appease --vg-leak to allocate stack explicitly for glibc.
|
12 years ago |
Chandler Carruth
|
5a88dda4be
Sort the #include lines for unittest/...
|
12 years ago |
Nick Lewycky
|
f7228f7038
Fix Windows build, don't try to #include <pthread.h> when we know it's not
|
13 years ago |
Nick Lewycky
|
4d0a9ff365
Add support for tsan annotations (thread sanitizer, a valgrind-based tool).
|
13 years ago |