summaryrefslogtreecommitdiff
path: root/tools/bugpoint/Miscompilation.cpp
Commit message (Expand)AuthorAge
...
* For PR786:Reid Spencer2006-11-02
* Change DisambiguateGlobalSymbols to not rename asm globals, which breaksChris Lattner2006-09-07
* For PR797:Reid Spencer2006-08-23
* wrap long lineChris Lattner2006-05-04
* Fix printing of the instructions.Chris Lattner2005-12-14
* This solves the problem of the CBE renaming symbols that start with . but the...Andrew Lenharth2005-12-06
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* If the user interrupts bugpoint, don't extract loopsChris Lattner2005-08-02
* When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner2005-08-02
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Fix PR576.Chris Lattner2005-07-12
* Final Changes For PR495:Reid Spencer2005-07-08
* For PR495:Reid Spencer2005-07-07
* If loopextract breaks the program provide output so that we can repro theChris Lattner2005-05-08
* Eliminate tabs and trailing spacesJeff Cohen2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-22
* Replace more a*'s with arg_*'s, thanks to Gabor Greif!Chris Lattner2005-03-15
* Use arg_iterator and arg_begin and arg_end functions.Alkis Evlogimenos2005-03-15
* Fix spelling, patch contributed by Gabor Greif!Chris Lattner2005-02-27
* Improve output precision.Chris Lattner2005-01-15
* For PR351:Reid Spencer2004-12-16
* For PR351:Reid Spencer2004-12-15
* LinkModules is now in the Linker classReid Spencer2004-12-13
* Fix a bug in the checkin where I adjusted this code to work whenChris Lattner2004-11-19
* Make this code not depend on LinkModules leaving the second argument unmolested.Chris Lattner2004-11-16
* Linker.h has a new home.Reid Spencer2004-11-14
* Changes For Bug 352Reid Spencer2004-09-01
* * 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