Make ToolExecutionError inherit std::exception and implement its
[oota-llvm.git] / tools / bugpoint /
2004-02-19 Alkis EvlogimenosMake ToolExecutionError inherit std::exception and...
2004-02-18 Chris LattnerFix the "horribly N^2'd" problem when deleting individu...
2004-02-18 Chris Lattner* Predicate the optimizer crash debugger on a function.
2004-02-18 Chris LattnerAdd a new method for use by the code generator crash...
2004-02-18 Chris LattnerDon't crash if there are no passes in the PassesToRun...
2004-02-18 Chris LattnerAdd support for just running the code generator
2004-02-18 Chris LattnerAdd support for just compiling a program
2004-02-18 Chris LattnerMake the executeProgram method exception safe, not...
2004-02-18 Chris LattnerMake more stuff public. Make the instruction argument to
2004-02-18 Chris Lattnermake a bunch of methods public
2004-02-18 Chris LattnerA couple of minor cleanups: don't forward declare priva...
2004-02-18 Chris LattnerCleanup and simplify manipulation of the program, elimi...
2004-02-18 Chris LattnerAdd a stub for debugging code generator crashes
2004-02-18 Chris Lattnerindent correctly
2004-02-18 Chris LattnerDon't yell. BUGPOINT should yell, not the tool runner :)
2004-02-18 Chris LattnerUpdate comments, if we are running with the CBE, make...
2004-02-18 Chris LattnerByebye method
2004-02-18 Chris LattnerIf there is an error running a tool, include the error...
2004-02-18 Chris Lattnerctor arguments changed order
2004-02-18 Chris LattnerCatch exception and print message as appropriate
2004-02-18 Chris LattnerWhen an error occurs executing a tool, we now throw...
2004-02-18 Chris LattnerBugpoint will be throwing exceptions soon, perpare...
2004-02-18 Chris LattnerThis class got moved to FileUtilities.h
2004-02-17 Chris LattnerThe CBE is now in llc, not llvm-dis
2004-02-17 Chris LattnerThe C backend is no longer in llvm-dis, it's in llc
2004-02-17 Chris LattnerThe CBE is no longer in llvm-dis
2004-02-11 Brian GaekeAdd check-exit-code option, defaulting to true.
2004-01-26 John CriswellFixes for PR214. Use the SHLIBEXT variable instead...
2004-01-14 Chris Lattnerfinegrainify namespacification
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-07 Chris LattnerBugpoint had appalingly bad grammar. Fix some of it.
2003-12-07 Chris LattnerDo not leave a bunch of crud lying around
2003-11-29 Chris Lattnerbe 3.4 happy
2003-11-23 Chris LattnerDo not DESTROY programs by default. No wonder bugpoint...
2003-11-22 Chris LattnerDo not crash when dealing with invoke and unwind instru...
2003-11-22 Chris LattnerUse new interfaces
2003-11-18 Brian GaekeOnly use -Wl,-R. if HAVE_LINK_R.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerI hate it when bugpoint is all ready to give me a bytec...
2003-11-05 Chris LattnerSimplify the performFinalCleanups interface
2003-10-27 Chris LattnerDo not print out lists with thousands of elements in...
2003-10-23 Chris LattnerFix an assertion failure in Bugpoint
2003-10-21 Brian GaekeFix the first FIXME in this file: automatically pick...
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-20 Misha BrukmanMade error message more comprehensible.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Chris Lattnerfix file headers
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-19 Chris LattnerDon't bother forwarding function references which are...
2003-10-19 Chris LattnerOk, return an explicit path to the shared object, unbre...
2003-10-19 Chris LattnerFix iterator invalidation problem
2003-10-19 Chris LattnerAdd debugtype, make output marginally more nice
2003-10-19 Chris LattnerFix PR #47
2003-10-18 Chris LattnerUpdate compile information
2003-10-18 Chris LattnerAdd usage blurb
2003-10-18 Chris LattnerWithout this option, the -run-llc mode does not work...
2003-10-18 Chris LattnerPrint -fno-strict-aliasing as well
2003-10-18 Chris LattnerDon't leave a trail of bugpoint-execution-output-*...
2003-10-18 Chris LattnerChange run-lli -> run-int
2003-10-18 Chris LattnerDefault to using the CBE instead of the Interpreter...
2003-10-18 Chris LattnerIf we detect a pass crash during miscompilation testing...
2003-10-18 Chris LattnerFix bug in my checkin
2003-10-18 Chris LattnerAnother formatting fix
2003-10-17 Chris LattnerMore cleanups
2003-10-17 Chris LattnerBe more helpful if a pass fails while chasing down...
2003-10-15 Brian GaekeFlush output after writing out the list of function...
2003-10-14 Chris Lattneradd support forloading additional .so files on the...
2003-10-14 Chris LattnerChange the execute methods to take the shared object...
2003-10-14 Chris LattnerGeneralize abstract interpreter interface to allow...
2003-10-14 Chris LattnerSubstantial cleanups:
2003-10-14 Chris LattnerThe return value of compileSharedObject was never used...
2003-10-14 Chris LattnerActually return an error if something bad happens,...
2003-10-14 Chris Lattnerminor cleanups
2003-10-14 Chris LattnerFix minor formatting bug
2003-10-14 Chris LattnerEliminate the bugpoint -mode option, by making bugpoint...
2003-10-13 Chris LattnerUnbreak code generator debug mode
2003-10-13 Chris LattnerLLI no longer has -abort-on-exception
2003-10-10 Brian GaekeDon't include <stdlib.h>.
2003-10-10 Misha BrukmanFix spelling.
2003-10-07 Chris LattnerThis header file moved. Thanks to Bill and Nightly...
2003-10-06 Misha BrukmanToolRunner.h has been moved from include/Support to...
2003-09-30 Chris LattnerAdd a file header
2003-09-29 Misha BrukmanUse the newly abstracted interface for running our...
2003-09-29 Misha BrukmanImplementation of the abstraction of running our tools...
2003-09-29 Misha BrukmanAbstracted away the process of running our tools +...
2003-09-17 Chris LattnerUse new method
2003-09-12 Misha BrukmanBugpoint has the ability of generating a plethora of...
2003-09-10 Brian GaekeCheck in the fix I meant to apply here, but mistakenly...
2003-08-28 Misha BrukmanRenaming `dis' -> `llvm-dis'.
2003-08-22 Chris LattnerKill warning
2003-08-22 Misha BrukmanSquash the warning that `Result' may not be initialized...
2003-08-18 Chris Lattnerno-strict-aliasing redux
2003-08-18 Chris LattnerThe CBE generates code which violates the TBAA rules...
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-17 Chris LattnerGive correct command line for making a shared object
2003-08-17 Chris LattnerMake sure that "newmain" gets names for its arguments
2003-08-17 Chris LattnerFix message
2003-08-07 Misha BrukmanFile-related functions moved to FileUtilities.h .
2003-08-07 Misha BrukmanRe-grouped and alphabetized headers for easier reading...
next