Fix warning
[oota-llvm.git] / lib / Transforms / Instrumentation / ProfilePaths /
2002-11-09 Chris LattnerFix warning
2002-11-03 Anand Shuklacode to lightly instrument at branches
2002-10-12 Anand ShuklaChanged to external global var
2002-10-01 Chris LattnerChanges to work with Statistics rework
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-20 Anand ShuklaAdded checking threshold
2002-09-18 Anand Shuklasplit retracing into a separate file
2002-09-18 Misha BrukmanRemoved unnecessary #includes.
2002-09-17 Chris LattnerThere is a #define in some header that conflicts with...
2002-09-16 Anand ShuklaIncorporated changes in alloca and getElementPointer...
2002-09-16 Anand ShuklaIncorporated changes in alloca instruction
2002-09-14 Chris LattnerFix bug I introduced
2002-09-11 Chris Lattner - Change getelementptr instruction to use long indexe...
2002-09-10 Chris LattnerSimplify code (somtimes dramatically), by using the...
2002-08-21 Chris LattnerDo not generate loads/stores with indexing
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-23 Chris Lattner*** empty log message ***
2002-07-21 Anand Shuklacomeented out debug printing
2002-07-18 Anand Shuklaminor corrections
2002-07-17 Chris LattnerAnand forgot to check in the makefile corresponding...
2002-07-16 Anand Shuklaremoved this directory
2002-07-16 Anand ShuklaMoved EmitFunctions.cpp up to instrumentation directory
2002-07-16 Chris Lattner* Cleanup pass
2002-07-12 Anand ShuklaAdded EmitFunctions directory
2002-07-12 Anand ShuklaInitial makefile
2002-07-12 Anand ShuklaInitial version: adds a function table to output code
2002-07-08 Anand Shuklachanges BBsorting and oredering
2002-07-08 Anand Shuklasmall corrections
2002-07-08 Anand Shuklachanged function numbering
2002-06-25 Anand Shuklaadditions and bug fixes
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Anand ShuklaRelocating Graph.h
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-09 Chris LattnerAdd #includes to make up for #includes pruned out of...
2002-04-08 Chris Lattners/Method/Function
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-23 Chris LattnerRename Method to Function
2002-02-26 Chris LattnerMove ProfilePaths class into ProfilePaths library,...
2002-02-26 Chris LattnerPass stuff by reference instead of by copy. Copying...
2002-02-26 Chris LattnerMove processGraph down lower in the file so all of...
2002-02-26 Chris Lattner* Changes to compile successfully with GCC 3.0
2002-02-26 Anand ShuklaMakefile for profile-paths
2002-02-26 Anand ShuklaInitial checkin: functions on Graph used for path profi...
2002-02-26 Anand ShuklaInitial checkin: instrument code to get path execution...
2002-02-26 Anand ShuklaInitial checkin: helper file to insert instrumentation...
2002-02-26 Anand ShuklaInitial check in of graph.cpp: implements graph interfa...