Convert some tab stops into spaces.
[oota-llvm.git] / tools / bugpoint / BugDriver.h
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-06-24 Devang PatelUse ValueMap instead of DenseMap.
2010-04-14 Nick LewyckyRemove accidentally committed cruft.
2010-04-14 Nick LewyckyBugpoint no longer uses exceptions.
2010-04-12 Nick LewyckyRemove use of exceptions from bugpoint. No deliberate...
2010-04-10 Nick LewyckyRemove dead argument and clean whitespace. No functiona...
2010-03-22 Jeffrey YasskinFree all Constants in ~LLVMConstantImpl. We avoid...
2010-03-19 Jeffrey YasskinBugpoint's default memory limit (100MB) was too low...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-05 Dan GohmanFix FindExecutable to use sys::Path::GetMainExecutable...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
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-04-22 Dan GohmanUse CloneModule's ValueMap in more places, instead...
2008-12-08 Dan GohmanGeneralize bugpoint's concept of a "safe" backend,...
2007-12-29 Chris Lattnerremove attributions from tools.
2007-11-14 Nick LewyckyAllow the block extractor take to take a list of basic...
2007-07-04 Gabor GreifPretty straightforward replacement of "bytecode" by...
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2006-10-25 Bill WendlingFix for PR960. Improves bugpoint so that it removes...
2006-09-15 Chris LattnerAdd a new -cbe-bug mode, which works just like -run...
2006-08-17 Chris Lattnerfit in 80 cols
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...
2005-12-22 Reid SpencerFor PR351:
2005-08-02 Chris LattnerWhen the user hits ctrl-c, bugpoint should attempt...
2005-04-22 Jeff CohenEliminate tabs and trailing spaces
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-05-11 Chris LattnerImplement basic block extraction for the miscompilation...
2004-04-05 Chris LattnerMerge the code generator miscompilation code into the...
2004-04-05 Chris LattnerMake a method public
2004-03-14 Chris LattnerAdd a new "AutoDebugCrashes" option
2004-03-14 Chris LattnerAdd new method
2004-03-14 Chris LattnerRefactor and clean up a bunch more code. No major...
2004-03-14 Chris LattnerAdd a method to extract a loop
2004-03-14 Chris LattnerRefactor all of the "splitting a module into two pieces...
2004-02-18 Chris LattnerAdd a new method for use by the code generator crash...
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 LattnerUpdate comments, if we are running with the CBE, make...
2004-02-11 Brian GaekeAdd check-exit-code option, defaulting to true.
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-20 Chris Lattnerfix file headers
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-17 Chris LattnerBe more helpful if a pass fails while chasing down...
2003-10-14 Chris LattnerChange the execute methods to take the shared object...
2003-10-14 Chris LattnerThe return value of compileSharedObject was never used...
2003-08-05 Chris LattnerIf we're debugging the SimplifyCFG pass, we _REALLY_...
2003-08-01 Chris LattnerParameterize the performFinalCleanups a bit
2003-07-28 Misha BrukmanAdded comment to function isExecutingJIT()
2003-07-28 Misha BrukmanBugDriver.h:
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-04-24 Chris LattnerSpeed up convergence significantly and also reduce...
2003-04-24 Chris LattnerRemove dead functions
2003-04-24 Chris LattnerUse the list reducer to improve convergence speed and...
2003-04-24 Chris LattnerImplement support for bugpoint to identify which FUNCTI...
2003-02-28 Chris Lattner* Reduce the number of useless bytecode files produced...
2003-01-23 Chris LattnerMake bugpoint *much* more powerful, giving it the capab...
2002-12-23 Chris LattnerImplement the start of the miscompilation detection...
2002-11-20 Chris LattnerInitial checkin of bugpoint