summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Statistic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Statistic - Fix MSVC shadow warning against global PrintOnExit static variabl...Simon Pilgrim2019-11-211-2/+2
* Fix builds where LLVM_ENABLE_STATS is disabledSimon Pilgrim2019-11-091-1/+1
* Statistic - Fix shadow variable warning. NFCI.Simon Pilgrim2019-11-091-4/+4
* [Stats] Add ALWAYS_ENABLED_STATISTIC enabled regardless of LLVM_ENABLE_STATS.Volodymyr Sapsai2019-10-111-14/+13
* Use llvm::stable_sortFangrui Song2019-04-231-2/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix lock order inversion between ManagedStatic and StatisticBob Haarman2018-04-171-2/+13
* Support resetting STATISTIC() values using llvm::ResetStatistics()Daniel Sanders2018-03-081-3/+31
* PrintStatistics() and PrintStatisticsJSON() should take StatLockDaniel Sanders2018-03-061-0/+2
* Re-commit: Make STATISTIC() values available programmaticallyDaniel Sanders2018-03-051-5/+25
* Revert r326723: Make STATISTIC() values available programmaticallyDaniel Sanders2018-03-051-25/+5
* Make STATISTIC() values available programmaticallyDaniel Sanders2018-03-051-5/+25
* [ADT] Replace sys::MemoryFence with standard atomics.Benjamin Kramer2018-02-011-6/+2
* [YAML] Add support for non-printable charactersFrancis Visoiu Mistrih2017-12-181-2/+3
* Mark all library options as hidden.Zachary Turner2017-12-011-4/+6
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Statistic/Timer: Include timers in PrintStatisticsJSON().Matthias Braun2016-11-181-16/+16
* Statistic: Bring back printing on exit by defaultMatthias Braun2016-09-271-2/+4
* Statistic: Only print statistics on exit for -statsMatthias Braun2016-09-261-8/+9
* Statistic: Add machine parseable json outputMatthias Braun2016-06-151-14/+60
* Simplify memory management with std::unique_ptr.Rafael Espindola2015-12-161-11/+6
* Support: Clean up TSan annotations.Peter Collingbourne2015-08-181-0/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Revert "[C++11] Replace LLVM atomics with std::atomic."Benjamin Kramer2014-03-031-1/+1
* [C++11] Replace LLVM atomics with std::atomic.Benjamin Kramer2014-03-031-1/+1
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-011-15/+8
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-081-1/+17
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* Silence tsan false-positives (tsan can't track things which are only safe due toNick Lewycky2011-12-051-0/+3
* Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer2011-10-161-7/+6
* Support: Add llvm::AreStatisticsEnabled().Daniel Dunbar2011-02-261-0/+4
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* remove trailing whitespaceJim Grosbach2010-08-171-7/+7
* Introduce namespace-scope functions to enable LLVM statistics withoutDouglas Gregor2010-03-301-21/+37
* rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile andChris Lattner2010-03-301-6/+5
* if a timergroup is destroyed before its timers, print times.Chris Lattner2010-03-301-1/+1
* Change errs() to dbgs().David Greene2010-01-051-1/+2
* Avoid using mutex locks if not in multithreaded mode by using a SmartScopedMutexTorok Edwin2009-09-271-2/+2
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-231-6/+6
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-071-1/+1
* Use atomic operations when accessing statistics, and make the lazy initializa...Owen Anderson2009-06-231-4/+8
* Guard the statistics table.Owen Anderson2009-06-221-1/+3
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-0/+4
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-2/+2
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* eliminate constructor from Statistic class. It is now impossible to get aChris Lattner2006-12-191-4/+4
OpenPOWER on IntegriCloud