Mark some functions as used which are used within debug-only code. This
[oota-llvm.git] / lib / Transforms / Instrumentation / PathProfiling.cpp
2011-04-18 Chandler CarruthMark some functions as used which are used within debug...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-30 Jay Foad(Almost) always call reserveOperandSpace() on newly...
2011-01-29 Andrew TrickImplementation of path profiling.