aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/Trace.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-0/+1
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman1-1/+1
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton1-1/+1
2017-07-21[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko1-2/+3
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren1-1/+1
2014-01-09Put the functionality for printing a value to a raw_ostream as anChandler Carruth1-2/+1
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-09-12Release build: guard dump functions withManman Ren1-1/+1
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren1-0/+2
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer1-1/+1
2009-12-23Convert debug messages to use dbgs(). Generally this meansDavid Greene1-1/+2
2009-08-23eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner1-4/+4
2009-07-25More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar1-1/+1
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling1-3/+2
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling1-3/+2
2006-12-06Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner1-1/+1
2006-11-28Removed some of the iostream #includes. Moved towards converting to usingBill Wendling1-8/+8
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer1-0/+2
2004-03-08Import the trace class from the reoptimizerChris Lattner1-0/+50