When a function takes a variable number of pointer arguments, with a zero
[oota-llvm.git] / tools / bugpoint / Miscompilation.cpp
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-08-02 Chris LattnerIf the user interrupts bugpoint, don't extract loops
2005-08-02 Chris LattnerWhen the user hits ctrl-c, bugpoint should attempt...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-12 Chris LattnerFix PR576.
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-05-08 Chris LattnerIf loopextract breaks the program provide output so...
2005-04-22 Jeff CohenEliminate tabs and trailing spaces
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerReplace more a*'s with arg_*'s, thanks to Gabor Greif!
2005-03-15 Alkis EvlogimenosUse arg_iterator and arg_begin and arg_end functions.
2005-02-27 Chris LattnerFix spelling, patch contributed by Gabor Greif!
2005-01-15 Chris LattnerImprove output precision.
2004-12-16 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-13 Reid SpencerLinkModules is now in the Linker class
2004-11-19 Chris LattnerFix a bug in the checkin where I adjusted this code...
2004-11-16 Chris LattnerMake this code not depend on LinkModules leaving the...
2004-11-14 Reid SpencerLinker.h has a new home.
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-23 Misha Brukman* Convert "\n" -> '\n'
2004-07-18 Reid Spencerbug 122:
2004-06-23 Misha BrukmanLinker.h moved to include/llvm/Support
2004-05-12 Chris LattnerTurn the block extractor on by default now that it...
2004-05-12 Chris LattnerCheck to see if all blocks are extractible first.
2004-05-12 Chris LattnerImplement the final missing bits for block extractor...
2004-05-11 Chris LattnerImplement basic block extraction for the miscompilation...
2004-04-23 Chris LattnerTeach bugpoint to be a little bit smarter and avoid...
2004-04-22 Misha BrukmanAdd a space before result for readability on the comman...
2004-04-21 Misha BrukmanAdd doxygenified comments to functions.
2004-04-19 Misha BrukmanAs per Chris, greatly simplify handling of external...
2004-04-19 Misha BrukmanFinally implement rewriting global initializers which...
2004-04-11 Chris LattnerDisambiguate symbols after loop extraction so that...
2004-04-09 Chris LattnerFix an obvious bug in the refactoring I did a few days ago
2004-04-05 Chris LattnerMerge the code generator miscompilation code into the...
2004-04-05 Chris LattnerRefactor and genericize code
2004-04-02 Chris Lattnerminor formatting change
2004-04-02 Chris LattnerFix two pretty serious bugs:
2004-03-17 Chris LattnerWhen loop extraction succeeds, make sure to map the...
2004-03-16 Chris LattnerFix thinko, and PR292
2004-03-14 Chris LattnerAfter reducing a miscompiled program down to the functi...
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-18 Chris LattnerA couple of minor cleanups: don't forward declare priva...
2004-02-18 Chris LattnerAdd a stub for debugging code generator crashes
2004-01-14 Chris Lattnerfinegrainify namespacification
2003-12-07 Chris LattnerBugpoint had appalingly bad grammar. Fix some of it.
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 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-14 Chris LattnerEliminate the bugpoint -mode option, by making bugpoint...
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-08-04 Misha BrukmanDo not attempt to reduce a test case if it is an empty...
2003-07-30 Misha BrukmanCodeGeneratorBug.cpp:
2003-07-24 Misha BrukmanMajor addition to bugpoint: ability to debug code gener...
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-05-12 Chris LattnerPrint filename correctly
2003-04-25 Chris LattnerRename Kept -> Suffix
2003-04-24 Chris LattnerAdjust to match new ListReducer interface
2003-04-24 Chris LattnerMove the ListReducer Class into it's own header file...
2003-04-24 Chris LattnerAllow bugpoint to try new an different methods for...
2003-04-24 Chris LattnerImplement support for bugpoint to identify which FUNCTI...
2003-04-23 Chris LattnerPrint where reference output goes
2002-12-23 Chris LattnerNew files for miscompilation detection