summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/TraceValues.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-2/+2
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-2/+2
* Make strings be internalChris Lattner2001-11-261-1/+2
* Support array indexingChris Lattner2001-11-261-3/+2
* Print incoming arguments and return values.Vikram S. Adve2001-11-151-14/+46
* Remove much cruft from the MemAccessInst instructionChris Lattner2001-11-141-1/+1
* Minor method renameChris Lattner2001-11-041-1/+1
* Fix broken assertion. Didn't allow for pointer caseChris Lattner2001-10-291-6/+3
* Make newlines be newlines! This should now work in both lli and native code.Vikram S. Adve2001-10-281-7/+5
* Use separate functions for printing values of each type.Vikram S. Adve2001-10-281-20/+87
* Refix bugs, stop using deprecated strstream headerChris Lattner2001-10-181-82/+31
* Only print values live at BB or method exit, and insert loads at eachVikram S. Adve2001-10-181-41/+126
* Handle multiple exit blocks correctly.Vikram S. Adve2001-10-181-37/+221
* Convert to be compatible with lli.Chris Lattner2001-10-181-70/+48
* Massive hacks to try to fix subtle logic bugs. I think it's all working now,Chris Lattner2001-10-181-275/+130
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-151-5/+5
* * getExitNode() doesn't exist in method anymoreChris Lattner2001-10-151-6/+7
* Insert code to trace values at basic block and method exits.Vikram S. Adve2001-10-141-0/+374
OpenPOWER on IntegriCloud