aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/Miscompilation.cpp
AgeCommit message (Expand)Author
2007-08-01New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene
2007-07-04Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif
2007-02-19remove use of deprecated apisChris Lattner
2007-02-13eliminate use of vector-related ctorsChris Lattner
2007-02-05For PR411:Reid Spencer
2007-02-05For PR411:Reid Spencer
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-07relax typeChris Lattner
2006-12-31For PR950:Reid Spencer
2006-12-23For PR950:Reid Spencer
2006-11-27For PR950:Reid Spencer
2006-11-11Minor style fixes from review.Reid Spencer
2006-11-11Add a -disable-loop-extraction option to bugpoint.Reid Spencer
2006-11-02For PR786:Reid Spencer
2006-09-07Change DisambiguateGlobalSymbols to not rename asm globals, which breaksChris Lattner
2006-08-23For PR797:Reid Spencer
2006-05-04wrap long lineChris Lattner
2005-12-14Fix printing of the instructions.Chris Lattner
2005-12-06This solves the problem of the CBE renaming symbols that start with . but the...Andrew Lenharth
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen
2005-08-02If the user interrupts bugpoint, don't extract loopsChris Lattner
2005-08-02When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-12Fix PR576.Chris Lattner
2005-07-08Final Changes For PR495:Reid Spencer
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