Add PR to this FIXME, looks like I didn't commit this change after all.
[oota-llvm.git] / tools / bugpoint /
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...
2009-05-25 Nick LewyckyAdd a bisection step on the list of instructions before...
2009-05-24 Torok EdwinMake bugpoint emit a bugpoint-reduced-blocks.bc, becaus...
2009-05-24 Torok EdwinAdd -disable-global-remove option to bugpoint.
2009-05-05 Evan Chengbugpoint for jit should just ignore GCC arguments.
2009-04-27 Dan GohmanImprove bugpoint's error messages when it runs out...
2009-04-22 Dan GohmanUse CloneModule's ValueMap in more places, instead...
2009-04-04 Nick LewyckyCloneModule stores the BasicBlock mapping in ValueMap...
2009-03-12 Evan ChengAlso pass -gcc-tool-args when building a shared object.
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-03-06 Dan GohmanUse CloneModule's ValueMap to avoid needing to look up
2009-03-05 Dan GohmanFix a bugpoint bug on anonymous functions. Instead...
2009-03-02 Bill WendlingAdd a "-gcc-tool-args" option. This option acts like...
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2009-02-12 Dan GohmanRename bugpoint's error message file so that if it...
2009-02-07 Chris Lattnerfix bugpoint url, patch by Pieter de Bie!
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-12-08 Dan GohmanGeneralize bugpoint's concept of a "safe" backend,...
2008-10-26 Nick LewyckyRemove -check-exit-code from bugpoint. This is subsumed...
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-09 Evan ChengAllow use of ssh to perform remote execution.
2008-07-29 Matthijs KooijmanImprove bugpoint output a bit by outputting the actual...
2008-07-14 Dan GohmanReformat this message to fit in 80 cols.
2008-07-08 Owen AndersonGlobal variables beginning with \01 have special meanin...
2008-06-12 Matthijs KooijmanLet bugpoint display generated messages on stderr only...
2008-06-12 Matthijs KooijmanAdd -silence-passes option to bugpoint. This option...
2008-05-15 Gabor GreifFix a bunch of 80col violations that arose from the...
2008-04-28 Anton KorobeynikovAdd possibility of using arbitrary to to execute stuff...
2008-04-28 Chris Lattnerseveral multiple-retval fixes for bugpoint.
2008-04-14 Owen AndersonRevert r49614. As Dan pointed out, some of these aren...
2008-04-13 Owen AndersonReplace calls of the form V1->setName(V2->getName(...
2008-04-07 Bill WendlingRemove tabs. Patch by Mike Stump!
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-04-06 Torok Edwin-fPIC is required on x86-64 when building shared objects.
next