Age | Commit message (Expand) | Author | Files | Lines |
2014-03-03 | Revert "[C++11] Replace LLVM atomics with std::atomic." | Benjamin Kramer | 1 | -1/+1 |
2014-03-03 | [C++11] Replace LLVM atomics with std::atomic. | Benjamin Kramer | 1 | -1/+1 |
2014-03-01 | Now that we have C++11, turn simple functors into lambdas and remove a ton of... | Benjamin Kramer | 1 | -15/+8 |
2013-03-08 | Disable statistics on Release builds and move tests that depend on -stats. | Jan Wen Voung | 1 | -1/+17 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -2/+2 |
2012-09-27 | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 1 | -1/+1 |
2012-09-27 | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 1 | -1/+1 |
2011-12-05 | Silence tsan false-positives (tsan can't track things which are only safe due to | Nick Lewycky | 1 | -0/+3 |
2011-10-16 | Let printf do the formatting instead aligning strings ourselves. | Benjamin Kramer | 1 | -7/+6 |
2011-02-26 | Support: Add llvm::AreStatisticsEnabled(). | Daniel Dunbar | 1 | -0/+4 |
2010-11-29 | Merge System into Support. | Michael J. Spencer | 1 | -1/+1 |
2010-08-17 | remove trailing whitespace | Jim Grosbach | 1 | -7/+7 |
2010-03-30 | Introduce namespace-scope functions to enable LLVM statistics without | Douglas Gregor | 1 | -21/+37 |
2010-03-30 | rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile and | Chris Lattner | 1 | -6/+5 |
2010-03-30 | if a timergroup is destroyed before its timers, print times. | Chris Lattner | 1 | -1/+1 |
2010-01-05 | Change errs() to dbgs(). | David Greene | 1 | -1/+2 |
2009-09-27 | Avoid using mutex locks if not in multithreaded mode by using a SmartScopedMutex | Torok Edwin | 1 | -2/+2 |
2009-08-23 | remove some uses of llvm/Support/Streams.h | Chris Lattner | 1 | -6/+6 |
2009-07-07 | Have scoped mutexes take referenes instead of pointers. | Owen Anderson | 1 | -1/+1 |
2009-06-23 | Use atomic operations when accessing statistics, and make the lazy initializa... | Owen Anderson | 1 | -4/+8 |
2009-06-22 | Guard the statistics table. | Owen Anderson | 1 | -1/+3 |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 1 | -0/+4 |
2008-05-05 | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 1 | -2/+2 |
2008-02-20 | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 1 | -0/+1 |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 1 | -2/+2 |
2006-12-19 | eliminate constructor from Statistic class. It is now impossible to get a | Chris Lattner | 1 | -4/+4 |
2006-12-19 | Refactor statistic a big and introduce a horrible-but-necessary macro | Chris Lattner | 1 | -4/+4 |
2006-12-08 | Change the implementation of statistic to not need destructors at all. | Chris Lattner | 1 | -61/+76 |
2006-12-07 | Don't use <sstream> in Streams.h but <iosfwd> instead. | Bill Wendling | 1 | -0/+1 |
2006-12-07 | Removed more <iostream> includes | Bill Wendling | 1 | -3/+2 |
2006-12-06 | merge the Statistic and StatisticBase classes, eliminating virtual methods | Chris Lattner | 1 | -10/+5 |
2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 1 | -3/+1 |
2006-08-30 | Instantiate Statistic<> in one place, not in every .o file that uses it. | Chris Lattner | 1 | -0/+2 |
2006-06-21 | Add some out-of-line virtual dtors so that the class has a "home", preventing | Chris Lattner | 1 | -0/+4 |
2005-04-21 | Remove trailing whitespace | Misha Brukman | 1 | -4/+4 |
2004-09-01 | Changes For Bug 352 | Reid Spencer | 1 | -2/+2 |
2004-01-06 | Pass std::string to constructor as const reference to avoid multiple | Alkis Evlogimenos | 1 | -1/+1 |
2003-12-14 | Finegrainify namespacification | Chris Lattner | 1 | -5/+2 |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 1 | -1/+5 |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell | 1 | -0/+7 |
2003-08-13 | This file uses stable_sort | Chris Lattner | 1 | -0/+1 |
2003-08-01 | Move debug functionality to Debug.cpp/Debug.h | Chris Lattner | 1 | -12/+1 |
2003-05-09 | Add a new info-output-file option (hidden from --help) which is to be used by | Chris Lattner | 1 | -10/+18 |
2003-02-09 | Remove the -debug option from release executables | Chris Lattner | 1 | -0/+3 |
2002-10-27 | Add #include | Chris Lattner | 1 | -0/+1 |
2002-10-04 | added cast to unsigned to compile with gcc3.2 (sparc) | Anand Shukla | 1 | -2/+4 |
2002-10-01 | - Rework Statistics: | Chris Lattner | 1 | -6/+59 |
2002-07-22 | *** empty log message *** | Chris Lattner | 1 | -2/+10 |
2002-05-22 | Implement a new command line option, -debug, which is meant to unify all of | Chris Lattner | 1 | -0/+3 |
2002-05-10 | Initial checkin of Statistic class. | Chris Lattner | 1 | -0/+31 |