aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/TraceValues.cpp
AgeCommit message (Expand)Author
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-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-18Just a comment.Vikram S. Adve
2002-02-26Change over to use new style pass mechanism, now passes only expose smallChris Lattner
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