aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Timer.h
Commit message (Expand)AuthorAgeFilesLines
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-231-2/+2
* Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses...Owen Anderson2009-06-231-4/+21
* Revert my last series of commits related to Timer and 64-bit atomics. Not al...Owen Anderson2009-06-231-10/+10
* Actually, these need to be signed integers, not unsigned.Owen Anderson2009-06-231-10/+10
* Use 64-bit integer counters for tracking time, rather than doubles. This wil...Owen Anderson2009-06-231-10/+10
* Revert r73923, which broke clang.Owen Anderson2009-06-231-1/+0
* Add guards around timer groups, which can be shared.Owen Anderson2009-06-221-0/+1
* allow TimeRegion to take a potentially-null pointer to aChris Lattner2009-02-181-4/+9
* Reapply 53476 and 53480, with a fix so that it properly updatesDan Gohman2008-07-141-0/+2
* Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.Evan Cheng2008-07-121-2/+0
* Add support for putting NamedRegionTimers in TimerGroups, andDan Gohman2008-07-111-0/+2
* Add explicit keywords.Dan Gohman2008-07-071-4/+4
* Fix apostrophes in a comment.Dan Gohman2008-07-011-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+165