Matthias Braun
|
a46113773f
Timer: Remove group-less NamedRegionTimer constructor.
|
8 年之前 |
Pavel Labath
|
2864c2ae90
Remove TimeValue usage from llvm/Support
|
8 年之前 |
Matthias Braun
|
ca81740460
Timer: Fix doxygen comments, use member initializer; NFC
|
8 年之前 |
Alina Sbirlea
|
59e66bfab1
Test commit. Removes some spaces. No functionality changed.
|
9 年之前 |
Vedant Kumar
|
3a7ab8845f
[Support] Allow multiple paired calls to {start,stop}Timer()
|
9 年之前 |
Vedant Kumar
|
72265920ea
[Support] Timer: Use emplace_back() and range-based loops (NFC)
|
9 年之前 |
Vedant Kumar
|
597c8ee4f1
[Support] Timer: simplify the init() method
|
9 年之前 |
Rafael Espindola
|
df7186636e
Simplify memory management with std::unique_ptr.
|
9 年之前 |
Alexander Kornienko
|
cd52a7a381
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
10 年之前 |
Alexander Kornienko
|
cf0db29df2
Fixed/added namespace ending comments using clang-tidy. NFC
|
10 年之前 |
Benjamin Kramer
|
df93f4bb0b
Purge unused includes throughout libSupport.
|
10 年之前 |
Rafael Espindola
|
8c96862847
Modernize raw_fd_ostream's constructor a bit.
|
11 年之前 |
Zachary Turner
|
761f33167f
Kill the LLVM global lock.
|
11 年之前 |
Zachary Turner
|
5ea46694d0
Revert r211066, 211067, 211068, 211069, 211070.
|
11 年之前 |
Zachary Turner
|
9020dc35dc
Kill the LLVM global lock.
|
11 年之前 |
Zachary Turner
|
aedb5523d2
Remove some more code out into a separate CL.
|
11 年之前 |
Zachary Turner
|
9be5c8ca6b
Users of the llvm global mutex must now acquire it manually.
|
11 年之前 |
Zachary Turner
|
63ce00b72f
Revert "Remove support for runtime multi-threading."
|
11 年之前 |
Zachary Turner
|
529e9d307e
Remove support for runtime multi-threading.
|
11 年之前 |
Benjamin Kramer
|
7259f14839
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary.
|
11 年之前 |
Craig Topper
|
0b6cb7104b
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
11 年之前 |
Craig Topper
|
725011e72f
[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to reduce verbosity.
|
11 年之前 |
Craig Topper
|
34bc6b6e78
[C++11] Make use of 'nullptr' in the Support library.
|
11 年之前 |
Ahmed Charles
|
f4ccd11075
Replace OwningPtr<T> with std::unique_ptr<T>.
|
11 年之前 |
Benjamin Kramer
|
7515c71cb6
Revert "[C++11] Replace LLVM atomics with std::atomic."
|
11 年之前 |
Benjamin Kramer
|
4721e55a0c
[C++11] Replace LLVM atomics with std::atomic.
|
11 年之前 |
Rafael Espindola
|
ac69459e0f
Replace the F_Binary flag with a F_Text one.
|
11 年之前 |
Rafael Espindola
|
c1b49b56d4
Add a wrapper for open.
|
12 年之前 |
Chandler Carruth
|
d04a8d4b33
Use the new script to sort the includes of every file under lib.
|
12 年之前 |
Benjamin Kramer
|
41a964931a
Add more PRI.64 macros for MSVC and use them throughout the codebase.
|
13 年之前 |