Age | Commit message (Expand) | Author |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2011-11-05 | Add more PRI.64 macros for MSVC and use them throughout the codebase. | Benjamin Kramer |
2011-10-16 | Let printf do the formatting instead aligning strings ourselves. | Benjamin Kramer |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-08-07 | Roll back my last two commits, valgrind complains. | Benjamin Kramer |
2010-08-07 | Kill rarely used std::sort. | Benjamin Kramer |
2010-06-18 | Give NamedRegionTimer an Enabled flag, allowing all its clients to | Dan Gohman |
2010-05-19 | Add a comment explaining why this code uses Append mode. | Dan Gohman |
2010-04-15 | Fix a bunch of namespace polution. | Dan Gohman |
2010-03-30 | stringref'ize Timer apis | Chris Lattner |
2010-03-30 | finally, maintain a global list of timer groups, allowing us to | Chris Lattner |
2010-03-30 | add a new TimerGroup::print method, and refactor away the bogus | Chris Lattner |
2010-03-30 | rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile and | Chris Lattner |
2010-03-30 | if a timergroup is destroyed before its timers, print times. | Chris Lattner |
2010-03-30 | change TimerGroup to keep a linked list of active timers | Chris Lattner |
2010-03-30 | reapply my timer rewrite with a change for PassManager to store | Chris Lattner |
2010-03-30 | revert r99862 which is causing FNT failures. | Chris Lattner |
2010-03-30 | fairly major rewrite of various timing related stuff. | Chris Lattner |
2010-03-29 | move a function into a more logical place in the file | Chris Lattner |
2010-03-29 | remove support for per-time peak memory tracking, this | Chris Lattner |
2010-03-29 | various timer fixes: move operator= out of line, | Chris Lattner |
2010-03-29 | s/.../. | Chris Lattner |
2010-03-29 | move code around and improve indentation, no functionality change. | Chris Lattner |
2010-01-05 | Change errs() to dbgs(). | David Greene |
2009-11-17 | Fix a race condition in the Timer class. | Owen Anderson |
2009-11-07 | Trailing whitespace. | Mikhail Glushenkov |
2009-08-23 | remove some uses of llvm/Support/Streams.h | Chris Lattner |
2009-07-07 | Have scoped mutexes take referenes instead of pointers. | Owen Anderson |
2009-06-23 | Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses... | Owen Anderson |
2009-06-23 | Revert my last series of commits related to Timer and 64-bit atomics. Not al... | Owen Anderson |
2009-06-23 | Switched size_t to int64_t to prevent type mismatch in call to max. | Lang Hames |
2009-06-23 | Actually, these need to be signed integers, not unsigned. | Owen Anderson |
2009-06-23 | Use 64-bit integer counters for tracking time, rather than doubles. This wil... | Owen Anderson |
2009-06-23 | Make the lazy initialization of DefaultTimerGroup threadsafe. | Owen Anderson |
2009-06-23 | Revert r73923, which broke clang. | Owen Anderson |
2009-06-22 | Add guards around timer groups, which can be shared. | Owen Anderson |
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-11 | Use find instead of lower_bound. | Dan Gohman |
2008-06-24 | Append to the ActiveTimers std::vector before looking at the timer instead | Dan Gohman |
2008-04-23 | Make these variables static. | Dan Gohman |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2006-12-07 | Removed more <iostream> includes | Bill Wendling |
2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner |
2006-10-04 | Fix more static dtor issues | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-03-22 | Timers SHOULD NOT record the time taken to count the bytes allocated in the h... | Chris Lattner |
2005-02-09 | Don't print a 'Total Execution Time' line for the 'Miscellaneous Ungrouped | Chris Lattner |
2005-01-29 | Memory used is a delta between memuse at the start of the time and the | Chris Lattner |