aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Timer.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-7/+7
* Slight cosmetic fixesEli Bendersky2013-02-261-7/+2
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-2/+2
* Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper2012-09-161-3/+4
* 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