Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Transforms / Instrumentation / PathProfiling.cpp
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-24 Bob WilsonAdd LLVMContext::emitWarning methods and use them....
2012-12-21 Roman DivackyRemove duplicate includes.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-07-15 Chandler CarruthMove llvm/Support/TypeBuilder.h -> llvm/TypeBuilder...
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-08-25 Bill WendlingWhen inserting new instructions, use getFirstInsertionP...
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
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.