aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Timer.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-231-50/+28
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-071-7/+7
* Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses...Owen Anderson2009-06-231-1/+53
* Revert my last series of commits related to Timer and 64-bit atomics. Not al...Owen Anderson2009-06-231-19/+19
* Switched size_t to int64_t to prevent type mismatch in call to max.Lang Hames2009-06-231-2/+2
* Actually, these need to be signed integers, not unsigned.Owen Anderson2009-06-231-2/+2
* Use 64-bit integer counters for tracking time, rather than doubles. This wil...Owen Anderson2009-06-231-17/+17
* Make the lazy initialization of DefaultTimerGroup threadsafe.Owen Anderson2009-06-231-8/+14
* Revert r73923, which broke clang.Owen Anderson2009-06-231-18/+10
* Add guards around timer groups, which can be shared.Owen Anderson2009-06-221-10/+18
* Reapply 53476 and 53480, with a fix so that it properly updatesDan Gohman2008-07-141-2/+34
* Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.Evan Cheng2008-07-121-34/+2
* Add support for putting NamedRegionTimers in TimerGroups, andDan Gohman2008-07-111-2/+34
* Use find instead of lower_bound.Dan Gohman2008-07-111-2/+2
* Append to the ActiveTimers std::vector before looking at the timer insteadDan Gohman2008-06-241-1/+1
* Make these variables static.Dan Gohman2008-04-231-2/+2
* 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/+355