Initial check in of graph.cpp: implements graph interface used in path profiles
[oota-llvm.git] / lib / Transforms / Instrumentation /
2002-02-26 Anand ShuklaInitial check in of graph.cpp: implements graph interfa...
2002-02-26 Anand ShuklaNew makefile to include ProfilePaths dir
2002-01-31 Chris LattnerMethodPass's are now guaranteed to not be run on extern...
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris Lattner* Refactor trace values to work as a proper pass. ...
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerMake strings be internal
2001-11-26 Chris LattnerSupport array indexing
2001-11-15 Vikram S. AdvePrint incoming arguments and return values.
2001-11-14 Chris LattnerRemove much cruft from the MemAccessInst instruction
2001-11-04 Chris LattnerMinor method rename
2001-10-29 Chris LattnerFix broken assertion. Didn't allow for pointer case
2001-10-28 Vikram S. AdveMake newlines be newlines! This should now work in...
2001-10-28 Vikram S. AdveUse separate functions for printing values of each...
2001-10-18 Chris LattnerRefix bugs, stop using deprecated strstream header
2001-10-18 Vikram S. AdveOnly print values live at BB or method exit, and insert...
2001-10-18 Vikram S. AdveHandle multiple exit blocks correctly.
2001-10-18 Chris LattnerConvert to be compatible with lli.
2001-10-18 Chris LattnerMassive hacks to try to fix subtle logic bugs. I think...
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-15 Chris Lattner* getExitNode() doesn't exist in method anymore
2001-10-14 Vikram S. AdveInsert code to trace values at basic block and method...