When an error occurs executing a tool, we now throw an exception instead
[oota-llvm.git] / tools / bugpoint /
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...
2003-08-07 Misha BrukmanFixed path for SystemUtils.h and a few code cleanups.
2003-08-07 Misha BrukmanMoved SystemUtils.h to include/Support and SystemUtils...
2003-08-05 Chris LattnerIf we're debugging the SimplifyCFG pass, we _REALLY_...
2003-08-05 Misha BrukmanOnly test the vector of functions if it is non-empty.
2003-08-04 Misha BrukmanDo not attempt to reduce a test case if it is an empty...
2003-08-04 John CriswellAdded code that ensures that we don't try to reduce...
2003-08-04 Chris LattnerMake sure to flush the output stream so that we get...
2003-08-04 Chris LattnerPrint accurate run instructions for when testing LLC
2003-08-03 Chris LattnerFix problem I introduced in bugpoint with the cleanup...
2003-08-01 Chris LattnerDEBUG got moved to Debug.h
2003-08-01 Chris LattnerUse the new FileUtilities library to do diff'ing of...
2003-08-01 Chris LattnerUse the C++, more portable, deleter
2003-08-01 Chris LattnerDon't emit modules with lots of cruft hanging off of...
2003-08-01 Chris LattnerParameterize the performFinalCleanups a bit
2003-07-30 Misha BrukmanIgnore intrinsic functions -- don't mangle their names...
2003-07-30 Misha BrukmanCodeGeneratorBug.cpp:
2003-07-30 Misha Brukman* Moved InputArgv out of anonymous scope to be extern...
2003-07-30 Misha BrukmanMoved definition of InputArgv into ExecutionDriver...
2003-07-30 Misha BrukmanUse a vector<char*> instead of char*[] so that we can...
2003-07-30 Chris LattnerAdd variable to capture arguments that should be passed...
next