Push LLVMContexts through the IntegerType APIs.
[oota-llvm.git] / lib / Transforms / Instrumentation / ProfilingUtils.cpp
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-06 Owen Anderson"LLVMContext* " --> "LLVMContext *"
2009-07-06 Owen AndersonThread LLVMContext through the constant folding APIs...
2008-05-23 Dan GohmanTidy up BasicBlock::getFirstNonPHI, and change a bunch...
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-03-06 Gabor Greiffix typos
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-02-19 Chris Lattnereliminate use of deprecated apis
2007-02-13 Chris LattnerEliminate use of ctors that take vectors.
2007-01-07 Chris Lattnerrelax some types
2006-12-31 Reid SpencerFor PR950:
2006-12-21 Reid SpencerRemove isSigned calls via foreknowledge of main's argum...
2006-12-18 Reid SpencerConvert the last uses of CastInst::createInferredCast...
2006-12-13 Reid SpencerReplace CastInst::createInferredCast calls with more...
2006-11-27 Reid SpencerFor PR950:
2006-10-20 Reid SpencerFor PR950:
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2004-07-18 Reid Spencerbug 122:
2004-05-03 Brian GaekeIn InsertProfilingInitCall(), make it legal to pass...
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-03-08 Chris LattnerSplit utility functions out of BlockProfiling.cpp