| Age | Commit message (Expand) | Author |
| 2018-02-10 | Make LLVM timer reprintable: that is, make more than one print action on the ... | George Karpenkov |
| 2017-12-18 | [YAML] Add support for non-printable characters | Francis Visoiu Mistrih |
| 2017-06-06 | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth |
| 2017-05-29 | [ManagedStatic] Avoid putting function pointers in template args. | Benjamin Kramer |
| 2017-05-29 | Try to work around MSVC being buggy. Attempt #1. | Benjamin Kramer |
| 2017-05-29 | [Timer] Move DefaultTimerGroup into a ManagedStatic. | Benjamin Kramer |
| 2017-02-16 | Change default TimerGroup singleton to use magic statics | Erich Keane |
| 2016-11-18 | Statistic/Timer: Include timers in PrintStatisticsJSON(). | Matthias Braun |
| 2016-11-18 | Timer: Track name and description. | Matthias Braun |
| 2016-11-10 | Timer: Remove group-less NamedRegionTimer constructor. | Matthias Braun |
| 2016-10-24 | Remove TimeValue usage from llvm/Support | Pavel Labath |
| 2016-10-14 | Timer: Fix doxygen comments, use member initializer; NFC | Matthias Braun |
| 2016-06-03 | Test commit. Removes some spaces. No functionality changed. | Alina Sbirlea |
| 2015-12-22 | [Support] Allow multiple paired calls to {start,stop}Timer() | Vedant Kumar |
| 2015-12-21 | [Support] Timer: Use emplace_back() and range-based loops (NFC) | Vedant Kumar |
| 2015-12-21 | [Support] Timer: simplify the init() method | Vedant Kumar |
| 2015-12-16 | Simplify memory management with std::unique_ptr. | Rafael Espindola |
| 2015-06-23 | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko |
| 2015-06-19 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko |
| 2015-03-23 | Purge unused includes throughout libSupport. | Benjamin Kramer |
| 2014-08-25 | Modernize raw_fd_ostream's constructor a bit. | Rafael Espindola |
| 2014-06-19 | Kill the LLVM global lock. | Zachary Turner |
| 2014-06-16 | Revert r211066, 211067, 211068, 211069, 211070. | Zachary Turner |
| 2014-06-16 | Kill the LLVM global lock. | Zachary Turner |
| 2014-06-16 | Remove some more code out into a separate CL. | Zachary Turner |
| 2014-06-16 | Users of the llvm global mutex must now acquire it manually. | Zachary Turner |
| 2014-06-10 | Revert "Remove support for runtime multi-threading." | Zachary Turner |
| 2014-06-10 | Remove support for runtime multi-threading. | Zachary Turner |
| 2014-04-29 | raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne... | Benjamin Kramer |
| 2014-04-15 | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper |
| 2014-04-09 | [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to... | Craig Topper |
| 2014-04-07 | [C++11] Make use of 'nullptr' in the Support library. | Craig Topper |
| 2014-03-06 | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles |
| 2014-03-03 | Revert "[C++11] Replace LLVM atomics with std::atomic." | Benjamin Kramer |
| 2014-03-03 | [C++11] Replace LLVM atomics with std::atomic. | Benjamin Kramer |
| 2014-02-24 | Replace the F_Binary flag with a F_Text one. | Rafael Espindola |
| 2013-07-16 | Add a wrapper for open. | Rafael Espindola |
| 2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
| 2011-11-05 | Add more PRI.64 macros for MSVC and use them throughout the codebase. | Benjamin Kramer |
| 2011-10-16 | Let printf do the formatting instead aligning strings ourselves. | Benjamin Kramer |
| 2010-11-29 | Merge System into Support. | Michael J. Spencer |
| 2010-08-07 | Roll back my last two commits, valgrind complains. | Benjamin Kramer |
| 2010-08-07 | Kill rarely used std::sort. | Benjamin Kramer |
| 2010-06-18 | Give NamedRegionTimer an Enabled flag, allowing all its clients to | Dan Gohman |
| 2010-05-19 | Add a comment explaining why this code uses Append mode. | Dan Gohman |
| 2010-04-15 | Fix a bunch of namespace polution. | Dan Gohman |
| 2010-03-30 | stringref'ize Timer apis | Chris Lattner |
| 2010-03-30 | finally, maintain a global list of timer groups, allowing us to | Chris Lattner |
| 2010-03-30 | add a new TimerGroup::print method, and refactor away the bogus | Chris Lattner |
| 2010-03-30 | rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile and | Chris Lattner |