test commit redux
[oota-llvm.git] / tools / bugpoint /
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...
2011-04-19 Daniel DunbarADT/Triple: Move a variety of clients to using isOSDarw...
2011-03-31 Michael J. SpencerFix whitespace.
2011-03-31 Michael J. SpencerSwitch FileRemover from PathV1 to V2.
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-30 Jay Foad(Almost) always call reserveOperandSpace() on newly...
2011-02-24 Chris Lattnerfit in 80 cols.
2011-02-08 Andrew TrickAdded bugpoint options: -compile-custom and -compile...
2011-02-08 Andrew Trickwhitespace
2011-01-14 Devang PatelDisable debug mode.
2011-01-13 Devang PatelLittle help to debug the bugpoint itself.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-09 Dan GohmanFix some places where error messages were being swallowed.
2010-11-03 Mikhail GlushenkovRename FindExecutable to PrependMainExecutablePath.
2010-11-03 Mikhail Glushenkov80-col violations, trailing whitespace.
2010-10-29 Dan GohmanCheck for (unlikely) errors from FindExecutable.
2010-10-29 Dan GohmanFix these error messages to not mention PATH in cases...
2010-10-29 Dan GohmanDelete this obsolete comment.
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-13 Rafael EspindolaBe more consistent in using ValueToValueMapTy.
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-28 Duncan SandsStraighten out any triple strings passed on the command...
2010-08-24 Chris LattnerApply "Win32's Hybrid path separator in argv[0] should...
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 EspindolaAdd a opt-args option that can be used to pass argument...
2010-08-08 Rafael EspindolaMost of bugpoint now only needs to know the pass names.
2010-08-08 Rafael EspindolaTry to fix cmake build.
2010-08-07 Rafael EspindolaRun opt instead of bugpoint itself.
2010-08-07 Rafael EspindolaMove the bugpoint test passes to a plugin in preparatio...
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-08-05 Bob WilsonRevert bugpoint change due to buildbot breakage.
2010-08-05 Rafael EspindolaRun opt instead of bugpoint itself.
2010-08-05 Rafael EspindolaAdd const to compileProgram and to the various test...
2010-08-05 Rafael EspindolaAdd a Module argument to the remaining runPasses method...
2010-08-05 Rafael EspindolaMake EmitProgressBitcode const and add a Module argumen...
2010-07-31 Rafael EspindolaAdd const to some methods and change TestMergedProgram...
2010-07-31 Rafael EspindolaThe BlockExtractorPass() constructor was not reading...
2010-07-30 Rafael EspindolaAdd a Program argument to diffProgram to avoid a use...
2010-07-30 Duncan SandsDo not pass a copy of the value map, pass a reference...
2010-07-29 Rafael EspindolaMake the test while reducing blocks functional. This...
2010-07-29 Jakob Stoklund OlesenUse the right gcc tool args for IsARMArchitecture.
2010-07-28 Rafael EspindolaInstead of abusing swapProgramIn, just add a Module...
2010-07-26 Rafael EspindolaClone and restore the module being reduced in
2010-07-24 Rafael EspindolaRevert unintended white space change.
2010-07-24 Rafael EspindolaFix a trivial use after free.
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-07-12 Duncan SandsConvert some tab stops into spaces.
2010-06-24 Devang PatelUse ValueMap instead of DenseMap.
2010-06-21 Rafael EspindolaSave more temps with -save-temps.
2010-06-07 Dan GohmanRun dead type elimination after dead argument elimination.
2010-06-07 Dan GohmanUse ->isVoidTy().
2010-06-05 Dan GohmanNo need to special-case structs here; structs are first...
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-05-24 Duncan SandsApply timeouts and memory limits in more places. In...
2010-05-13 Jakob Stoklund OlesenFix complete badness in bugpoint's IsARMArchitecture...
2010-05-11 Jeffrey YasskinFix PR6951 by fixing Module leaks in bugpoint.
2010-05-10 Kalle RaiskilaAdd command line option --gcc to bugpoint.
2010-04-29 Nick LewyckyThe llc -f flag was removed.
2010-04-14 Nick LewyckyDon't forget cmake!
2010-04-14 Nick LewyckyRemove accidentally committed cruft.
2010-04-14 Nick LewyckyBugpoint no longer uses exceptions.
2010-04-12 Benjamin KramerBoolify.
2010-04-12 Nick LewyckyRemove use of exceptions from bugpoint. No deliberate...
2010-04-10 Nick LewyckyRemove dead argument and clean whitespace. No functiona...
2010-03-24 Dan GohmanTrim #includes.
2010-03-22 Jeffrey YasskinFree all Constants in ~LLVMConstantImpl. We avoid...
2010-03-19 Jeffrey YasskinBugpoint's default memory limit (100MB) was too low...
2010-03-16 Chris Lattneradd support for bugpointing the integrated assembler...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
next