Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / lib / Transforms / Utils / CodeExtractor.cpp
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...
2010-09-10 Gabor Greiftypoes
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-01-10 Julien LerougeFix nondeterministic behavior.
2010-01-09 Julien LerougeFix nondeterministic behavior.
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
2010-01-05 David GreeneChange errs() to dbgs().
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-08-25 Owen AndersonComment-ify.
2009-08-25 Owen AndersonSwitch to SmallVector.
2009-08-25 Owen AndersonPull out this predicate loop into a helper function.
2009-08-25 Owen AndersonHandle a corner case when extracing code regions where...
2009-08-24 Owen AndersonWhen extracting SEME regions of code, the extractor...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Daniel DunbarSwitch to getNameStr().
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-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-06 Owen Anderson"LLVMContext* " --> "LLVMContext *"
2009-07-05 Owen AndersonMore LLVMContext-ification.
2008-12-18 Chris LattnerFix PR2929 by making bugpoint/code extract propagate...
2008-12-13 Misha BrukmanFix spelling.
2008-06-21 Dan GohmanUse Instruction::eraseFromParent().
2008-05-23 Dan GohmanTidy up BasicBlock::getFirstNonPHI, and change a bunch...
2008-05-15 Gabor GreifFix a bunch of 80col violations that arose from the...
2008-04-14 Owen AndersonRevert r49614. As Dan pointed out, some of these aren...
2008-04-13 Owen AndersonReplace calls of the form V1->setName(V2->getName(...
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-02-20 Anton KorobeynikovMake Transforms to be 4.3 warnings-clean
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-10-18 Owen AndersonMove Split<...>() into DomTreeBase. This should make...
2007-10-17 Hartmut KaiserFixed linker errors (unresolved externals: split<>...
2007-09-04 David GreeneUpdate GEP constructors to use an iterator interface...
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-06-21 Devang PatelMove code to update dominator information after basic...
2007-06-07 Devang PatelDo not use ETForest as well as DomiantorTree. Dominato...
2007-06-04 Devang Patels/DominatorTree::createNewNode/DominatorTree::addNewBlock/g
2007-06-04 Devang PatelAdd basic block level interface to change immediate...
2007-04-18 Owen AndersonUse new ETForest accessor.
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-07 Owen AndersonExpunge DomSet from CodeExtractor. This is part of...
2007-03-22 Dan GohmanChange uses of Function::front to Function::getEntryBlo...
2007-02-13 Chris LattnerEliminate use of ctors that take vectors.
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-01-31 Chris Lattnereliminate temporary vectors
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2006-12-31 Reid SpencerFor PR950:
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-26 Bill WendlingRemove #include <iostream> and use llvm_* streams instead.
2006-10-20 Reid SpencerFor PR950:
2006-09-28 Chris Lattnersimplify code
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-01-29 Chris Lattnerswitchinst ctor now takes a hint for the number of...
2004-11-20 Misha BrukmanAllow constructor parameter to override aggregating...
2004-11-13 Chris LattnerFix: CodeExtractor/2004-11-12-InvokeExtract.ll
2004-11-12 Chris LattnerFix a bug where the code extractor would get a bit...
2004-09-15 Reid SpencerConvert code to compile with vc7.1.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-13 Chris LattnerIf we are extracting a block that has multiple successo...
2004-08-13 Chris LattnerWhen we code extract some stuff, leave the codeRepl...
2004-08-12 Chris LattnerFix code extraction of unwind blocks. This fixed bugs...
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-15 Chris LattnerProgress on PR341
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-05-26 Alkis EvlogimenosDo not pass a null pointer if this instruction is not...
2004-05-12 Chris LattnerDo not pass in the same argument to the extracted funct...
2004-05-12 Chris LattnerImplement support for code extracting basic blocks...
2004-05-12 Chris LattnerImplement splitting of PHI nodes, allowing block extrac...
2004-05-12 Chris Lattner* Pull some code out into the definedInRegion/definedIn...
2004-05-12 Chris LattnerGenerate substantially better code when there are a...
2004-05-12 Chris LattnerTwo minor improvements:
2004-04-23 Misha Brukman* Allow aggregating extracted function arguments (contr...
2004-03-18 Chris LattnerFix bug: CodeExtractor/2004-03-17-MissedLiveIns.ll
2004-03-18 Chris LattnerFix CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll
2004-03-18 Chris LattnerSeriously simplify and correct the PHI node handling...
2004-03-18 Chris LattnerFix CodeExtractor/2004-03-17-OutputMismatch.ll
2004-03-18 Chris LattnerFix several bugs in the extractor:
2004-03-18 Chris LattnerPrune #includes, moving the module interface to the...
2004-03-15 Chris LattnerMostly cosmetic improvements. Do fix the bug where...
2004-03-15 Chris LattnerAssert that input blocks meet the invariants we expect
2004-03-14 Chris LattnerNo correctness fixes here, just minor qoi fixes:
2004-03-14 Chris LattnerSimplify code a bit, and fix bug CodeExtractor/2004...
2004-03-14 Chris LattnerSimplify the code a bit by making the collection of...
2004-03-14 Chris LattnerMinor random cleanups
2004-03-14 Chris LattnerVerify functions as they are produced if -debug is...
2004-03-02 Misha BrukmanImplement ExtractCodeRegion()
next