summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/EmitFunctions.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-01-06Add missing includeJeff Cohen1-0/+1
2004-10-20Explain what this pass does.Brian Gaeke1-1/+7
2004-09-30Namespacify. Add accessor function.Brian Gaeke1-0/+8
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner1-3/+3
2004-07-18bug 122:Reid Spencer1-1/+1
2004-03-08finegrainify namespacificationChris Lattner1-14/+14
2004-02-15Remove dependence on return type of ConstantStruct::getChris Lattner1-1/+1
2004-02-15Remove dependence on the return type of ConstantArray::getChris Lattner1-1/+1
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-10-13Regularize header file commentsChris Lattner1-1/+1
2003-09-24Use global *_iteratorChris Lattner1-2/+1
2003-07-18Added check for inlinable functionAnand Shukla1-1/+55
2003-06-04Make this work with counter > 127Chris Lattner1-1/+1
2003-06-01Added the #(internal functions) to outputAnand Shukla1-0/+8
2003-05-22Remove using declarationsChris Lattner1-7/+4
2003-04-16Add new linkage types to support a real frontendChris Lattner1-1/+2
2003-01-14Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to Instrument...Chris Lattner1-1/+1
2003-01-14Remove unused header and functionChris Lattner1-7/+0
2002-07-26* Add support for different "PassType's"Chris Lattner1-1/+1
2002-07-23*** empty log message ***Chris Lattner1-5/+7
2002-07-16Moved over EmitFunctions to this libraryAnand Shukla1-0/+45