| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the build on Cygwin. Patch by Aaron Gray. | Owen Anderson | 2009-06-30 | 1 | -2/+2 |
* | Use atomic operations when accessing statistics, and make the lazy initializa... | Owen Anderson | 2009-06-23 | 1 | -12/+55 |
* | Removed trailing whitespace. | Misha Brukman | 2009-01-09 | 1 | -2/+2 |
* | Use an explicit llvm:: prefix in the STATISTIC macro, so STATISTIC can still be | Matthijs Kooijman | 2008-05-27 | 1 | -1/+1 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | eliminate constructor from Statistic class. It is now impossible to get a | Chris Lattner | 2006-12-19 | 1 | -30/+17 |
* | Added operator methods to the Statistic class; some LLVM projects depend | John Criswell | 2006-12-19 | 1 | -1/+13 |
* | Refactor statistic a big and introduce a horrible-but-necessary macro | Chris Lattner | 2006-12-19 | 1 | -14/+22 |
* | Change the implementation of statistic to not need destructors at all. | Chris Lattner | 2006-12-08 | 1 | -17/+24 |
* | merge the Statistic and StatisticBase classes, eliminating virtual methods | Chris Lattner | 2006-12-06 | 1 | -37/+6 |
* | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 2006-12-06 | 1 | -20/+19 |
* | Instantiate Statistic<> in one place, not in every .o file that uses it. | Chris Lattner | 2006-08-30 | 1 | -1/+4 |
* | Add some out-of-line virtual dtors so that the class has a "home", preventing | Chris Lattner | 2006-06-21 | 1 | -1/+2 |
* | This only needs <iosfwd> not <iostream> | Chris Lattner | 2006-01-22 | 1 | -1/+1 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -2/+2 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -3/+3 |
* | Add more operators. | Alkis Evlogimenos | 2004-07-04 | 1 | -0/+2 |
* | Switch to including <iostream> for compatibility with gcc-3.0.x (Debian). | Brian Gaeke | 2004-04-16 | 1 | -1/+1 |
* | Update the example here in the header file. | Brian Gaeke | 2004-02-13 | 1 | -2/+2 |
* | add support for -- for symmetry | Chris Lattner | 2004-01-14 | 1 | -0/+2 |
* | 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 |
* | Move debugging support out of Statistic.h into Debug.h, implement the new DEB... | Chris Lattner | 2003-08-01 | 1 | -21/+0 |
* | Statistic class should return const reference to *this, not a reference to | Chris Lattner | 2002-10-31 | 1 | -6/+6 |
* | - Rework Statistics: | Chris Lattner | 2002-10-01 | 1 | -7/+12 |
* | changes to make it compatible with 64bit gcc | Anand Shukla | 2002-06-25 | 1 | -2/+2 |
* | Implement a new command line option, -debug, which is meant to unify all of | Chris Lattner | 2002-05-22 | 1 | -0/+21 |
* | Initial checkin of Statistic class | Chris Lattner | 2002-05-10 | 1 | -0/+69 |