summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp
Commit message (Expand)AuthorAge
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Removed #include <iostream> and used the llvm_cerr/DOUT streams instead.Bill Wendling2006-11-26
* For PR786:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-10-20
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Add explicit #includes of <iostream>Chris Lattner2006-01-22
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* Eliminate tabs and trailing spacesJeff Cohen2005-04-23
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add missing createXxxPass functionsJeff Cohen2005-01-07
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-21
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Restoring this file.Vikram S. Adve2004-06-29
* This file is unused, and duplicates functionality in TraceValues.cpp.Vikram S. Adve2004-06-24
* Fix typoBrian Gaeke2004-05-03
* Add initial implementation of basic-block tracing instrumentation pass.Brian Gaeke2004-05-03