summaryrefslogtreecommitdiff
path: root/lib/Support/Statistic.cpp
Commit message (Expand)AuthorAge
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-08
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Silence tsan false-positives (tsan can't track things which are only safe due toNick Lewycky2011-12-05
* Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer2011-10-16
* Support: Add llvm::AreStatisticsEnabled().Daniel Dunbar2011-02-26
* Merge System into Support.Michael J. Spencer2010-11-29
* remove trailing whitespaceJim Grosbach2010-08-17
* Introduce namespace-scope functions to enable LLVM statistics withoutDouglas Gregor2010-03-30
* rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile andChris Lattner2010-03-30
* if a timergroup is destroyed before its timers, print times.Chris Lattner2010-03-30
* Change errs() to dbgs().David Greene2010-01-05
* Avoid using mutex locks if not in multithreaded mode by using a SmartScopedMutexTorok Edwin2009-09-27
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-23
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-07
* Use atomic operations when accessing statistics, and make the lazy initializa...Owen Anderson2009-06-23
* Guard the statistics table.Owen Anderson2009-06-22
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* eliminate constructor from Statistic class. It is now impossible to get aChris Lattner2006-12-19
* Refactor statistic a big and introduce a horrible-but-necessary macroChris Lattner2006-12-19
* Change the implementation of statistic to not need destructors at all.Chris Lattner2006-12-08
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-07
* Removed more <iostream> includesBill Wendling2006-12-07
* merge the Statistic and StatisticBase classes, eliminating virtual methodsChris Lattner2006-12-06
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* Instantiate Statistic<> in one place, not in every .o file that uses it.Chris Lattner2006-08-30
* Add some out-of-line virtual dtors so that the class has a "home", preventingChris Lattner2006-06-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* Changes For Bug 352Reid Spencer2004-09-01
* Pass std::string to constructor as const reference to avoid multipleAlkis Evlogimenos2004-01-06
* Finegrainify namespacificationChris Lattner2003-12-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* This file uses stable_sortChris Lattner2003-08-13
* Move debug functionality to Debug.cpp/Debug.hChris Lattner2003-08-01
* Add a new info-output-file option (hidden from --help) which is to be used byChris Lattner2003-05-09
* Remove the -debug option from release executablesChris Lattner2003-02-09
* Add #includeChris Lattner2002-10-27
* added cast to unsigned to compile with gcc3.2 (sparc)Anand Shukla2002-10-04
* - Rework Statistics:Chris Lattner2002-10-01
* *** empty log message ***Chris Lattner2002-07-22
* Implement a new command line option, -debug, which is meant to unify all ofChris Lattner2002-05-22
* Initial checkin of Statistic class.Chris Lattner2002-05-10