aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
AgeCommit message (Expand)Author
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-14* s/Method/FunctionChris Lattner
2002-04-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-04-09Add #includes to make up for #includes pruned out of header files.Chris Lattner
2002-04-08s/Method/FunctionChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-04-04s/MethodType/FunctionTypeChris Lattner
2002-03-29Simplify code a bit by using Module::getOrInsertFunctionChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-03-18Just a comment.Vikram S. Adve
2002-02-26Change over to use new style pass mechanism, now passes only expose smallChris Lattner
2002-02-26Move ProfilePaths class into ProfilePaths library, only expose a creation fun...Chris Lattner
2002-02-26Pass stuff by reference instead of by copy. Copying entire graphs seems likeChris Lattner
2002-02-26Move processGraph down lower in the file so all of the forward declarationsChris Lattner
2002-02-26* Changes to compile successfully with GCC 3.0Chris Lattner
2002-02-26Makefile for profile-pathsAnand Shukla
2002-02-26Initial checkin: functions on Graph used for path profile passAnand Shukla
2002-02-26Initial checkin: instrument code to get path execution frequencyAnand Shukla
2002-02-26Initial checkin: helper file to insert instrumentation code along edgesAnand Shukla
2002-02-26Initial check in of graph.cpp: implements graph interface used in path profilesAnand Shukla
2002-02-26New makefile to include ProfilePaths dirAnand Shukla
2002-01-31MethodPass's are now guaranteed to not be run on external methods!Chris Lattner
2002-01-21Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-14* Refactor trace values to work as a proper pass. Before it used to addChris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Make strings be internalChris Lattner
2001-11-26Support array indexingChris Lattner
2001-11-15Print incoming arguments and return values.Vikram S. Adve
2001-11-14Remove much cruft from the MemAccessInst instructionChris Lattner
2001-11-04Minor method renameChris Lattner
2001-10-29Fix broken assertion. Didn't allow for pointer caseChris Lattner
2001-10-28Make newlines be newlines! This should now work in both lli and native code.Vikram S. Adve
2001-10-28Use separate functions for printing values of each type.Vikram S. Adve
2001-10-18Refix bugs, stop using deprecated strstream headerChris Lattner
2001-10-18Only print values live at BB or method exit, and insert loads at eachVikram S. Adve
2001-10-18Handle multiple exit blocks correctly.Vikram S. Adve
2001-10-18Convert to be compatible with lli.Chris Lattner
2001-10-18Massive hacks to try to fix subtle logic bugs. I think it's all working now,Chris Lattner
2001-10-15Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner
2001-10-15* getExitNode() doesn't exist in method anymoreChris Lattner
2001-10-14Insert code to trace values at basic block and method exits.Vikram S. Adve