index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
clangd
/
Threading.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Increase stack size of the new threads on macOS
Sam McCall
2020-06-10
1
-10
/
+11
*
[clangd] Use llvm::set_thread_priority in background-index
Kadir Cetinkaya
2019-04-18
1
-28
/
+0
*
clangd: Change Windows.h to windows.h.
Peter Collingbourne
2019-04-17
1
-1
/
+1
*
[clangd] Set thread priority on Windows
Ilya Biryukov
2019-02-27
1
-0
/
+7
*
[clangd] Add thread priority lowering for MacOS as well
Kadir Cetinkaya
2019-02-25
1
-0
/
+8
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-6
/
+5
*
[clangd] Only reduce priority of a thread for indexing.
Kadir Cetinkaya
2018-12-17
1
-2
/
+2
*
[clangd] Avoid emitting Queued status when we are able to acquire the Barrier.
Haojian Wu
2018-12-13
1
-0
/
+9
*
[clangd] Prevent thread starvation in tests on loaded systems.
Sam McCall
2018-11-27
1
-1
/
+8
*
[clangd] Fix compile on very old glibc
Sam McCall
2018-11-12
1
-1
/
+2
*
Delete dependency on config.h
Kadir Cetinkaya
2018-10-31
1
-3
/
+2
*
[clangd] fix non linux build
David Carlier
2018-10-31
1
-1
/
+1
*
[clangd] Use thread pool for background indexing.
Kadir Cetinkaya
2018-10-30
1
-0
/
+14
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-5
/
+6
*
[clangd] Use 'const Twine&' instead of 'Twine'. NFC
Ilya Biryukov
2018-07-26
1
-1
/
+1
*
[clangd] Replace UniqueFunction with llvm::unique_function.
Benjamin Kramer
2018-07-03
1
-1
/
+1
*
[clangd] Trace time the operations wait on Semaphore.
Ilya Biryukov
2018-06-12
1
-3
/
+9
*
[clangd] Debounce streams of updates.
Sam McCall
2018-03-02
1
-1
/
+10
*
[clangd] Allow embedders some control over when diagnostics are generated.
Sam McCall
2018-02-22
1
-2
/
+12
*
[clangd] Tracing: name worker threads, and enforce naming scheduled async tasks
Sam McCall
2018-02-19
1
-3
/
+5
*
[clangd] Stop exposing Futures from ClangdServer operations.
Sam McCall
2018-02-13
1
-4
/
+14
*
Resubmit "[clangd] The new threading implementation"
Ilya Biryukov
2018-02-08
1
-48
/
+48
*
Revert "[clangd] The new threading implementation" (r324356)
Ilya Biryukov
2018-02-06
1
-48
/
+48
*
[clangd] Fixed a bug in the new threading implementation.
Ilya Biryukov
2018-02-06
1
-4
/
+5
*
[clangd] The new threading implementation
Ilya Biryukov
2018-02-06
1
-49
/
+48
*
[clangd] Pass Context implicitly using TLS.
Sam McCall
2018-01-31
1
-1
/
+3
*
[clangd] Refactored threading in ClangdServer
Ilya Biryukov
2018-01-31
1
-0
/
+61