aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/ProfilePaths
Commit message (Expand)AuthorAgeFilesLines
* Initial version: adds a function table to output codeAnand Shukla2002-07-121-0/+52
* changes BBsorting and orederingAnand Shukla2002-07-082-720/+90
* small correctionsAnand Shukla2002-07-081-23/+22
* changed function numberingAnand Shukla2002-07-081-102/+95
* additions and bug fixesAnand Shukla2002-06-255-445/+1395
* MEGAPATCH checkin.Chris Lattner2002-06-252-46/+43
* Relocating Graph.hAnand Shukla2002-06-251-0/+465
* Convert code to use the DEBUG macro so that debug code can simply beChris Lattner2002-05-225-197/+147
* Move UnifyFunctionExitNodes to Utils library: final resting place this timeChris Lattner2002-05-071-1/+1
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-071-1/+1
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-3/+0
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-2/+3
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-282-2/+2
* s/Method/FunctionChris Lattner2002-04-271-37/+36
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-7/+5
* Add #includes to make up for #includes pruned out of header files.Chris Lattner2002-04-091-0/+1
* s/Method/FunctionChris Lattner2002-04-081-1/+1
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-11/+11
* Rename Method to FunctionChris Lattner2002-03-231-1/+0
* Move ProfilePaths class into ProfilePaths library, only expose a creation fun...Chris Lattner2002-02-261-15/+22
* Pass stuff by reference instead of by copy. Copying entire graphs seems likeChris Lattner2002-02-262-8/+8
* Move processGraph down lower in the file so all of the forward declarationsChris Lattner2002-02-262-412/+334
* * Changes to compile successfully with GCC 3.0Chris Lattner2002-02-264-185/+132
* Makefile for profile-pathsAnand Shukla2002-02-261-0/+5
* Initial checkin: functions on Graph used for path profile passAnand Shukla2002-02-262-0/+1428
* Initial checkin: instrument code to get path execution frequencyAnand Shukla2002-02-261-0/+162
* Initial checkin: helper file to insert instrumentation code along edgesAnand Shukla2002-02-261-0/+262
* Initial check in of graph.cpp: implements graph interface used in path profilesAnand Shukla2002-02-261-0/+425