aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Timer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+0
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+4
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-10/+11
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+2
* Add a wrapper for open.Rafael Espindola2013-07-161-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-051-1/+1
* Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer2011-10-161-10/+6
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* Roll back my last two commits, valgrind complains.Benjamin Kramer2010-08-071-3/+2
* Kill rarely used std::sort.Benjamin Kramer2010-08-071-2/+3
* Give NamedRegionTimer an Enabled flag, allowing all its clients toDan Gohman2010-06-181-4/+6
* Add a comment explaining why this code uses Append mode.Dan Gohman2010-05-191-0/+4
* Fix a bunch of namespace polution.Dan Gohman2010-04-151-0/+4
* stringref'ize Timer apisChris Lattner2010-03-301-16/+15
* finally, maintain a global list of timer groups, allowing us to Chris Lattner2010-03-301-0/+30
* add a new TimerGroup::print method, and refactor away the bogusChris Lattner2010-03-301-31/+52
* rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile andChris Lattner2010-03-301-12/+9
* if a timergroup is destroyed before its timers, print times.Chris Lattner2010-03-301-5/+13
* change TimerGroup to keep a linked list of active timers Chris Lattner2010-03-301-55/+67
* reapply my timer rewrite with a change for PassManager to store Chris Lattner2010-03-301-139/+85
* revert r99862 which is causing FNT failures.Chris Lattner2010-03-301-85/+139
* fairly major rewrite of various timing related stuff.Chris Lattner2010-03-301-139/+85
* move a function into a more logical place in the fileChris Lattner2010-03-291-22/+21
* remove support for per-time peak memory tracking, thisChris Lattner2010-03-291-29/+4
* various timer fixes: move operator= out of line,Chris Lattner2010-03-291-13/+20
* s/.../.Chris Lattner2010-03-291-7/+7
* move code around and improve indentation, no functionality change.Chris Lattner2010-03-291-126/+124
* Change errs() to dbgs().David Greene2010-01-051-1/+2
* Fix a race condition in the Timer class.Owen Anderson2009-11-171-38/+5
* Trailing whitespace.Mikhail Glushenkov2009-11-071-7/+7
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-231-50/+28
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-071-7/+7
* Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses...Owen Anderson2009-06-231-1/+53
* Revert my last series of commits related to Timer and 64-bit atomics. Not al...Owen Anderson2009-06-231-19/+19
* Switched size_t to int64_t to prevent type mismatch in call to max.Lang Hames2009-06-231-2/+2
* Actually, these need to be signed integers, not unsigned.Owen Anderson2009-06-231-2/+2
* Use 64-bit integer counters for tracking time, rather than doubles. This wil...Owen Anderson2009-06-231-17/+17
* Make the lazy initialization of DefaultTimerGroup threadsafe.Owen Anderson2009-06-231-8/+14
* Revert r73923, which broke clang.Owen Anderson2009-06-231-18/+10
* Add guards around timer groups, which can be shared.Owen Anderson2009-06-221-10/+18
* Reapply 53476 and 53480, with a fix so that it properly updatesDan Gohman2008-07-141-2/+34
* Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.Evan Cheng2008-07-121-34/+2
* Add support for putting NamedRegionTimers in TimerGroups, andDan Gohman2008-07-111-2/+34
* Use find instead of lower_bound.Dan Gohman2008-07-111-2/+2
* Append to the ActiveTimers std::vector before looking at the timer insteadDan Gohman2008-06-241-1/+1
* Make these variables static.Dan Gohman2008-04-231-2/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Removed more <iostream> includesBill Wendling2006-12-071-7/+7