aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp
AgeCommit message (Expand)Author
2002-11-09Fix warningChris Lattner
2002-10-12Changed to external global varAnand Shukla
2002-09-20Added checking thresholdAnand Shukla
2002-09-16Incorporated changes in alloca instructionAnand Shukla
2002-08-08- Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-07-18minor correctionsAnand Shukla
2002-07-08changed function numberingAnand Shukla
2002-06-25additions and bug fixesAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-22Convert code to use the DEBUG macro so that debug code can simply beChris Lattner
2002-05-07Move UnifyFunctionExitNodes to Utils library: final resting place this timeChris Lattner
2002-05-07Updates to move some header files out of include/llvm/Transforms intoChris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-27s/Method/FunctionChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-02-26Move ProfilePaths class into ProfilePaths library, only expose a creation fun...Chris Lattner
2002-02-26* Changes to compile successfully with GCC 3.0Chris Lattner
2002-02-26Initial checkin: instrument code to get path execution frequencyAnand Shukla