Add a pointer to the owning LLVMContext to Module. This requires threading LLVMConte...
[oota-llvm.git] / tools / bugpoint / bugpoint.cpp
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-04-27 Dan GohmanImprove bugpoint's error messages when it runs out...
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-02-07 Chris Lattnerfix bugpoint url, patch by Pieter de Bie!
2008-02-18 Dan GohmanFix a missing space in the description of the find...
2007-12-29 Chris Lattnerremove attributions from tools.
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-11-17 Bill WendlingNeed <iostream> for the time being.
2006-08-21 Reid SpencerFor PR885:
2006-08-15 Patrick JenkinsThis commit adds a new feature called find-bugs. The...
2006-06-13 Chris LattnerTeach bugpoint to kill optimization passes that run...
2006-06-07 Reid SpencerMake sure this tool links in all of libVMCore.a because...
2006-06-06 Chris LattnerMove ToolRunner.(cpp|h) into the bugpoint directory
2006-03-14 Reid SpencerConvert llvm.cs.uiuc.edu -> llvm.org
2005-12-22 Reid SpencerFor PR351:
2005-10-24 Chris LattnerLink to archive versions of libraries instead of the...
2005-08-02 Chris LattnerWhen the user hits ctrl-c, bugpoint should attempt...
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-12-30 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-20 Misha Brukmanllvm/Config/unistd.h has gone away, far, far away
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-07-23 Misha Brukman* Convert "\n" -> '\n'
2004-07-11 Chris LattnerAdd -load option
2004-05-27 Chris LattnerHeader file moved
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-02-19 Alkis EvlogimenosMake ToolExecutionError inherit std::exception and...
2004-02-18 Chris LattnerCatch exception and print message as appropriate
2004-02-18 Chris LattnerBugpoint will be throwing exceptions soon, perpare...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 Chris Lattnerfix file headers
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-18 Chris LattnerAdd usage blurb
2003-09-12 Misha BrukmanBugpoint has the ability of generating a plethora of...
2003-08-07 Misha BrukmanRe-grouped and alphabetized headers for easier reading...
2003-07-30 Misha BrukmanMoved definition of InputArgv into ExecutionDriver...
2003-07-30 Chris LattnerAdd variable to capture arguments that should be passed...
2003-07-24 Misha BrukmanMajor addition to bugpoint: ability to debug code gener...
2003-05-03 Chris LattnerBugpoint is always verbose, eliminate option
2002-11-20 Chris LattnerInitial checkin of bugpoint