land David Blaikie's patch to de-constify Type, with a few tweaks.
[oota-llvm.git] / lib / Transforms / Instrumentation / PathProfiling.cpp
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-06-18 Chris Lattnerfix the varargs version of StructType::get to not requi...
2011-05-03 Benjamin KramerRemove unused variables caught by GCC's -Wunused-but...
2011-04-23 Jay FoadRemove unused STL header includes.
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.