[cleanup] Move the Dominators.h and Verifier.h headers into the IR
[oota-llvm.git] / tools / bugpoint / ExtractFunction.cpp
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-07-05 Rafael EspindolaAdd a createUniqueFile function and switch llvm's users...
2013-06-17 Rafael EspindolaDon't use PathV1.h in ExtractFunction.cpp.
2013-06-13 Rafael EspindolaDon't use PathV1.h in Signals.h.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-05-04 Chandler CarruthMove the CodeExtractor utility to a dedicated header...
2012-02-22 Eli FriedmanImprove handling of blockaddresses in bugpoint when...
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in StructType::get() and TargetData...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-20 Chris LattnerRevamp the "ConstantStruct::get" methods. Previously...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-13 Rafael EspindolaBe more consistent in using ValueToValueMapTy.
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-20 Dan GohmanConvert tools to use tool_output_file, and introduce...
2010-08-10 Rafael EspindolaUse RunPassesOn as in the rest of bugpoint.
2010-08-08 Rafael EspindolaMost of bugpoint now only needs to know the pass names.
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
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...
next