Age | Commit message (Expand) | Author | Files | Lines |
2022-08-25 | [Timer][Statistics] Make global constructor ordering more robust | Nicolai Hähnle | 1 | -1/+2 |
2021-11-06 | [llvm] Use llvm::reverse (NFC) | Kazu Hirata | 1 | -2/+1 |
2021-10-11 | Revert "Allow signposts to take advantage of deferred string substitution" | Jonas Devlieghere | 1 | -1/+1 |
2021-07-16 | Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it... | Mehdi Amini | 1 | -14/+39 |
2021-07-16 | Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to... | Mehdi Amini | 1 | -39/+14 |
2021-07-16 | Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it... | Mehdi Amini | 1 | -14/+39 |
2021-07-16 | Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to... | Mehdi Amini | 1 | -39/+14 |
2021-07-16 | Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it... | Mehdi Amini | 1 | -14/+39 |
2021-06-14 | Allow signposts to take advantage of deferred string substitution | Adrian Prantl | 1 | -1/+1 |
2021-06-14 | Revert "Allow signposts to take advantage of deferred string substitution" | Adrian Prantl | 1 | -1/+1 |
2021-06-14 | Allow signposts to take advantage of deferred string substitution | Adrian Prantl | 1 | -1/+1 |
2021-06-12 | Revert "Allow signposts to take advantage of deferred string substitution" | Florian Hahn | 1 | -1/+1 |
2021-06-11 | Allow signposts to take advantage of deferred string substitution | Adrian Prantl | 1 | -1/+1 |
2021-06-11 | Revert "Allow signposts to take advantage of deferred string substitution" | Adrian Prantl | 1 | -1/+1 |
2021-06-11 | Allow signposts to take advantage of deferred string substitution | Adrian Prantl | 1 | -1/+1 |
2021-04-06 | [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste... | Abhina Sreeskantharajan | 1 | -1/+1 |
2021-02-11 | [Timer] On macOS count number of executed instructions | Alex Hoppen | 1 | -0/+30 |
2021-01-06 | [Support] Untie the llvm::Signpost interface from llvm::Timer | Jonas Devlieghere | 1 | -2/+2 |
2020-11-28 | [Timer] Add a command option to enable/disable timer sorting. | Paul C. Anagnostopoulos | 1 | -2/+8 |
2020-03-13 | [Clang][Driver] In -fintegrated-cc1 mode, avoid crashing on exit after a comp... | Alexandre Ganea | 1 | -0/+4 |
2020-01-28 | Make llvm::StringRef to std::string conversions explicit. | Benjamin Kramer | 1 | -1/+2 |
2019-11-11 | Timer - fix shadow variable warnings for Name/Description members. NFC. | Simon Pilgrim | 1 | -5/+6 |
2019-08-15 | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 1 | -4/+4 |
2019-08-05 | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 1 | -1/+1 |
2019-03-22 | [Legacy][TimePasses] allow -time-passes reporting into a custom stream | Fedor Sergeev | 1 | -6/+11 |
2019-02-19 | Annotate timeline in Instruments with passes and other timed regions. | Daniel Sanders | 1 | -0/+6 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-09-27 | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 1 | -1/+1 |
2018-08-17 | [Support] Add a public API to allow clearing all (static) timer groups. | Graydon Hoare | 1 | -2/+13 |
2018-05-16 | [Timers] TimerGroup: add constructor from StringMap<TimeRecord> | Roman Lebedev | 1 | -0/+9 |
2018-05-16 | [Timers] TimerGroup: make printJSONValues() method public | Roman Lebedev | 1 | -0/+2 |
2018-05-16 | [Timers] TimerGroup::printJSONValue(): print doubles with no precision loss | Roman Lebedev | 1 | -3/+7 |
2018-05-16 | [Timers] TimerGroup::printJSONValues(): print mem timer with .mem suffix | Roman Lebedev | 1 | -1/+1 |
2018-04-08 | [Support] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 1 | -1/+1 |
2018-02-10 | Make LLVM timer reprintable: that is, make more than one print action on the ... | George Karpenkov | 1 | -2/+10 |
2017-12-18 | [YAML] Add support for non-printable characters | Francis Visoiu Mistrih | 1 | -2/+4 |
2017-06-06 | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 1 | -1/+1 |
2017-05-29 | [ManagedStatic] Avoid putting function pointers in template args. | Benjamin Kramer | 1 | -3/+5 |
2017-05-29 | Try to work around MSVC being buggy. Attempt #1. | Benjamin Kramer | 1 | -1/+3 |
2017-05-29 | [Timer] Move DefaultTimerGroup into a ManagedStatic. | Benjamin Kramer | 1 | -3/+4 |
2017-02-16 | Change default TimerGroup singleton to use magic statics | Erich Keane | 1 | -16/+3 |
2016-11-18 | Statistic/Timer: Include timers in PrintStatisticsJSON(). | Matthias Braun | 1 | -11/+51 |
2016-11-18 | Timer: Track name and description. | Matthias Braun | 1 | -18/+23 |
2016-11-10 | Timer: Remove group-less NamedRegionTimer constructor. | Matthias Braun | 1 | -14/+0 |
2016-10-24 | Remove TimeValue usage from llvm/Support | Pavel Labath | 1 | -4/+6 |
2016-10-14 | Timer: Fix doxygen comments, use member initializer; NFC | Matthias Braun | 1 | -16/+12 |
2016-06-03 | Test commit. Removes some spaces. No functionality changed. | Alina Sbirlea | 1 | -22/+22 |
2015-12-22 | [Support] Allow multiple paired calls to {start,stop}Timer() | Vedant Kumar | 1 | -18/+14 |
2015-12-21 | [Support] Timer: Use emplace_back() and range-based loops (NFC) | Vedant Kumar | 1 | -4/+4 |
2015-12-21 | [Support] Timer: simplify the init() method | Vedant Kumar | 1 | -5/+1 |