| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Roll back my last two commits, valgrind complains. | Benjamin Kramer | 2010-08-07 | 1 | -1/+2 |
* | A reference to the Timer's name is safe, it outlives the contents of the vector. | Benjamin Kramer | 2010-08-07 | 1 | -2/+1 |
* | Give NamedRegionTimer an Enabled flag, allowing all its clients to | Dan Gohman | 2010-06-18 | 1 | -2/+4 |
* | stringref'ize Timer apis | Chris Lattner | 2010-03-30 | 1 | -9/+9 |
* | finally, maintain a global list of timer groups, allowing us to | Chris Lattner | 2010-03-30 | 1 | -3/+6 |
* | add a new TimerGroup::print method, and refactor away the bogus | Chris Lattner | 2010-03-30 | 1 | -14/+8 |
* | if a timergroup is destroyed before its timers, print times. | Chris Lattner | 2010-03-30 | 1 | -5/+1 |
* | change TimerGroup to keep a linked list of active timers | Chris Lattner | 2010-03-30 | 1 | -11/+23 |
* | reapply my timer rewrite with a change for PassManager to store | Chris Lattner | 2010-03-30 | 1 | -36/+71 |
* | revert r99862 which is causing FNT failures. | Chris Lattner | 2010-03-30 | 1 | -71/+36 |
* | fairly major rewrite of various timing related stuff. | Chris Lattner | 2010-03-30 | 1 | -36/+71 |
* | remove support for per-time peak memory tracking, this | Chris Lattner | 2010-03-29 | 1 | -10/+0 |
* | various timer fixes: move operator= out of line, | Chris Lattner | 2010-03-29 | 1 | -34/+7 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | Fix apostrophos. | Dan Gohman | 2009-09-15 | 1 | -1/+1 |
* | remove some uses of llvm/Support/Streams.h | Chris Lattner | 2009-08-23 | 1 | -2/+2 |
* | Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses... | Owen Anderson | 2009-06-23 | 1 | -4/+21 |
* | Revert my last series of commits related to Timer and 64-bit atomics. Not al... | Owen Anderson | 2009-06-23 | 1 | -10/+10 |
* | Actually, these need to be signed integers, not unsigned. | Owen Anderson | 2009-06-23 | 1 | -10/+10 |
* | Use 64-bit integer counters for tracking time, rather than doubles. This wil... | Owen Anderson | 2009-06-23 | 1 | -10/+10 |
* | Revert r73923, which broke clang. | Owen Anderson | 2009-06-23 | 1 | -1/+0 |
* | Add guards around timer groups, which can be shared. | Owen Anderson | 2009-06-22 | 1 | -0/+1 |
* | allow TimeRegion to take a potentially-null pointer to a | Chris Lattner | 2009-02-18 | 1 | -4/+9 |
* | Reapply 53476 and 53480, with a fix so that it properly updates | Dan Gohman | 2008-07-14 | 1 | -0/+2 |
* | Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art. | Evan Cheng | 2008-07-12 | 1 | -2/+0 |
* | Add support for putting NamedRegionTimers in TimerGroups, and | Dan Gohman | 2008-07-11 | 1 | -0/+2 |
* | Add explicit keywords. | Dan Gohman | 2008-07-07 | 1 | -4/+4 |
* | Fix apostrophes in a comment. | Dan Gohman | 2008-07-01 | 1 | -1/+1 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -3/+3 |
* | Fix quotes. | Chris Lattner | 2005-01-29 | 1 | -1/+1 |
* | Unbreak VC++ build | Jeff Cohen | 2005-01-29 | 1 | -0/+1 |
* | Memory used is a delta between memuse at the start of the time and the | Chris Lattner | 2005-01-29 | 1 | -2/+2 |
* | Use size_t instead of long to represent memory usage. long is 32 bits | Jeff Cohen | 2005-01-08 | 1 | -5/+5 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -3/+3 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM notice. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Doxygenize class comments. Add new NamedRegionTimer class | Chris Lattner | 2003-10-06 | 1 | -20/+32 |
* | Add includes of assert | Chris Lattner | 2003-07-25 | 1 | -0/+1 |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -1/+0 |
* | Remove a ton of extraneous #includes | Chris Lattner | 2003-06-22 | 1 | -2/+1 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+2 |
* | Updates to match recent timer updates | Chris Lattner | 2003-05-09 | 1 | -1/+2 |
* | Add facility to compute peak memory usage | Chris Lattner | 2002-11-18 | 1 | -0/+11 |
* | Allow memory sizes to be negative, eliminate TmpRSS | Chris Lattner | 2002-11-04 | 1 | -5/+3 |
* | The wall clock timer (implementing using the RTC or cycle counter on x86) is | Chris Lattner | 2002-10-03 | 1 | -7/+1 |
* | Checkin generic interval timer support | Chris Lattner | 2002-10-01 | 1 | -0/+136 |