index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
Trace.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-09
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
1
-2
/
+1
2014-01-07
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
1
-1
/
+1
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
1
-1
/
+1
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
1
-1
/
+1
2012-09-12
Release build: guard dump functions with
Manman Ren
1
-1
/
+1
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
1
-0
/
+2
2011-11-15
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
1
-1
/
+1
2009-12-23
Convert debug messages to use dbgs(). Generally this means
David Greene
1
-1
/
+2
2009-08-23
eliminate the "Value" printing methods that print to a std::ostream.
Chris Lattner
1
-4
/
+4
2009-07-25
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
1
-1
/
+1
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
1
-2
/
+2
2006-12-17
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
1
-3
/
+2
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
1
-3
/
+2
2006-12-06
Remove the 'printname' argument to WriteAsOperand. It is always true, and
Chris Lattner
1
-1
/
+1
2006-11-28
Removed some of the iostream #includes. Moved towards converting to using
Bill Wendling
1
-8
/
+8
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
1
-0
/
+2
2004-03-08
Import the trace class from the reoptimizer
Chris Lattner
1
-0
/
+50