Fix comment typo.
[oota-llvm.git] / lib / Transforms / Instrumentation /
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-20 Chris Lattnersimplify this code.
2010-01-05 Benjamin KramerMove remaining stuff to the isInteger predicate.
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-02 Chris Lattnerremove the random sampling framework, which is not...
2009-12-02 Andreas NeustifterCheap, mostly strict, stable sorting.
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-09-27 Nick LewyckyInstruction::clone does not need to take an LLVMContext...
2009-09-16 Andreas NeustifterReapplied r81355 with the problems fixed.
2009-09-09 Chris Lattnerrevert r81335, which breaks the build.
2009-09-09 Andreas NeustifterUpdated ProfileInfo to have clean seperation between...
2009-09-04 Andreas NeustifterConverted MaximumSpanningTree algorithm to a generic...
2009-09-03 Andreas NeustifterCode Cleanup.
2009-09-02 Andreas NeustifterSort edges in MaximumSpanningTree more stable in case...
2009-09-02 Andreas NeustifterChanged set of BlocksToInstrument to set of InsertedBlo...
2009-09-02 Andreas NeustifterCode cleanups and added comments.
2009-09-01 Andreas NeustifterOptimalEdgeProfiling: Creation of profiles.
2009-09-01 Ted KremenekUpdate CMake files.
2009-09-01 Andreas NeustifterPreparation for Optimal Edge Profiling:
2009-08-29 Benjamin KramerInline empty destructor.
2009-08-29 Bill WendlingFix warning about non-virtual destructor.
2009-08-28 Andreas NeustifterPreparation for Optimal Edge Profiling:
2009-08-23 Benjamin KramerKill off more cerr/cout uses and prune includes a bit.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-08 Daniel DunbarMore ProfileInfo improvements.
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-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
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-15 Owen AndersonRevert yesterday's change by removing the LLVMContext...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-06 Owen Anderson"LLVMContext* " --> "LLVMContext *"
2009-07-06 Owen AndersonThread LLVMContext through the constant folding APIs...
2009-06-15 Dan GohmanSupport vector casts in more places, fixing a variety...
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2008-10-21 Dan GohmanUse Function::getEntryBlock() instead of Function:...
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-05 Dan GohmanTrim #includes.
2008-05-23 Dan GohmanTidy up BasicBlock::getFirstNonPHI, and change a bunch...
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-05-15 Gabor GreifFix a bunch of 80col violations that arose from the...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-06 Dan GohmanMake several variable declarations static.
2008-04-07 Duncan SandsUse Intrinsic::getDeclaration in more places.
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-29 Chris Lattnerremove attribution from lib Makefiles.
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-13 Chris LattnerFix for edge profiling, patch by 'Marc' for PR1857
2007-10-26 Gordon HenriksenMore fleshing out of docs/Passes.html, plus some typo...
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-02 Lauro Ramos VenancioFix build error.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-17 Chris Lattnerremove use of BasicBlock::getNext
2007-04-17 Chris Lattnereliminate use of Instruction::getNext()
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-02-20 Chris Lattnerremove reoptimizer-specific passes
2007-02-19 Chris Lattnereliminate use of deprecated apis
2007-02-13 Chris LattnerEliminate use of ctors that take vectors.
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-02-05 Reid SpencerFor PR411:
2007-02-04 Reid SpencerFor PR1163:
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Zhou ShengFor PR1043:
2007-01-07 Chris Lattnerthis pass is unused
2007-01-07 Chris Lattnerrelax some types
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-21 Reid SpencerRemove isSigned calls via foreknowledge of main's argum...
2006-12-19 Chris Lattnerremove dead statistic
2006-12-18 Reid SpencerConvert the last uses of CastInst::createInferredCast...
2006-12-13 Reid SpencerReplace CastInst::createInferredCast calls with more...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-27 Reid SpencerFor PR950:
2006-11-26 Bill WendlingRemoved #include <iostream> and used the llvm_cerr...
2006-11-02 Reid SpencerFor PR786:
2006-10-20 Reid SpencerFor PR950:
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
next