2015-08-10 |
NAKAMURA Takumi | Reformat headers in ADT and Support partially. |
blob | commitdiff | raw |
2015-08-10 |
NAKAMURA Takumi | Whitespace. |
blob | commitdiff | raw | diff to current |
2015-08-10 |
NAKAMURA Takumi | Reformat linebreaks. |
blob | commitdiff | raw | diff to current |
2015-06-23 |
Alexander Kornienko | Revert r240137 (Fixed/added namespace ending comments... |
blob | commitdiff | raw | diff to current |
2015-06-19 |
Alexander Kornienko | Fixed/added namespace ending comments using clang-tidy... |
blob | commitdiff | raw | diff to current |
2015-03-23 |
Benjamin Kramer | Purge unused includes throughout libSupport. |
blob | commitdiff | raw | diff to current |
2015-02-15 |
Aaron Ballman | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the... |
blob | commitdiff | raw | diff to current |
2014-04-14 |
Craig Topper | [C++11] More 'nullptr' conversion. In some cases just... |
blob | commitdiff | raw | diff to current |
2014-04-07 |
Craig Topper | [C++11] Make use of 'nullptr' in the Support library. |
blob | commitdiff | raw | diff to current |
2013-02-26 |
Eli Bendersky | Slight cosmetic fixes |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Sort the #include lines for the include/... tree with... |
blob | commitdiff | raw | diff to current |
2012-09-16 |
Craig Topper | Use LLVM_DELETED_FUNCTION for copy constructors and... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
blob | commitdiff | raw | diff to current |
2010-08-07 |
Benjamin Kramer | Roll back my last two commits, valgrind complains. |
blob | commitdiff | raw | diff to current |
2010-08-07 |
Benjamin Kramer | A reference to the Timer's name is safe, it outlives... |
blob | commitdiff | raw | diff to current |
2010-06-18 |
Dan Gohman | Give NamedRegionTimer an Enabled flag, allowing all... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Chris Lattner | stringref'ize Timer apis |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Chris Lattner | finally, maintain a global list of timer groups, allowi... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Chris Lattner | add a new TimerGroup::print method, and refactor away... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Chris Lattner | if a timergroup is destroyed before its timers, print... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Chris Lattner | change TimerGroup to keep a linked list of active timers |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Chris Lattner | reapply my timer rewrite with a change for PassManager... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Chris Lattner | revert r99862 which is causing FNT failures. |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Chris Lattner | fairly major rewrite of various timing related stuff. |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Chris Lattner | remove support for per-time peak memory tracking, this |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Chris Lattner | various timer fixes: move operator= out of line, |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Chandler Carruth | Move DataTypes.h to include/llvm/System, update all... |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Dan Gohman | Fix apostrophos. |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | remove some uses of llvm/Support/Streams.h |
blob | commitdiff | raw | diff to current |
2009-06-23 |
Owen Anderson | Make timers threadsafe again. This isn't quite as... |
blob | commitdiff | raw | diff to current |
2009-06-23 |
Owen Anderson | Revert my last series of commits related to Timer and... |
blob | commitdiff | raw | diff to current |
2009-06-23 |
Owen Anderson | Actually, these need to be signed integers, not unsigned. |
blob | commitdiff | raw | diff to current |
2009-06-23 |
Owen Anderson | Use 64-bit integer counters for tracking time, rather... |
blob | commitdiff | raw | diff to current |
2009-06-23 |
Owen Anderson | Revert r73923, which broke clang. |
blob | commitdiff | raw | diff to current |
2009-06-22 |
Owen Anderson | Add guards around timer groups, which can be shared. |
blob | commitdiff | raw | diff to current |
2009-02-18 |
Chris Lattner | allow TimeRegion to take a potentially-null pointer... |
blob | commitdiff | raw | diff to current |
2008-07-14 |
Dan Gohman | Reapply 53476 and 53480, with a fix so that it properly... |
blob | commitdiff | raw | diff to current |
2008-07-12 |
Evan Cheng | Back out 53476 and 53480 for now. Somehow they cause... |
blob | commitdiff | raw | diff to current |
2008-07-11 |
Dan Gohman | Add support for putting NamedRegionTimers in TimerGroup... |
blob | commitdiff | raw | diff to current |
2008-07-07 |
Dan Gohman | Add explicit keywords. |
blob | commitdiff | raw | diff to current |
2008-07-01 |
Dan Gohman | Fix apostrophes in a comment. |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Don't attribute in file headers anymore. See llvmdev... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-01-29 |
Chris Lattner | Fix quotes. |
blob | commitdiff | raw | diff to current |
2005-01-29 |
Jeff Cohen | Unbreak VC++ build |
blob | commitdiff | raw | diff to current |
2005-01-29 |
Chris Lattner | Memory used is a delta between memuse at the start... |
blob | commitdiff | raw | diff to current |
2005-01-08 |
Jeff Cohen | Use size_t instead of long to represent memory usage... |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added LLVM notice. |
blob | commitdiff | raw | diff to current |
2003-10-06 |
Chris Lattner | Doxygenize class comments. Add new NamedRegionTimer... |
blob | commitdiff | raw | diff to current |
2003-07-25 |
Chris Lattner | Add includes of assert |
blob | commitdiff | raw | diff to current |
2003-06-30 |
John Criswell | Merged in autoconf branch. This provides configuration... |
blob | commitdiff | raw | diff to current |
2003-06-22 |
Chris Lattner | Remove a ton of extraneous #includes |
blob | commitdiff | raw | diff to current |
2003-06-11 |
John Criswell | Included assert.h so that the code compiles under newer... |
blob | commitdiff | raw | diff to current |
2003-05-09 |
Chris Lattner | Updates to match recent timer updates |
blob | commitdiff | raw | diff to current |
2002-11-18 |
Chris Lattner | Add facility to compute peak memory usage |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Chris Lattner | Allow memory sizes to be negative, eliminate TmpRSS |
blob | commitdiff | raw | diff to current |
2002-10-03 |
Chris Lattner | The wall clock timer (implementing using the RTC or... |
blob | commitdiff | raw | diff to current |
2002-10-01 |
Chris Lattner | Checkin generic interval timer support |
blob | commitdiff | raw | diff to current |
|