index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Statistic.cpp
Age
Commit message (
Expand
)
Author
2006-06-21
Add some out-of-line virtual dtors so that the class has a "home", preventing
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-01-06
Pass std::string to constructor as const reference to avoid multiple
Alkis Evlogimenos
2003-12-14
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-08-13
This file uses stable_sort
Chris Lattner
2003-08-01
Move debug functionality to Debug.cpp/Debug.h
Chris Lattner
2003-05-09
Add a new info-output-file option (hidden from --help) which is to be used by
Chris Lattner
2003-02-09
Remove the -debug option from release executables
Chris Lattner
2002-10-27
Add #include
Chris Lattner
2002-10-04
added cast to unsigned to compile with gcc3.2 (sparc)
Anand Shukla
2002-10-01
- Rework Statistics:
Chris Lattner
2002-07-22
*** empty log message ***
Chris Lattner
2002-05-22
Implement a new command line option, -debug, which is meant to unify all of
Chris Lattner
2002-05-10
Initial checkin of Statistic class.
Chris Lattner