index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
Timer.h
Age
Commit message (
Expand
)
Author
2009-02-18
allow TimeRegion to take a potentially-null pointer to a
Chris Lattner
2008-07-14
Reapply 53476 and 53480, with a fix so that it properly updates
Dan Gohman
2008-07-12
Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.
Evan Cheng
2008-07-11
Add support for putting NamedRegionTimers in TimerGroups, and
Dan Gohman
2008-07-07
Add explicit keywords.
Dan Gohman
2008-07-01
Fix apostrophes in a comment.
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-29
Fix quotes.
Chris Lattner
2005-01-29
Unbreak VC++ build
Jeff Cohen
2005-01-29
Memory used is a delta between memuse at the start of the time and the
Chris Lattner
2005-01-08
Use size_t instead of long to represent memory usage. long is 32 bits
Jeff Cohen
2004-09-01
Changes For Bug 352
Reid Spencer
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM notice.
John Criswell
2003-10-06
Doxygenize class comments. Add new NamedRegionTimer class
Chris Lattner
2003-07-25
Add includes of assert
Chris Lattner
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-05-09
Updates to match recent timer updates
Chris Lattner
2002-11-18
Add facility to compute peak memory usage
Chris Lattner
2002-11-04
Allow memory sizes to be negative, eliminate TmpRSS
Chris Lattner
2002-10-03
The wall clock timer (implementing using the RTC or cycle counter on x86) is
Chris Lattner
2002-10-01
Checkin generic interval timer support
Chris Lattner