Added LLVM copyright notice to Makefiles.
[oota-llvm.git] / lib / Transforms / Instrumentation / ProfilePaths / ProfilePaths.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-13 Chris LattnerRegularize header file comments
2003-10-10 Brian GaekeInclude <cstdio> instead of <stdio.h>.
2003-10-10 Misha BrukmanFix spelling.
2003-09-24 Chris LattnerDo not use BasicBlock::*_iterator, just use *_iterator...
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-09-10 Chris LattnerUpdate for new UnifyFunction... API
2003-08-31 Chris LattnerUse the new interface, simplifies code
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-05 Anand ShuklaFixed a bug so initialization code is always inserted...
2003-04-23 Chris LattnerRemove unnecesary &*'s
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-02-14 Anand ShuklaChanges to runtime framework
2003-01-14 Chris LattnerClean up #includes
2002-11-09 Chris LattnerFix warning
2002-10-12 Anand ShuklaChanged to external global var
2002-09-20 Anand ShuklaAdded checking threshold
2002-09-16 Anand ShuklaIncorporated changes in alloca instruction
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-23 Chris Lattner*** empty log message ***
2002-07-18 Anand Shuklaminor corrections
2002-07-08 Anand Shuklachanged function numbering
2002-06-25 Anand Shuklaadditions and bug fixes
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-22 Chris LattnerConvert code to use the DEBUG macro so that debug code...
2002-05-07 Chris LattnerMove UnifyFunctionExitNodes to Utils library: final...
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-02-26 Chris LattnerMove ProfilePaths class into ProfilePaths library,...
2002-02-26 Chris Lattner* Changes to compile successfully with GCC 3.0
2002-02-26 Anand ShuklaInitial checkin: instrument code to get path execution...