aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Statistic.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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 SmartScopedMutexEdwin Török2009-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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+121