aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/Trace.h
Commit message (Expand)AuthorAgeFilesLines
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-1/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-231-4/+3
* Tidy up #includes.Dan Gohman2009-07-161-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-1/+2
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-2/+2
* Support for llvm streams.Bill Wendling2006-11-281-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-1/+1
* Define erase forwarding method on tracesBrian Gaeke2004-05-171-0/+3
* Rearrange some methods, implement the dominates methodChris Lattner2004-03-081-24/+34
* Import the trace class from the reoptimizerChris Lattner2004-03-081-0/+106