index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Statistic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
eliminate constructor from Statistic class. It is now impossible to get a
Chris Lattner
2006-12-19
1
-4
/
+4
*
Refactor statistic a big and introduce a horrible-but-necessary macro
Chris Lattner
2006-12-19
1
-4
/
+4
*
Change the implementation of statistic to not need destructors at all.
Chris Lattner
2006-12-08
1
-61
/
+76
*
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
1
-0
/
+1
*
Removed more <iostream> includes
Bill Wendling
2006-12-07
1
-3
/
+2
*
merge the Statistic and StatisticBase classes, eliminating virtual methods
Chris Lattner
2006-12-06
1
-10
/
+5
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-3
/
+1
*
Instantiate Statistic<> in one place, not in every .o file that uses it.
Chris Lattner
2006-08-30
1
-0
/
+2
*
Add some out-of-line virtual dtors so that the class has a "home", preventing
Chris Lattner
2006-06-21
1
-0
/
+4
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-4
/
+4
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-2
/
+2
*
Pass std::string to constructor as const reference to avoid multiple
Alkis Evlogimenos
2004-01-06
1
-1
/
+1
*
Finegrainify namespacification
Chris Lattner
2003-12-14
1
-5
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-1
/
+5
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
This file uses stable_sort
Chris Lattner
2003-08-13
1
-0
/
+1
*
Move debug functionality to Debug.cpp/Debug.h
Chris Lattner
2003-08-01
1
-12
/
+1
*
Add a new info-output-file option (hidden from --help) which is to be used by
Chris Lattner
2003-05-09
1
-10
/
+18
*
Remove the -debug option from release executables
Chris Lattner
2003-02-09
1
-0
/
+3
*
Add #include
Chris Lattner
2002-10-27
1
-0
/
+1
*
added cast to unsigned to compile with gcc3.2 (sparc)
Anand Shukla
2002-10-04
1
-2
/
+4
*
- Rework Statistics:
Chris Lattner
2002-10-01
1
-6
/
+59
*
*** empty log message ***
Chris Lattner
2002-07-22
1
-2
/
+10
*
Implement a new command line option, -debug, which is meant to unify all of
Chris Lattner
2002-05-22
1
-0
/
+3
*
Initial checkin of Statistic class.
Chris Lattner
2002-05-10
1
-0
/
+31