summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Timer.h
Commit message (Expand)AuthorAge
* Reapply 53476 and 53480, with a fix so that it properly updatesDan Gohman2008-07-14
* Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.Evan Cheng2008-07-12
* Add support for putting NamedRegionTimers in TimerGroups, andDan Gohman2008-07-11
* Add explicit keywords.Dan Gohman2008-07-07
* Fix apostrophes in a comment.Dan Gohman2008-07-01
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix quotes.Chris Lattner2005-01-29
* Unbreak VC++ buildJeff Cohen2005-01-29
* Memory used is a delta between memuse at the start of the time and theChris Lattner2005-01-29
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-08
* Changes For Bug 352Reid Spencer2004-09-01
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM notice.John Criswell2003-10-20
* Doxygenize class comments. Add new NamedRegionTimer classChris Lattner2003-10-06
* Add includes of assertChris Lattner2003-07-25
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Updates to match recent timer updatesChris Lattner2003-05-09
* Add facility to compute peak memory usageChris Lattner2002-11-18
* Allow memory sizes to be negative, eliminate TmpRSSChris Lattner2002-11-04
* The wall clock timer (implementing using the RTC or cycle counter on x86) isChris Lattner2002-10-03
* Checkin generic interval timer supportChris Lattner2002-10-01