Don't use PassInfo* as a type identifier for passes. Instead, use the address of...
[oota-llvm.git] / tools / bugpoint / ExtractFunction.cpp
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-31 Rafael EspindolaThe BlockExtractorPass() constructor was not reading...
2010-07-30 Duncan SandsDo not pass a copy of the value map, pass a reference...
2010-07-28 Rafael EspindolaInstead of abusing swapProgramIn, just add a Module...
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
2010-07-20 Owen AndersonReapply r108794, a fix for the failing test from last...
2010-07-20 Daniel DunbarRevert r108794, "Separate PassInfo into two classes...
2010-07-20 Owen AndersonSeparate PassInfo into two classes: a constructor-free...
2010-06-24 Devang PatelUse ValueMap instead of DenseMap.
2010-06-07 Dan GohmanRun dead type elimination after dead argument elimination.
2010-06-07 Dan GohmanUse ->isVoidTy().
2010-06-04 Dan GohmanNo need to special-case structs here; structs are first...
2010-05-27 Dan GohmanEliminate some unnessary Path::exists() calls.
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-01-28 Benjamin KramerReplace strcpy with memcpy when we have the length...
2009-09-19 Nick LewyckyRemove the default value for ConstantStruct::get's...
2009-09-07 Daniel DunbarAdd -output-prefix option to bugpoint (to change the...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
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-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-27 Owen AndersonMove ConstantStruct back to 2.5 API.
2009-07-26 Daniel DunbarRemove Value::setName(const char*, unsigned).
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-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-07-15 Dan GohmanUse errs() instead of std::cerr.
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-13 Dan Gohman#include "llvm/Assembly/Writer.h" to get the declaratio...
2009-07-13 Owen AndersonFix the build.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-04-22 Dan GohmanUse CloneModule's ValueMap in more places, instead...
2009-01-15 Rafael EspindolaAdd the private linkage.
2008-07-08 Owen AndersonGlobal variables beginning with \01 have special meanin...
2008-04-28 Chris Lattnerseveral multiple-retval fixes for bugpoint.
2008-01-08 Chris LattnerFix PR1797
2007-12-29 Chris Lattnerremove attributions from tools.
2007-11-14 Nick LewyckyAllow the block extractor take to take a list of basic...
2007-11-05 Gordon HenriksenDeleting redundant copy of block extractor pass. See...
2007-07-04 Gabor GreifPretty straightforward replacement of "bytecode" by...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-02-05 Reid SpencerFor PR411:
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2006-12-31 Reid SpencerFor PR950:
2006-11-27 Reid SpencerFor PR950:
2006-11-09 Chris Lattnercompletely revert patrick's enhancement to bugpoint...
2006-10-20 Reid SpencerFor PR950:
2006-08-29 Chris LattnerCode cleanups, no functionality change.
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-07-28 Patrick JenkinsUpdating the comments above SplitFunctionsOutOfModule...
2006-07-28 Patrick JenkinsThis commit improves bugpoints speed. On my G4 this...
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-05-12 Chris LattnerRemove dead return value.
2006-03-08 Chris LattnerFix a really annoying bug in bugpoint that made reducin...
2006-01-22 Chris Lattneradd explicit #includes of iostream
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerReplace more a*'s with arg_*'s, thanks to Gabor Greif!
2005-02-23 Chris LattnerFix a bugpoint crash that JeffC noticed, looking like...
2004-11-18 Chris Lattnerremove debugging code
2004-11-16 Chris LattnerMake this code not depend on LinkModules leaving the...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-12 Chris LattnerIf the block extractor fails, actually emit the bc...
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
2004-05-11 Chris LattnerImplement basic block extraction for the miscompilation...
2004-04-02 Chris LattnerMinor speedup
2004-04-02 Chris LattnerFix a fairly nasty bug that prevented bugpoint from...
2004-03-17 Chris LattnerFix an inverted condition that causes us to think that...
2004-03-14 Chris LattnerAfter reducing a miscompiled program down to the functi...
2004-03-14 Chris LattnerRefactor to use a new method
2004-03-14 Chris LattnerRefactor and clean up a bunch more code. No major...
2004-03-14 Chris LattnerAdd a method to extract a loop
2004-03-14 Chris Lattneradd a fixme
2004-03-14 Chris LattnerRefactor all of the "splitting a module into two pieces...
2004-03-13 Chris LattnerFix the "infinite looping unless you disable adce" bug
2004-02-18 Chris LattnerMake more stuff public. Make the instruction argument to
2003-12-07 Chris LattnerDo not leave a bunch of crud lying around
2003-11-23 Chris LattnerDo not DESTROY programs by default. No wonder bugpoint...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerI hate it when bugpoint is all ready to give me a bytec...
2003-11-05 Chris LattnerSimplify the performFinalCleanups interface
2003-10-23 Chris LattnerFix an assertion failure in Bugpoint
2003-10-20 Chris Lattnerfix file headers
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-09-10 Brian GaekeCheck in the fix I meant to apply here, but mistakenly...
2003-08-07 Misha BrukmanRe-grouped and alphabetized headers for easier reading...
2003-08-05 Chris LattnerIf we're debugging the SimplifyCFG pass, we _REALLY_...
2003-08-01 Chris LattnerParameterize the performFinalCleanups a bit
2003-06-25 Chris LattnerRun dead arg elimination, and tell it that it's ok...
next