Re-sort #include lines again, prior to moving headers around.
[oota-llvm.git] / tools / bugpoint /
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-12-30 Nico WeberPort r198087 and r198089 (strip dead code by default...
2013-12-27 Nico WeberStrip dead code when linking by default with BFD ld...
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-11-04 Jakub StaszakUse startswith_lower() where possible.
2013-10-25 Daniel Sanders[bugpoint] Increase the default memory limit for subpro...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-02 Dmitri GribenkoAdded std:: qualifier to find() invocation
2013-08-05 Michael Gottesman[bugpoint] Allow the user to specify the path to opt...
2013-08-02 Hal FinkelFix invalid function pointers in bugpoint ExtractLoops
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-05 Rafael EspindolaAdd a createUniqueFile function and switch llvm's users...
2013-07-05 Rafael EspindolaUse sys::fs::createTemporaryFile.
2013-06-28 Hal FinkelFix bugpoint execution/reference output file name
2013-06-26 Rafael EspindolaRemove unused includes.
2013-06-26 Rafael EspindolaPort GetMainExecutable over to PathV2.
2013-06-25 Rafael EspindolaMove GetEXESuffix to the one place it is used.
2013-06-18 Rafael EspindolaConvert most uses of PathV1.h in ToolRunner.cpp.
2013-06-18 Rafael EspindolaAdd a version of unique_file that return just the file...
2013-06-18 Rafael EspindolaReturn a std::string from PrependMainExecutablePath.
2013-06-18 Rafael EspindolaRemove PathV1.h use from BugDriver.cpp.
2013-06-18 Rafael EspindolaRemove use of PathV1.h from ExecutionDriver.cpp.
2013-06-18 Rafael EspindolaRemove usage of PathV1.h from OptimizerDriver.cpp.
2013-06-18 Rafael EspindolaConvert some uses of eraseFromDisk.
2013-06-18 Rafael EspindolaDon't use PathV1.h in tools/bugpoint/Miscompilation...
2013-06-17 Rafael EspindolaConvert two uses of eraseFromDisk.
2013-06-17 Rafael EspindolaRemove usage of PathV1.h in FindBugs.cpp.
2013-06-17 Rafael EspindolaDon't use PathV1.h in CrashDebugger.cpp.
2013-06-17 Rafael EspindolaDon't use PathV1.h in ToolRunner.h.
2013-06-17 Rafael EspindolaRemove CBE related code.
2013-06-17 Rafael EspindolaDon't use PathV1.h in ExtractFunction.cpp.
2013-06-14 Rafael EspindolaMove PrependMainExecutablePath next to its only user.
2013-06-13 Rafael EspindolaDon't use PathV1.h in Signals.h.
2013-06-13 Rafael EspindolaDon't use PathV1.h in FileUtilities.h.
2013-06-13 Rafael EspindolaAvoid using PathV1.h in Program.h.
2013-06-13 Rafael EspindolaHave sys::FindProgramByName return a std::string.
2013-06-13 Rafael EspindolaFurther reduce usage of sys::Path in bugpoint.
2013-06-13 Rafael EspindolaTry to fix the build with libstdc++ 4.4.
2013-06-13 Rafael EspindolaReduce sys::Path usage in bugpoint.
2013-06-12 Rafael EspindolaRemove the program class.
2013-06-11 Rafael EspindolaInclude PathV1.h in files that use it.
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-04-12 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-04-04 Rafael EspindolaDon't export symbols in every binary on linux.
2013-03-26 Chandler CarruthManually update the dependencies in the Makefiles....
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
2013-01-28 Michael GottesmanExtracted ObjCARC.cpp into its own library libLLVMObjCA...
2013-01-24 Saleem Abdulrasool[bugpoint] make tool selection messages unique
2013-01-24 Saleem Abdulrasool[bugpoint] set Message after tool configuration
2013-01-19 Chandler CarruthSort all of the includes. Several files got checked...
2013-01-10 Jakub StaszakFix #includes after my last commit.
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-11-29 Pedro ArtigasOne more step towards making doInitialization and doFin...
2012-11-27 Owen AndersonRevert r168635 "Step towards implementation of pass...
2012-11-26 Owen AndersonStep towards implementation of pass manager with doInit...
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-05-04 Chandler CarruthMove the CodeExtractor utility to a dedicated header...
2012-05-02 John McCallFix unintentional use of operator bool.
2012-03-23 Eric ChristopherRemove the C backend.
2012-03-19 Chris LattnerFix two bugpoint bugs:
2012-02-22 Eli FriedmanImprove handling of blockaddresses in bugpoint when...
2012-02-07 Hal FinkelAllow bugpoint to recognize -bb-vectorize
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.
2012-01-31 Chris Lattnereliminate the "string" form of ConstantArray::get,...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-12-25 Bill WendlingAdd braces to remove silly warning.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-11-11 Daniel DunbarLLVMBuild: Add description files for the LLVM tools.
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-11-01 Eli FriedmanA couple misc fixes so that bugpoint doesn't explode...
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-11 Tanya LattnerMake it possible to use the linker without destroying...
2011-08-12 Nick LewyckyFix bugpoint fallout from the new type system.
2011-08-02 Rafael EspindolaMove methods in PassManagerBuilder offline.
2011-08-02 Rafael Espindolamove PassManagerBuilder.h to IPO. This is a non intuiti...
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
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...
2011-06-06 Eli FriedmanAdd -O1/2/3 to bugpoint, so when you conclude opt ...
2011-05-22 Chris Lattnerswitch bugpoint and liblto to PassManagerBuilder.
2011-05-21 Andrew TrickHave Program::Wait return -2 for crashed and timeouts...
2011-05-11 Andrew TrickTypo and missing checkin from r131186.
2011-05-11 Andrew TrickBugpoint support for miscompilations that result in...
next