index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Timer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove some uses of llvm/Support/Streams.h
Chris Lattner
2009-08-23
1
-50
/
+28
*
Have scoped mutexes take referenes instead of pointers.
Owen Anderson
2009-07-07
1
-7
/
+7
*
Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses...
Owen Anderson
2009-06-23
1
-1
/
+53
*
Revert my last series of commits related to Timer and 64-bit atomics. Not al...
Owen Anderson
2009-06-23
1
-19
/
+19
*
Switched size_t to int64_t to prevent type mismatch in call to max.
Lang Hames
2009-06-23
1
-2
/
+2
*
Actually, these need to be signed integers, not unsigned.
Owen Anderson
2009-06-23
1
-2
/
+2
*
Use 64-bit integer counters for tracking time, rather than doubles. This wil...
Owen Anderson
2009-06-23
1
-17
/
+17
*
Make the lazy initialization of DefaultTimerGroup threadsafe.
Owen Anderson
2009-06-23
1
-8
/
+14
*
Revert r73923, which broke clang.
Owen Anderson
2009-06-23
1
-18
/
+10
*
Add guards around timer groups, which can be shared.
Owen Anderson
2009-06-22
1
-10
/
+18
*
Reapply 53476 and 53480, with a fix so that it properly updates
Dan Gohman
2008-07-14
1
-2
/
+34
*
Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.
Evan Cheng
2008-07-12
1
-34
/
+2
*
Add support for putting NamedRegionTimers in TimerGroups, and
Dan Gohman
2008-07-11
1
-2
/
+34
*
Use find instead of lower_bound.
Dan Gohman
2008-07-11
1
-2
/
+2
*
Append to the ActiveTimers std::vector before looking at the timer instead
Dan Gohman
2008-06-24
1
-1
/
+1
*
Make these variables static.
Dan Gohman
2008-04-23
1
-2
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+355