summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/EmitFunctions.cpp
Commit message (Expand)AuthorAge
* remove reoptimizer-specific passesChris Lattner2007-02-20
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-05
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-10-20
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Eliminate tabs and trailing spacesJeff Cohen2005-04-23
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add missing includeJeff Cohen2005-01-06
* Explain what this pass does.Brian Gaeke2004-10-20
* Namespacify. Add accessor function.Brian Gaeke2004-09-30
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* bug 122:Reid Spencer2004-07-18
* finegrainify namespacificationChris Lattner2004-03-08
* Remove dependence on return type of ConstantStruct::getChris Lattner2004-02-15
* Remove dependence on the return type of ConstantArray::getChris Lattner2004-02-15
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Regularize header file commentsChris Lattner2003-10-13
* Use global *_iteratorChris Lattner2003-09-24
* Added check for inlinable functionAnand Shukla2003-07-18
* Make this work with counter > 127Chris Lattner2003-06-04
* Added the #(internal functions) to outputAnand Shukla2003-06-01
* Remove using declarationsChris Lattner2003-05-22
* Add new linkage types to support a real frontendChris Lattner2003-04-16
* Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to Instrument...Chris Lattner2003-01-14
* Remove unused header and functionChris Lattner2003-01-14
* * Add support for different "PassType's"Chris Lattner2002-07-26
* *** empty log message ***Chris Lattner2002-07-23
* Moved over EmitFunctions to this libraryAnand Shukla2002-07-16