summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/TraceValues.cpp
Commit message (Expand)AuthorAge
...
* Add #includes to make up for #includes pruned out of header files.Chris Lattner2002-04-09
* s/MethodType/FunctionTypeChris Lattner2002-04-04
* Simplify code a bit by using Module::getOrInsertFunctionChris Lattner2002-03-29
* Change references from Method to FunctionChris Lattner2002-03-26
* Just a comment.Vikram S. Adve2002-03-18
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-26
* MethodPass's are now guaranteed to not be run on external methods!Chris Lattner2002-01-31
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* * Refactor trace values to work as a proper pass. Before it used to addChris Lattner2001-12-14
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-04
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Make strings be internalChris Lattner2001-11-26
* Support array indexingChris Lattner2001-11-26
* Print incoming arguments and return values.Vikram S. Adve2001-11-15
* Remove much cruft from the MemAccessInst instructionChris Lattner2001-11-14
* Minor method renameChris Lattner2001-11-04
* Fix broken assertion. Didn't allow for pointer caseChris Lattner2001-10-29
* Make newlines be newlines! This should now work in both lli and native code.Vikram S. Adve2001-10-28
* Use separate functions for printing values of each type.Vikram S. Adve2001-10-28
* Refix bugs, stop using deprecated strstream headerChris Lattner2001-10-18
* Only print values live at BB or method exit, and insert loads at eachVikram S. Adve2001-10-18
* Handle multiple exit blocks correctly.Vikram S. Adve2001-10-18
* Convert to be compatible with lli.Chris Lattner2001-10-18
* Massive hacks to try to fix subtle logic bugs. I think it's all working now,Chris Lattner2001-10-18
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-15
* * getExitNode() doesn't exist in method anymoreChris Lattner2001-10-15
* Insert code to trace values at basic block and method exits.Vikram S. Adve2001-10-14