Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / Support / Statistic.cpp
2015-12-16 Rafael EspindolaSimplify memory management with std::unique_ptr.
2015-08-18 Peter CollingbourneSupport: Clean up TSan annotations.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-03-03 Benjamin KramerRevert "[C++11] Replace LLVM atomics with std::atomic."
2014-03-03 Benjamin Kramer[C++11] Replace LLVM atomics with std::atomic.
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2011-12-05 Nick LewyckySilence tsan false-positives (tsan can't track things...
2011-10-16 Benjamin KramerLet printf do the formatting instead aligning strings...
2011-02-26 Daniel DunbarSupport: Add llvm::AreStatisticsEnabled().
2010-11-29 Michael J. SpencerMerge System into Support.
2010-08-17 Jim Grosbachremove trailing whitespace
2010-03-30 Douglas GregorIntroduce namespace-scope functions to enable LLVM...
2010-03-30 Chris Lattnerrename GetLibSupportInfoOutputFile -> CreateInfoOutputF...
2010-03-30 Chris Lattnerif a timergroup is destroyed before its timers, print...
2010-01-05 David GreeneChange errs() to dbgs().
2009-09-27 Torok EdwinAvoid using mutex locks if not in multithreaded mode...
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-06-23 Owen AndersonUse atomic operations when accessing statistics, and...
2009-06-22 Owen AndersonGuard the statistics table.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2006-12-19 Chris Lattnereliminate constructor from Statistic class. It is...
2006-12-19 Chris LattnerRefactor statistic a big and introduce a horrible-but...
2006-12-08 Chris LattnerChange the implementation of statistic to not need...
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-12-06 Chris Lattnermerge the Statistic and StatisticBase classes, eliminat...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-08-30 Chris LattnerInstantiate Statistic<> in one place, not in every...
2006-06-21 Chris LattnerAdd some out-of-line virtual dtors so that the class...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2004-01-06 Alkis EvlogimenosPass std::string to constructor as const reference...
2003-12-14 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-13 Chris LattnerThis file uses stable_sort
2003-08-01 Chris LattnerMove debug functionality to Debug.cpp/Debug.h
2003-05-09 Chris LattnerAdd a new info-output-file option (hidden from --help...
2003-02-09 Chris LattnerRemove the -debug option from release executables
2002-10-27 Chris LattnerAdd #include
2002-10-04 Anand Shuklaadded cast to unsigned to compile with gcc3.2 (sparc)
2002-10-01 Chris Lattner - Rework Statistics:
2002-07-22 Chris Lattner*** empty log message ***
2002-05-22 Chris LattnerImplement a new command line option, -debug, which...
2002-05-10 Chris LattnerInitial checkin of Statistic class.