| Commit message (Expand) | Author | Age | Files | Lines |
| * | Statistic - Fix MSVC shadow warning against global PrintOnExit static variabl... | Simon Pilgrim | 2019-11-21 | 1 | -2/+2 |
| * | Fix builds where LLVM_ENABLE_STATS is disabled | Simon Pilgrim | 2019-11-09 | 1 | -1/+1 |
| * | Statistic - Fix shadow variable warning. NFCI. | Simon Pilgrim | 2019-11-09 | 1 | -4/+4 |
| * | [Stats] Add ALWAYS_ENABLED_STATISTIC enabled regardless of LLVM_ENABLE_STATS. | Volodymyr Sapsai | 2019-10-11 | 1 | -14/+13 |
| * | Use llvm::stable_sort | Fangrui Song | 2019-04-23 | 1 | -2/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Fix lock order inversion between ManagedStatic and Statistic | Bob Haarman | 2018-04-17 | 1 | -2/+13 |
| * | Support resetting STATISTIC() values using llvm::ResetStatistics() | Daniel Sanders | 2018-03-08 | 1 | -3/+31 |
| * | PrintStatistics() and PrintStatisticsJSON() should take StatLock | Daniel Sanders | 2018-03-06 | 1 | -0/+2 |
| * | Re-commit: Make STATISTIC() values available programmatically | Daniel Sanders | 2018-03-05 | 1 | -5/+25 |
| * | Revert r326723: Make STATISTIC() values available programmatically | Daniel Sanders | 2018-03-05 | 1 | -25/+5 |
| * | Make STATISTIC() values available programmatically | Daniel Sanders | 2018-03-05 | 1 | -5/+25 |
| * | [ADT] Replace sys::MemoryFence with standard atomics. | Benjamin Kramer | 2018-02-01 | 1 | -6/+2 |
| * | [YAML] Add support for non-printable characters | Francis Visoiu Mistrih | 2017-12-18 | 1 | -2/+3 |
| * | Mark all library options as hidden. | Zachary Turner | 2017-12-01 | 1 | -4/+6 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Statistic/Timer: Include timers in PrintStatisticsJSON(). | Matthias Braun | 2016-11-18 | 1 | -16/+16 |
| * | Statistic: Bring back printing on exit by default | Matthias Braun | 2016-09-27 | 1 | -2/+4 |
| * | Statistic: Only print statistics on exit for -stats | Matthias Braun | 2016-09-26 | 1 | -8/+9 |
| * | Statistic: Add machine parseable json output | Matthias Braun | 2016-06-15 | 1 | -14/+60 |
| * | Simplify memory management with std::unique_ptr. | Rafael Espindola | 2015-12-16 | 1 | -11/+6 |
| * | Support: Clean up TSan annotations. | Peter Collingbourne | 2015-08-18 | 1 | -0/+1 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
| * | Revert "[C++11] Replace LLVM atomics with std::atomic." | Benjamin Kramer | 2014-03-03 | 1 | -1/+1 |
| * | [C++11] Replace LLVM atomics with std::atomic. | Benjamin Kramer | 2014-03-03 | 1 | -1/+1 |
| * | Now that we have C++11, turn simple functors into lambdas and remove a ton of... | Benjamin Kramer | 2014-03-01 | 1 | -15/+8 |
| * | Disable statistics on Release builds and move tests that depend on -stats. | Jan Wen Voung | 2013-03-08 | 1 | -1/+17 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
| * | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
| * | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
| * | Silence tsan false-positives (tsan can't track things which are only safe due to | Nick Lewycky | 2011-12-05 | 1 | -0/+3 |
| * | Let printf do the formatting instead aligning strings ourselves. | Benjamin Kramer | 2011-10-16 | 1 | -7/+6 |
| * | Support: Add llvm::AreStatisticsEnabled(). | Daniel Dunbar | 2011-02-26 | 1 | -0/+4 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
| * | remove trailing whitespace | Jim Grosbach | 2010-08-17 | 1 | -7/+7 |
| * | Introduce namespace-scope functions to enable LLVM statistics without | Douglas Gregor | 2010-03-30 | 1 | -21/+37 |
| * | rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile and | Chris Lattner | 2010-03-30 | 1 | -6/+5 |
| * | if a timergroup is destroyed before its timers, print times. | Chris Lattner | 2010-03-30 | 1 | -1/+1 |
| * | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -1/+2 |
| * | Avoid using mutex locks if not in multithreaded mode by using a SmartScopedMutex | Torok Edwin | 2009-09-27 | 1 | -2/+2 |
| * | remove some uses of llvm/Support/Streams.h | Chris Lattner | 2009-08-23 | 1 | -6/+6 |
| * | Have scoped mutexes take referenes instead of pointers. | Owen Anderson | 2009-07-07 | 1 | -1/+1 |
| * | Use atomic operations when accessing statistics, and make the lazy initializa... | Owen Anderson | 2009-06-23 | 1 | -4/+8 |
| * | Guard the statistics table. | Owen Anderson | 2009-06-22 | 1 | -1/+3 |
| * | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -0/+4 |
| * | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 1 | -2/+2 |
| * | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 1 | -0/+1 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | eliminate constructor from Statistic class. It is now impossible to get a | Chris Lattner | 2006-12-19 | 1 | -4/+4 |