aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/Miscompilation.cpp
AgeCommit message (Expand)Author
2004-04-19As per Chris, greatly simplify handling of external functions by using theMisha Brukman
2004-04-19Finally implement rewriting global initializers which use external functionsMisha Brukman
2004-04-11Disambiguate symbols after loop extraction so that we can diagnose a codeChris Lattner
2004-04-09Fix an obvious bug in the refactoring I did a few days agoChris Lattner
2004-04-05Merge the code generator miscompilation code into the optimizer miscompilationChris Lattner
2004-04-05Refactor and genericize codeChris Lattner
2004-04-02minor formatting changeChris Lattner
2004-04-02Fix two pretty serious bugs:Chris Lattner
2004-03-17When loop extraction succeeds, make sure to map the function pointers overChris Lattner
2004-03-16Fix thinko, and PR292Chris Lattner
2004-03-14After reducing a miscompiled program down to the functions which are beingChris Lattner
2004-03-14Refactor and clean up a bunch more code. No major functionality changes.Chris Lattner
2004-03-14Refactor all of the "splitting a module into two pieces" code to avoidChris Lattner
2004-02-18A couple of minor cleanups: don't forward declare private classes, put privateChris Lattner
2004-02-18Add a stub for debugging code generator crashesChris Lattner
2004-01-14finegrainify namespacificationChris Lattner
2003-12-07Bugpoint had appalingly bad grammar. Fix some of it.Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20fix file headersChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-10-18If we detect a pass crash during miscompilation testing, immediately enter theChris Lattner
2003-10-18Fix bug in my checkinChris Lattner
2003-10-18Another formatting fixChris Lattner
2003-10-17More cleanupsChris Lattner
2003-10-17Be more helpful if a pass fails while chasing down a miscompilationChris Lattner
2003-10-14Eliminate the bugpoint -mode option, by making bugpoint automatically infer t...Chris Lattner
2003-08-07File-related functions moved to FileUtilities.h .Misha Brukman
2003-08-07Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman
2003-08-07Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.Misha Brukman
2003-08-04Do not attempt to reduce a test case if it is an empty set.Misha Brukman
2003-07-30CodeGeneratorBug.cpp:Misha Brukman
2003-07-24Major addition to bugpoint: ability to debug code generators (LLC and LLI).Misha Brukman
2003-07-14The word `separate' only has one `e'.Misha Brukman
2003-05-12Print filename correctlyChris Lattner
2003-04-25Rename Kept -> SuffixChris Lattner
2003-04-24Adjust to match new ListReducer interfaceChris Lattner
2003-04-24Move the ListReducer Class into it's own header file instead of living in Mis...Chris Lattner
2003-04-24Allow bugpoint to try new an different methods for pruning down listsChris Lattner
2003-04-24Implement support for bugpoint to identify which FUNCTION an optimizationChris Lattner
2003-04-23Print where reference output goesChris Lattner
2002-12-23New files for miscompilation detectionChris Lattner