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
/
Analysis
/
Trace.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert debug messages to use dbgs(). Generally this means
David Greene
2009-12-23
1
-1
/
+2
*
eliminate the "Value" printing methods that print to a std::ostream.
Chris Lattner
2009-08-23
1
-4
/
+4
*
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-25
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-3
/
+2
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-3
/
+2
*
Remove the 'printname' argument to WriteAsOperand. It is always true, and
Chris Lattner
2006-12-06
1
-1
/
+1
*
Removed some of the iostream #includes. Moved towards converting to using
Bill Wendling
2006-11-28
1
-8
/
+8
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+2
*
Import the trace class from the reoptimizer
Chris Lattner
2004-03-08
1
-0
/
+50