Hold the LLVMContext by reference rather than by pointer.
[oota-llvm.git] / tools / bugpoint / BugDriver.cpp
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-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-12-08 Dan GohmanGeneralize bugpoint's concept of a "safe" backend,...
2008-02-26 Bill WendlingDetabify.
2007-12-29 Chris Lattnerremove attributions from tools.
2007-07-04 Gabor GreifPretty straightforward replacement of "bytecode" by...
2007-05-06 Chris Lattneruse the new MemoryBuffer interfaces to simplify error...
2007-05-06 Chris Lattnerswitch tools to bitcode from bytecode
2007-05-06 Chris Lattneradd bitcode support
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2006-10-25 Bill WendlingFix for PR960. Improves bugpoint so that it removes...
2006-08-18 Reid SpencerFor PR797:
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-06 Chris LattnerMove ToolRunner.(cpp|h) into the bugpoint directory
2006-05-14 Chris Lattnerprint a nice error if bugpoint gets an error reading...
2005-12-22 Reid SpencerFor PR351:
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-12-20 Reid SpencerAllow compilers that can't distinguish between a class...
2004-12-16 Reid SpencerFor PR351:
2004-12-13 Reid SpencerLinkModules is now in the Linker class
2004-11-14 Reid SpencerLinker.h has a new home.
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-24 Chris LattnerFinally give bugpoint -timeout support!
2004-07-23 Misha Brukman* Convert "\n" -> '\n'
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
2004-06-23 Misha BrukmanLinker.h moved to include/llvm/Support
2004-04-06 Misha BrukmanWrap at 80 cols.
2004-03-14 Chris LattnerRefactor and clean up a bunch more code. No major...
2004-03-14 Chris LattnerRefactor all of the "splitting a module into two pieces...
2004-02-20 Chris LattnerFormat a bit more nicely
2004-02-19 Chris LattnerBe a bit more robust. Explicitly check for a code...
2004-02-19 Alkis EvlogimenosMake ToolExecutionError inherit std::exception and...
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 Lattnerctor arguments changed order
2004-02-18 Chris LattnerThis class got moved to FileUtilities.h
2004-01-14 Chris Lattnerfinegrainify namespacification
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-15 Brian GaekeFlush output after writing out the list of function...
2003-10-14 Chris LattnerEliminate the bugpoint -mode option, by making bugpoint...
2003-10-13 Chris LattnerUnbreak code generator debug mode
2003-09-17 Chris LattnerUse new method
2003-08-22 Chris LattnerKill warning
2003-08-22 Misha BrukmanSquash the warning that `Result' may not be initialized...
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 BrukmanMoved SystemUtils.h to include/Support and SystemUtils...
2003-07-24 Misha BrukmanMade a bunch of cleanups, as per Chris' recommendations:
2003-07-24 Misha BrukmanMajor addition to bugpoint: ability to debug code gener...
2003-05-23 Brian GaekeClarify BugDriver.cpp:BugDriver::ParseInputFile()'s...
2003-05-03 Misha BrukmanThe Grammar Police is out on patrol.
2003-04-24 Chris LattnerMake sure that deleted functions have external linkage
2003-04-24 Chris LattnerMove function from Miscompilation.cpp
2003-04-24 Chris LattnerImplement support for bugpoint to identify which FUNCTI...
2002-12-23 Chris LattnerImplement the start of the miscompilation detection...
2002-11-20 Chris LattnerInitial checkin of bugpoint