aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/Miscompilation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* relax typeChris Lattner2007-01-071-1/+1
* For PR950:Reid Spencer2006-12-311-3/+3
* For PR950:Reid Spencer2006-12-231-2/+2
* For PR950:Reid Spencer2006-11-271-3/+3
* Minor style fixes from review.Reid Spencer2006-11-111-3/+2
* Add a -disable-loop-extraction option to bugpoint.Reid Spencer2006-11-111-2/+9
* For PR786:Reid Spencer2006-11-021-1/+1
* Change DisambiguateGlobalSymbols to not rename asm globals, which breaksChris Lattner2006-09-071-0/+1
* For PR797:Reid Spencer2006-08-231-4/+22
* wrap long lineChris Lattner2006-05-041-1/+2
* Fix printing of the instructions.Chris Lattner2005-12-141-1/+1
* This solves the problem of the CBE renaming symbols that start with . but the...Andrew Lenharth2005-12-061-0/+2
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-1/+1
* If the user interrupts bugpoint, don't extract loopsChris Lattner2005-08-021-2/+6
* When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner2005-08-021-8/+13
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-6/+6
* Fix PR576.Chris Lattner2005-07-121-21/+36
* Final Changes For PR495:Reid Spencer2005-07-081-5/+5
* For PR495:Reid Spencer2005-07-071-5/+5
* If loopextract breaks the program provide output so that we can repro theChris Lattner2005-05-081-1/+9
* Eliminate tabs and trailing spacesJeff Cohen2005-04-221-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-221-23/+23
* Replace more a*'s with arg_*'s, thanks to Gabor Greif!Chris Lattner2005-03-151-1/+1
* Use arg_iterator and arg_begin and arg_end functions.Alkis Evlogimenos2005-03-151-4/+5
* Fix spelling, patch contributed by Gabor Greif!Chris Lattner2005-02-271-1/+1
* Improve output precision.Chris Lattner2005-01-151-2/+12
* For PR351:Reid Spencer2004-12-161-5/+5
* For PR351:Reid Spencer2004-12-151-13/+19
* LinkModules is now in the Linker classReid Spencer2004-12-131-3/+3
* Fix a bug in the checkin where I adjusted this code to work whenChris Lattner2004-11-191-7/+8
* Make this code not depend on LinkModules leaving the second argument unmolested.Chris Lattner2004-11-161-20/+30
* Linker.h has a new home.Reid Spencer2004-11-141-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* * Convert "\n" -> '\n'Misha Brukman2004-07-231-10/+10
* bug 122:Reid Spencer2004-07-181-2/+1
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-231-1/+1
* Turn the block extractor on by default now that it basically works, eliminati...Chris Lattner2004-05-121-7/+0
* Check to see if all blocks are extractible first.Chris Lattner2004-05-121-8/+19
* Implement the final missing bits for block extractor support. Now bugpointChris Lattner2004-05-121-2/+35
* Implement basic block extraction for the miscompilation debugger. This still...Chris Lattner2004-05-111-0/+112
* Teach bugpoint to be a little bit smarter and avoid repeating workChris Lattner2004-04-231-1/+5
* Add a space before result for readability on the command line.Misha Brukman2004-04-221-7/+7
* Add doxygenified comments to functions.Misha Brukman2004-04-211-0/+18
* As per Chris, greatly simplify handling of external functions by using theMisha Brukman2004-04-191-75/+22
* Finally implement rewriting global initializers which use external functionsMisha Brukman2004-04-191-10/+83
* Disambiguate symbols after loop extraction so that we can diagnose a codeChris Lattner2004-04-111-16/+18
* Fix an obvious bug in the refactoring I did a few days agoChris Lattner2004-04-091-1/+1
* Merge the code generator miscompilation code into the optimizer miscompilationChris Lattner2004-04-051-1/+255
* Refactor and genericize codeChris Lattner2004-04-051-55/+71
* minor formatting changeChris Lattner2004-04-021-3/+2