| Commit message (Expand) | Author | Age | Files | Lines |
* | [Clang][Driver] In -fintegrated-cc1 mode, avoid crashing on exit after a comp... | Alexandre Ganea | 2020-03-13 | 1 | -0/+4 |
* | Timer - fix shadow variable warnings for Name/Description members. NFC. | Simon Pilgrim | 2019-11-11 | 1 | -5/+6 |
* | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -4/+4 |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
* | [Legacy][TimePasses] allow -time-passes reporting into a custom stream | Fedor Sergeev | 2019-03-22 | 1 | -6/+11 |
* | Annotate timeline in Instruments with passes and other timed regions. | Daniel Sanders | 2019-02-19 | 1 | -0/+6 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 1 | -1/+1 |
* | [Support] Add a public API to allow clearing all (static) timer groups. | Graydon Hoare | 2018-08-17 | 1 | -2/+13 |
* | [Timers] TimerGroup: add constructor from StringMap<TimeRecord> | Roman Lebedev | 2018-05-16 | 1 | -0/+9 |
* | [Timers] TimerGroup: make printJSONValues() method public | Roman Lebedev | 2018-05-16 | 1 | -0/+2 |
* | [Timers] TimerGroup::printJSONValue(): print doubles with no precision loss | Roman Lebedev | 2018-05-16 | 1 | -3/+7 |
* | [Timers] TimerGroup::printJSONValues(): print mem timer with .mem suffix | Roman Lebedev | 2018-05-16 | 1 | -1/+1 |
* | [Support] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-08 | 1 | -1/+1 |
* | Make LLVM timer reprintable: that is, make more than one print action on the ... | George Karpenkov | 2018-02-10 | 1 | -2/+10 |
* | [YAML] Add support for non-printable characters | Francis Visoiu Mistrih | 2017-12-18 | 1 | -2/+4 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
* | [ManagedStatic] Avoid putting function pointers in template args. | Benjamin Kramer | 2017-05-29 | 1 | -3/+5 |
* | Try to work around MSVC being buggy. Attempt #1. | Benjamin Kramer | 2017-05-29 | 1 | -1/+3 |
* | [Timer] Move DefaultTimerGroup into a ManagedStatic. | Benjamin Kramer | 2017-05-29 | 1 | -3/+4 |
* | Change default TimerGroup singleton to use magic statics | Erich Keane | 2017-02-16 | 1 | -16/+3 |
* | Statistic/Timer: Include timers in PrintStatisticsJSON(). | Matthias Braun | 2016-11-18 | 1 | -11/+51 |
* | Timer: Track name and description. | Matthias Braun | 2016-11-18 | 1 | -18/+23 |
* | Timer: Remove group-less NamedRegionTimer constructor. | Matthias Braun | 2016-11-10 | 1 | -14/+0 |
* | Remove TimeValue usage from llvm/Support | Pavel Labath | 2016-10-24 | 1 | -4/+6 |
* | Timer: Fix doxygen comments, use member initializer; NFC | Matthias Braun | 2016-10-14 | 1 | -16/+12 |
* | Test commit. Removes some spaces. No functionality changed. | Alina Sbirlea | 2016-06-03 | 1 | -22/+22 |
* | [Support] Allow multiple paired calls to {start,stop}Timer() | Vedant Kumar | 2015-12-22 | 1 | -18/+14 |
* | [Support] Timer: Use emplace_back() and range-based loops (NFC) | Vedant Kumar | 2015-12-21 | 1 | -4/+4 |
* | [Support] Timer: simplify the init() method | Vedant Kumar | 2015-12-21 | 1 | -5/+1 |
* | Simplify memory management with std::unique_ptr. | Rafael Espindola | 2015-12-16 | 1 | -16/+12 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -2/+2 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -2/+2 |
* | Purge unused includes throughout libSupport. | Benjamin Kramer | 2015-03-23 | 1 | -2/+0 |
* | Modernize raw_fd_ostream's constructor a bit. | Rafael Espindola | 2014-08-25 | 1 | -4/+4 |
* | Kill the LLVM global lock. | Zachary Turner | 2014-06-19 | 1 | -2/+2 |
* | Revert r211066, 211067, 211068, 211069, 211070. | Zachary Turner | 2014-06-16 | 1 | -2/+3 |
* | Kill the LLVM global lock. | Zachary Turner | 2014-06-16 | 1 | -1/+1 |
* | Remove some more code out into a separate CL. | Zachary Turner | 2014-06-16 | 1 | -1/+1 |
* | Users of the llvm global mutex must now acquire it manually. | Zachary Turner | 2014-06-16 | 1 | -3/+2 |
* | Revert "Remove support for runtime multi-threading." | Zachary Turner | 2014-06-10 | 1 | -1/+2 |
* | Remove support for runtime multi-threading. | Zachary Turner | 2014-06-10 | 1 | -2/+1 |
* | raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne... | Benjamin Kramer | 2014-04-29 | 1 | -0/+1 |
* | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-15 | 1 | -2/+2 |
* | [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to... | Craig Topper | 2014-04-09 | 1 | -2/+2 |
* | [C++11] Make use of 'nullptr' in the Support library. | Craig Topper | 2014-04-07 | 1 | -8/+8 |
* | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -1/+0 |
* | Revert "[C++11] Replace LLVM atomics with std::atomic." | Benjamin Kramer | 2014-03-03 | 1 | -2/+2 |
* | [C++11] Replace LLVM atomics with std::atomic. | Benjamin Kramer | 2014-03-03 | 1 | -2/+2 |
* | Replace the F_Binary flag with a F_Text one. | Rafael Espindola | 2014-02-24 | 1 | -2/+2 |