Incorporated changes in alloca and getElementPointer instruction
[oota-llvm.git] / lib / Transforms / Instrumentation / ProfilePaths / ProfilePaths.cpp
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...