summaryrefslogtreecommitdiff
path: root/tools/bugpoint/Miscompilation.cpp
Commit message (Expand)AuthorAge
...
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-15
* Revert r49614. As Dan pointed out, some of these aren't correct.Owen Anderson2008-04-14
* Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), Owen Anderson2008-04-13
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* -fPIC is required on x86-64 when building shared objects.Torok Edwin2008-04-06
* remove attributions from tools.Chris Lattner2007-12-29
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-03
* Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky2007-11-14
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-01
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-04
* remove use of deprecated apisChris Lattner2007-02-19
* eliminate use of vector-related ctorsChris Lattner2007-02-13
* For PR411:Reid Spencer2007-02-05
* For PR411:Reid Spencer2007-02-05
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* relax typeChris Lattner2007-01-07
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-23
* For PR950:Reid Spencer2006-11-27
* Minor style fixes from review.Reid Spencer2006-11-11
* Add a -disable-loop-extraction option to bugpoint.Reid Spencer2006-11-11
* 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