aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/Miscompilation.cpp
AgeCommit message (Expand)Author
2005-07-07For PR495:Reid Spencer
2005-05-08If loopextract breaks the program provide output so that we can repro theChris Lattner
2005-04-22Eliminate tabs and trailing spacesJeff Cohen
2005-04-22Remove trailing whitespaceMisha Brukman
2005-03-15Replace more a*'s with arg_*'s, thanks to Gabor Greif!Chris Lattner
2005-03-15Use arg_iterator and arg_begin and arg_end functions.Alkis Evlogimenos
2005-02-27Fix spelling, patch contributed by Gabor Greif!Chris Lattner
2005-01-15Improve output precision.Chris Lattner
2004-12-16For PR351:Reid Spencer
2004-12-15For PR351:Reid Spencer
2004-12-13LinkModules is now in the Linker classReid Spencer
2004-11-19Fix a bug in the checkin where I adjusted this code to work whenChris Lattner
2004-11-16Make this code not depend on LinkModules leaving the second argument unmolested.Chris Lattner
2004-11-14Linker.h has a new home.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-07-23* Convert "\n" -> '\n'Misha Brukman
2004-07-18bug 122:Reid Spencer
2004-06-23Linker.h moved to include/llvm/SupportMisha Brukman
2004-05-12Turn the block extractor on by default now that it basically works, eliminati...Chris Lattner
2004-05-12Check to see if all blocks are extractible first.Chris Lattner
2004-05-12Implement the final missing bits for block extractor support. Now bugpointChris Lattner
2004-05-11Implement basic block extraction for the miscompilation debugger. This still...Chris Lattner
2004-04-23Teach bugpoint to be a little bit smarter and avoid repeating workChris Lattner
2004-04-22Add a space before result for readability on the command line.Misha Brukman
2004-04-21Add doxygenified comments to functions.Misha Brukman
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