Moved enum and command-line option in separate file. Also added function that returns...
[oota-llvm.git] / lib / Support / Statistic.cpp
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.