MC: Improve expression parsing and implement evaluation of absolute expressions
[oota-llvm.git] / tools / bugpoint /
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.
2008-03-24 Andrew LenharthWith debug info, there are nameless constant global...
2008-02-26 Bill WendlingDetabify.
2008-02-18 Dan GohmanFix a missing space in the description of the find...
2008-02-14 Nick LewyckyPR2027, Fix bugpoint's -find-bugs option, clean up...
2008-01-08 Chris LattnerFix PR1797
2007-12-29 Chris Lattnerremove attributions from tools.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
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-10-08 Dan GohmanMove the space in overview output for commands out...
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-07-04 Gabor GreifPretty straightforward replacement of "bytecode" by...
2007-06-06 Lauro Ramos VenancioFix bugpoint to run -llc-safe with -Xlinker.
2007-05-06 Chris Lattneruse the new MemoryBuffer interfaces to simplify error...
2007-05-06 Chris LattnerFix a buggy conversion from bytecode to bitcode
2007-05-06 Chris Lattnerswitch tools to bitcode from bytecode
2007-05-06 Chris Lattneradd bitcode support
2007-05-03 Evan ChengAdded -rsh-host and -rsh-user to support remote execution.
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-19 Chris Lattnerremove use of deprecated apis
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-02-13 Chris Lattnereliminate use of vector-related ctors
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-02-03 Reid SpencerFor PR1072:
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-21 Chris Lattnerdefault to emiting an uncompressed .bc file
2007-01-07 Chris Lattnerrelax type
2007-01-06 Reid SpencerFor PR411:
2007-01-03 Evan ChengA bit more debugging printf's.
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-13 John CriswellRemove DSA.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-28 Reid SpencerAdd an -append-exit-code option to bugpoint. This will...
2006-11-27 Reid SpencerFor PR950:
2006-11-17 Bill WendlingNeed <iostream> for the time being.
2006-11-11 Reid SpencerMinor style fixes from review.
2006-11-11 Reid SpencerAdd a -disable-loop-extraction option to bugpoint.
2006-11-09 Chris Lattnercompletely revert patrick's enhancement to bugpoint...
2006-11-09 Chris Lattneradd a new bugpoint mode -llc-safe. This uses LLC for...
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-02 Reid SpencerFor PR786:
2006-10-27 Bill WendlingForgot a }
2006-10-27 Bill WendlingRe-added the part where it tries to remove all global...
2006-10-25 Bill WendlingFix for PR960. Improves bugpoint so that it removes...
2006-10-20 Reid SpencerFor PR950:
2006-10-10 Chris LattnerMake the bugpoint reduction heuristics more effective...
2006-10-09 Chris LattnerRemove a dead var noticed by Yorion
2006-09-15 Chris Lattnercomment out debug code
2006-09-15 Chris LattnerAdd a new -cbe-bug mode, which works just like -run...
2006-09-14 Nick LewyckyFix --enable-valgrind. Add room for the new arguments...
2006-09-14 Nick LewyckyAdd --enable-valgrind option to run optimizations throu...
2006-09-07 Chris LattnerChange DisambiguateGlobalSymbols to not rename asm...
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-08-29 Chris LattnerCode cleanups, no functionality change.
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris Lattneranalyze no longer exists, don't offer to run it :)
next