aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
AgeCommit message (Expand)Author
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