summaryrefslogtreecommitdiff
path: root/tools/bugpoint/Miscompilation.cpp
Commit message (Expand)AuthorAge
* * Convert "\n" -> '\n'Misha Brukman2004-07-23
* bug 122:Reid Spencer2004-07-18
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-23
* Turn the block extractor on by default now that it basically works, eliminati...Chris Lattner2004-05-12
* Check to see if all blocks are extractible first.Chris Lattner2004-05-12
* Implement the final missing bits for block extractor support. Now bugpointChris Lattner2004-05-12
* Implement basic block extraction for the miscompilation debugger. This still...Chris Lattner2004-05-11
* Teach bugpoint to be a little bit smarter and avoid repeating workChris Lattner2004-04-23
* Add a space before result for readability on the command line.Misha Brukman2004-04-22
* Add doxygenified comments to functions.Misha Brukman2004-04-21
* As per Chris, greatly simplify handling of external functions by using theMisha Brukman2004-04-19
* Finally implement rewriting global initializers which use external functionsMisha Brukman2004-04-19
* Disambiguate symbols after loop extraction so that we can diagnose a codeChris Lattner2004-04-11
* Fix an obvious bug in the refactoring I did a few days agoChris Lattner2004-04-09
* Merge the code generator miscompilation code into the optimizer miscompilationChris Lattner2004-04-05
* Refactor and genericize codeChris Lattner2004-04-05
* minor formatting changeChris Lattner2004-04-02
* Fix two pretty serious bugs:Chris Lattner2004-04-02
* When loop extraction succeeds, make sure to map the function pointers overChris Lattner2004-03-17
* Fix thinko, and PR292Chris Lattner2004-03-16
* After reducing a miscompiled program down to the functions which are beingChris Lattner2004-03-14
* Refactor and clean up a bunch more code. No major functionality changes.Chris Lattner2004-03-14
* Refactor all of the "splitting a module into two pieces" code to avoidChris Lattner2004-03-14
* A couple of minor cleanups: don't forward declare private classes, put privateChris Lattner2004-02-18
* Add a stub for debugging code generator crashesChris Lattner2004-02-18
* finegrainify namespacificationChris Lattner2004-01-14
* Bugpoint had appalingly bad grammar. Fix some of it.Chris Lattner2003-12-07
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* fix file headersChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* If we detect a pass crash during miscompilation testing, immediately enter theChris Lattner2003-10-18
* Fix bug in my checkinChris Lattner2003-10-18
* Another formatting fixChris Lattner2003-10-18
* More cleanupsChris Lattner2003-10-17
* Be more helpful if a pass fails while chasing down a miscompilationChris Lattner2003-10-17
* Eliminate the bugpoint -mode option, by making bugpoint automatically infer t...Chris Lattner2003-10-14
* File-related functions moved to FileUtilities.h .Misha Brukman2003-08-07
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-07
* Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.Misha Brukman2003-08-07
* Do not attempt to reduce a test case if it is an empty set.Misha Brukman2003-08-04
* CodeGeneratorBug.cpp:Misha Brukman2003-07-30
* Major addition to bugpoint: ability to debug code generators (LLC and LLI).Misha Brukman2003-07-24
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Print filename correctlyChris Lattner2003-05-12
* Rename Kept -> SuffixChris Lattner2003-04-25
* Adjust to match new ListReducer interfaceChris Lattner2003-04-24
* Move the ListReducer Class into it's own header file instead of living in Mis...Chris Lattner2003-04-24
* Allow bugpoint to try new an different methods for pruning down listsChris Lattner2003-04-24
* Implement support for bugpoint to identify which FUNCTION an optimizationChris Lattner2003-04-24
* Print where reference output goesChris Lattner2003-04-23