For PR950:
[oota-llvm.git] / lib / Transforms / Instrumentation / EmitFunctions.cpp
2006-10-20 Reid SpencerFor PR950:
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2005-04-23 Jeff CohenEliminate tabs and trailing spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-06 Jeff CohenAdd missing include
2004-10-20 Brian GaekeExplain what this pass does.
2004-09-30 Brian GaekeNamespacify. Add accessor function.
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-07-18 Reid Spencerbug 122:
2004-03-08 Chris Lattnerfinegrainify namespacification
2004-02-15 Chris LattnerRemove dependence on return type of ConstantStruct...
2004-02-15 Chris LattnerRemove dependence on the return type of ConstantArray...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-13 Chris LattnerRegularize header file comments
2003-09-24 Chris LattnerUse global *_iterator
2003-07-18 Anand ShuklaAdded check for inlinable function
2003-06-04 Chris LattnerMake this work with counter > 127
2003-06-01 Anand ShuklaAdded the #(internal functions) to output
2003-05-22 Chris LattnerRemove using declarations
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-01-14 Chris LattnerRename include/llvm/Transforms/Instrumentation/TraceFun...
2003-01-14 Chris LattnerRemove unused header and function
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-23 Chris Lattner*** empty log message ***
2002-07-16 Anand ShuklaMoved over EmitFunctions to this library