aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Timer.h
Commit message (Expand)AuthorAgeFilesLines
* Move to std::pair instead of TimersToPrintEntry.Shih-wei Liao2011-05-061-16/+1
* Merge upstream r127116Jush Lu2011-03-091-1/+1
|\
| * Merge System into Support.Michael J. Spencer2010-11-291-1/+1
| * Roll back my last two commits, valgrind complains.Benjamin Kramer2010-08-071-1/+2
| * A reference to the Timer's name is safe, it outlives the contents of the vector.Benjamin Kramer2010-08-071-2/+1
| * Give NamedRegionTimer an Enabled flag, allowing all its clients toDan Gohman2010-06-181-2/+4
| * stringref'ize Timer apisChris Lattner2010-03-301-9/+9
| * finally, maintain a global list of timer groups, allowing us to Chris Lattner2010-03-301-3/+6
| * add a new TimerGroup::print method, and refactor away the bogusChris Lattner2010-03-301-14/+8
| * if a timergroup is destroyed before its timers, print times.Chris Lattner2010-03-301-5/+1
| * change TimerGroup to keep a linked list of active timers Chris Lattner2010-03-301-11/+23
| * reapply my timer rewrite with a change for PassManager to store Chris Lattner2010-03-301-36/+71
| * revert r99862 which is causing FNT failures.Chris Lattner2010-03-301-71/+36
| * fairly major rewrite of various timing related stuff.Chris Lattner2010-03-301-36/+71
| * remove support for per-time peak memory tracking, thisChris Lattner2010-03-291-10/+0
| * various timer fixes: move operator= out of line,Chris Lattner2010-03-291-34/+7
| * Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
| * Fix apostrophos.Dan Gohman2009-09-151-1/+1
| * 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
| * Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
| * Fix quotes.Chris Lattner2005-01-291-1/+1
| * Unbreak VC++ buildJeff Cohen2005-01-291-0/+1
| * Memory used is a delta between memuse at the start of the time and theChris Lattner2005-01-291-2/+2
| * Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-081-5/+5
| * Changes For Bug 352Reid Spencer2004-09-011-3/+3
| * Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| * Added LLVM notice.John Criswell2003-10-201-0/+7
| * Doxygenize class comments. Add new NamedRegionTimer classChris Lattner2003-10-061-20/+32
| * Add includes of assertChris Lattner2003-07-251-0/+1
| * Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+0
| * Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+1
| * Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
| * Updates to match recent timer updatesChris Lattner2003-05-091-1/+2
| * Add facility to compute peak memory usageChris Lattner2002-11-181-0/+11
| * Allow memory sizes to be negative, eliminate TmpRSSChris Lattner2002-11-041-5/+3
| * The wall clock timer (implementing using the RTC or cycle counter on x86) isChris Lattner2002-10-031-7/+1
| * Checkin generic interval timer supportChris Lattner2002-10-011-0/+136