aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/Miscompilation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r7561{9,8,7,6}, which depend on r75610. Daniel Dunbar2009-07-141-2/+2
* rename getValueName -> getMangledNameChris Lattner2009-07-141-2/+2
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-1/+2
* Support remote execute for ARM.David Goodwin2009-07-101-2/+2
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-091-2/+2
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-081-6/+5
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-081-2/+4
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+1
* Use CloneModule's ValueMap in more places, instead of lookingDan Gohman2009-04-221-12/+23
* Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman2008-12-081-8/+10
* Reformat this message to fit in 80 cols.Dan Gohman2008-07-141-4/+4
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-151-7/+11
* Revert r49614. As Dan pointed out, some of these aren't correct.Owen Anderson2008-04-141-1/+1
* Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), Owen Anderson2008-04-131-1/+1
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-28/+28
* -fPIC is required on x86-64 when building shared objects.Torok Edwin2008-04-061-1/+1
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-3/+3
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-1/+1
* Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky2007-11-141-1/+1
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-5/+5
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-041-25/+25
* remove use of deprecated apisChris Lattner2007-02-191-2/+1
* eliminate use of vector-related ctorsChris Lattner2007-02-131-4/+7
* For PR411:Reid Spencer2007-02-051-2/+2
* For PR411:Reid Spencer2007-02-051-4/+7
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-6/+6
* 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