aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/EmitFunctions.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-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2006-12-31For PR950:Reid Spencer
2006-10-20For PR950:Reid Spencer
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2005-04-23Eliminate tabs and trailing spacesJeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-06Add missing includeJeff Cohen
2004-10-20Explain what this pass does.Brian Gaeke
2004-09-30Namespacify. Add accessor function.Brian Gaeke
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-07-18bug 122:Reid Spencer
2004-03-08finegrainify namespacificationChris Lattner
2004-02-15Remove dependence on return type of ConstantStruct::getChris Lattner
2004-02-15Remove dependence on the return type of ConstantArray::getChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-13Regularize header file commentsChris Lattner
2003-09-24Use global *_iteratorChris Lattner
2003-07-18Added check for inlinable functionAnand Shukla
2003-06-04Make this work with counter > 127Chris Lattner
2003-06-01Added the #(internal functions) to outputAnand Shukla
2003-05-22Remove using declarationsChris Lattner
2003-04-16Add new linkage types to support a real frontendChris Lattner
2003-01-14Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to Instrument...Chris Lattner
2003-01-14Remove unused header and functionChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-07-16Moved over EmitFunctions to this libraryAnand Shukla