Add a C++11 ThreadPool implementation in LLVM
[oota-llvm.git] / include / llvm / Support / Timer.h
2015-08-10 NAKAMURA TakumiReformat headers in ADT and Support partially.
2015-08-10 NAKAMURA TakumiWhitespace.
2015-08-10 NAKAMURA TakumiReformat linebreaks.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2013-02-26 Eli BenderskySlight cosmetic fixes
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-16 Craig TopperUse LLVM_DELETED_FUNCTION for copy constructors and...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-08-07 Benjamin KramerRoll back my last two commits, valgrind complains.
2010-08-07 Benjamin KramerA reference to the Timer's name is safe, it outlives...
2010-06-18 Dan GohmanGive NamedRegionTimer an Enabled flag, allowing all...
2010-03-30 Chris Lattnerstringref'ize Timer apis
2010-03-30 Chris Lattnerfinally, maintain a global list of timer groups, allowi...
2010-03-30 Chris Lattneradd a new TimerGroup::print method, and refactor away...
2010-03-30 Chris Lattnerif a timergroup is destroyed before its timers, print...
2010-03-30 Chris Lattnerchange TimerGroup to keep a linked list of active timers
2010-03-30 Chris Lattnerreapply my timer rewrite with a change for PassManager...
2010-03-30 Chris Lattnerrevert r99862 which is causing FNT failures.
2010-03-30 Chris Lattnerfairly major rewrite of various timing related stuff.
2010-03-29 Chris Lattnerremove support for per-time peak memory tracking, this
2010-03-29 Chris Lattnervarious timer fixes: move operator= out of line,
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-09-15 Dan GohmanFix apostrophos.
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-06-23 Owen AndersonMake timers threadsafe again. This isn't quite as...
2009-06-23 Owen AndersonRevert my last series of commits related to Timer and...
2009-06-23 Owen AndersonActually, these need to be signed integers, not unsigned.
2009-06-23 Owen AndersonUse 64-bit integer counters for tracking time, rather...
2009-06-23 Owen AndersonRevert r73923, which broke clang.
2009-06-22 Owen AndersonAdd guards around timer groups, which can be shared.
2009-02-18 Chris Lattnerallow TimeRegion to take a potentially-null pointer...
2008-07-14 Dan GohmanReapply 53476 and 53480, with a fix so that it properly...
2008-07-12 Evan ChengBack out 53476 and 53480 for now. Somehow they cause...
2008-07-11 Dan GohmanAdd support for putting NamedRegionTimers in TimerGroup...
2008-07-07 Dan GohmanAdd explicit keywords.
2008-07-01 Dan GohmanFix apostrophes in a comment.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-29 Chris LattnerFix quotes.
2005-01-29 Jeff CohenUnbreak VC++ build
2005-01-29 Chris LattnerMemory used is a delta between memuse at the start...
2005-01-08 Jeff CohenUse size_t instead of long to represent memory usage...
2004-09-01 Reid SpencerChanges For Bug 352
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-10-06 Chris LattnerDoxygenize class comments. Add new NamedRegionTimer...
2003-07-25 Chris LattnerAdd includes of assert
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-05-09 Chris LattnerUpdates to match recent timer updates
2002-11-18 Chris LattnerAdd facility to compute peak memory usage
2002-11-04 Chris LattnerAllow memory sizes to be negative, eliminate TmpRSS
2002-10-03 Chris LattnerThe wall clock timer (implementing using the RTC or...
2002-10-01 Chris LattnerCheckin generic interval timer support