The same problem was being tracked in PR7652.
[oota-llvm.git] / tools / bugpoint /
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...
2010-01-28 Benjamin KramerReplace strcpy with memcpy when we have the length...
2010-01-16 Chris Lattnerremove obsolete comment.
2010-01-16 Chris Lattnerbugpoint doesn't need the mangler at all. Disambiguate...
2010-01-16 Chris Lattnerswitch liblto to use the new getNameWithPrefix() method...
2009-11-17 Duncan SandsMake bugpoint pass -load arguments to LLI. This lets...
2009-11-12 Benjamin KramerAdd compare_lower and equals_lower methods to StringRef...
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
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-09-03 Dan GohmanMake bugpoint use ParseIRFile instead of doing the...
2009-08-31 Chris Lattneronly print the override triple if it exists!
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-24 Chris Lattnerprune the #includes in raw_ostream.h by moving a
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Chris Lattnereliminate the ostream version of CheckBitcodeOutputToCo...
2009-08-23 Chris Lattnereliminate the std::ostream forms of the bitcode writing...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-08-19 Benjamin KramerProper MSVC build fix (and remove my hack again). Patch...
2009-08-19 Benjamin KramerAdd a hack to unbreak MSVC builds. str(n)casecmp are...
2009-08-18 Nick LewyckyInclude valgrind in the steps to reproduce if valgrind...
2009-08-18 Daniel DunbarChange bugpoint to use Triple to make runtime decisions.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-07 Daniel DunbarMSVC warning fixes; patch by Stein Roger!
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-08-05 Dan GohmanUse (void *)(intptr_t) to cast function addresses to...
2009-08-05 Dan GohmanFix FindExecutable to use sys::Path::GetMainExecutable...
2009-08-05 Anton KorobeynikovPass user only if it's non-empty. Patch by Sandeep.
2009-08-05 Anton KorobeynikovAdd save-temps option to bugpoint to keep temporary...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
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-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-28 David GoodwinAdd a bugpoint flag to disable block extraction.
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-27 Dan GohmanPass true to the Internalize parameter of createStandar...
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-21 Evan Cheng80 col violation.
2009-07-20 David GoodwinFor remote execution, must cd to the executable directo...
2009-07-20 Daniel DunbarAdd -std-{compile,link}-opts to bugpoint.
2009-07-19 Chris Lattnerfix test
2009-07-19 Chris LattnerDisambiguateGlobalSymbols should not mangle intrinsics.
2009-07-18 Viktor KutuzovRequire a remote command to exit with the exit status...
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-07-15 Owen AndersonTo simplify the upcoming context-on-type change, switch...
2009-07-15 Dan GohmanAdd a Force option to raw_fd_ostream to specify whether...
2009-07-15 Dan GohmanUse errs() instead of std::cerr.
2009-07-15 Chris Lattnereliminate the Mangler::PreserveAsmNames bit, the sole...
2009-07-14 Evan Chengcontrol reaches end of non-void function.
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-14 Viktor KutuzovFix for bugpoint -remote-client
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Daniel DunbarRevert r7561{9,8,7,6}, which depend on r75610.
2009-07-14 Chris Lattnerrename getValueName -> getMangledName
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-11 Daniel DunbarFix unused function warning.
2009-07-10 David GoodwinSupport remote execute for ARM.
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-02 Chris Lattnerswitch the .ll parser into SMDiagnostic.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-05-25 Nick LewyckyFix the crash debugger to actually bisect globals once...
next