aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp
AgeCommit message (Expand)Author
2007-02-20remove reoptimizer-specific passesChris Lattner
2007-02-05Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer
2007-02-05For PR411:Reid Spencer
2007-01-07relax some typesChris Lattner
2006-12-31For PR950:Reid Spencer
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-26Removed #include <iostream> and used the llvm_cerr/DOUT streams instead.Bill Wendling
2006-11-02For PR786:Reid Spencer
2006-10-20For PR950:Reid Spencer
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen
2005-04-23Eliminate tabs and trailing spacesJeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-07Add missing createXxxPass functionsJeff Cohen
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-21These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-06-29Restoring this file.Vikram S. Adve
2004-06-24This file is unused, and duplicates functionality in TraceValues.cpp.Vikram S. Adve
2004-05-03Fix typoBrian Gaeke
2004-05-03Add initial implementation of basic-block tracing instrumentation pass.Brian Gaeke