- 8261dfe Most of bugpoint now only needs to know the pass names. by Rafael Espindola · 14 years ago
- ca356af Make EmitProgressBitcode const and add a Module argument to runPasses. Use by Rafael Espindola · 14 years ago
- 1379326 Add const to some methods and change TestMergedProgram to return the merged by Rafael Espindola · 14 years ago
- 10757dd Add a Program argument to diffProgram to avoid a use of swapProgramIn. by Rafael Espindola · 14 years ago
- 115a932 Make the test while reducing blocks functional. This avoids accessing freed by Rafael Espindola · 14 years ago
- bae1b71 Instead of abusing swapProgramIn, just add a Module argument to by Rafael Espindola · 14 years ago
- 84ae206 Clone and restore the module being reduced in by Rafael Espindola · 14 years ago
- 8be3291 Speculatively revert r108813, in an attempt to get the self-host buildbots working again. I don't see why this patch by Owen Anderson · 14 years ago
- 9e08100 Reapply r108794, a fix for the failing test from last time. by Owen Anderson · 14 years ago
- e8a469c Revert r108794, "Separate PassInfo into two classes: a constructor-free by Daniel Dunbar · 14 years ago
- 8ba15cb Separate PassInfo into two classes: a constructor-free superclass (StaticPassInfo) and a constructor-ful subclass (PassInfo). by Owen Anderson · 14 years ago
- e9916a3 Use ValueMap instead of DenseMap. by Devang Patel · 14 years ago
- bc2ed59 Save more temps with -save-temps. by Rafael Espindola · 14 years ago
- e49a13e Use ->isVoidTy(). by Dan Gohman · 14 years ago
- 6865f29 Fix PR6951 by fixing Module leaks in bugpoint. by Jeffrey Yasskin · 15 years ago
- 8d0e1bc The llc -f flag was removed. by Nick Lewycky · 15 years ago
- 2706387 Boolify. by Benjamin Kramer · 15 years ago
- 22ff748 Remove use of exceptions from bugpoint. No deliberate functionality change! by Nick Lewycky · 15 years ago
- 1ffb33d remove obsolete comment. by Chris Lattner · 15 years ago
- 8abfb8a bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbols by Chris Lattner · 15 years ago
- 4693404 switch liblto to use the new getNameWithPrefix() method instead of getMangledName. by Chris Lattner · 15 years ago
- ac53a0b Introduce and use convenience methods for getting pointer types by Duncan Sands · 15 years ago
- 68ccdaa Add -output-prefix option to bugpoint (to change the default output name). by Daniel Dunbar · 15 years ago
- 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 15 years ago
- ca74096 Change bugpoint to use Triple to make runtime decisions. by Daniel Dunbar · 15 years ago
- 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
- a7235ea Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 15 years ago
- 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 15 years ago
- debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
- baf3c40 Move ConstantExpr to 2.5 API. by Owen Anderson · 15 years ago
- 265d82e Add a bugpoint flag to disable block extraction. by David Goodwin · 15 years ago
- 1fd7096 Change ConstantArray to 2.5 API. by Owen Anderson · 15 years ago
- e0d5c17 fix test by Chris Lattner · 15 years ago
- 4285d15 DisambiguateGlobalSymbols should not mangle intrinsics. by Chris Lattner · 15 years ago
- ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 15 years ago
- 65f57c2 Use errs() instead of std::cerr. by Dan Gohman · 15 years ago
- 9d5511b eliminate the Mangler::PreserveAsmNames bit, the sole client of this by Chris Lattner · 15 years ago
- 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
- b8158ac Reapply my previous asmprinter changes now with more testing and two by Chris Lattner · 15 years ago
- 1f316e3 Revert r7561{9,8,7,6}, which depend on r75610. by Daniel Dunbar · 15 years ago
- b585146 rename getValueName -> getMangledName by Chris Lattner · 15 years ago
- 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 15 years ago
- 80becf1 Support remote execute for ARM. by David Goodwin · 15 years ago
- 333c400 This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? by Owen Anderson · 15 years ago
- e9b11b4 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 15 years ago
- 3d29df3 Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 15 years ago
- 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
- d50330c Use CloneModule's ValueMap in more places, instead of looking by Dan Gohman · 16 years ago
- 70ef449 Generalize bugpoint's concept of a "safe" backend, and add options by Dan Gohman · 16 years ago
- cebf59b Reformat this message to fit in 80 cols. by Dan Gohman · 16 years ago
- b1dbcd8 Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. by Gabor Greif · 17 years ago
- 6bc41e8 Revert r49614. As Dan pointed out, some of these aren't correct. by Owen Anderson · 17 years ago
- 386ea35 Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), by Owen Anderson · 17 years ago
- 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
- af4fc28 -fPIC is required on x86-64 when building shared objects. by Torok Edwin · 17 years ago
- 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
- 43ad6b3 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 17 years ago
- a3355ff Rather than having special rules like "intrinsics cannot by Duncan Sands · 17 years ago
- 6fa98b1 Allow the block extractor take to take a list of basic blocks to not extract by Nick Lewycky · 17 years ago
- 52eec54 by David Greene · 17 years ago
- 8ff70c2 Pretty straightforward replacement of "bytecode" by "bitcode" by Gabor Greif · 17 years ago
- 00f59da remove use of deprecated apis by Chris Lattner · 18 years ago
- 10ac377 eliminate use of vector-related ctors by Chris Lattner · 18 years ago
- 688b049 For PR411: by Reid Spencer · 18 years ago
- ef9b9a7 For PR411: by Reid Spencer · 18 years ago
- 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
- 2db43c8 relax type by Chris Lattner · 18 years ago
- 71d2ec9 For PR950: Convert signed integer types to signless. by Reid Spencer · 18 years ago
- e4d87aa For PR950: by Reid Spencer · 18 years ago
- 3da59db For PR950: by Reid Spencer · 18 years ago
- 2803b4c Minor style fixes from review. by Reid Spencer · 18 years ago
- dc31a8a Add a -disable-loop-extraction option to bugpoint. by Reid Spencer · 18 years ago
- 3ed469c For PR786: by Reid Spencer · 18 years ago
- afd39f0 Change DisambiguateGlobalSymbols to not rename asm globals, which breaks by Chris Lattner · 18 years ago
- 51c5a28 For PR797: by Reid Spencer · 18 years ago
- 67ef9e4 wrap long line by Chris Lattner · 19 years ago
- 3bd5fac Fix printing of the instructions. by Chris Lattner · 19 years ago
- 0fccc74 This solves the problem of the CBE renaming symbols that start with . but the assembly side still trying to reference them by their old names. Should be safe untill we hit a language front end that lets you specify such a name. by Andrew Lenharth · 19 years ago
- 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 19 years ago
- aed98fa If the user interrupts bugpoint, don't extract loops by Chris Lattner · 19 years ago
- f9aaae0 When the user hits ctrl-c, bugpoint should attempt to stop reduction as by Chris Lattner · 19 years ago
- 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
- a3efca1 Fix PR576. by Chris Lattner · 19 years ago
- a229c5c Final Changes For PR495: by Reid Spencer · 19 years ago
- dd04df0 For PR495: by Reid Spencer · 19 years ago
- 56c4186 If loopextract breaks the program provide output so that we can repro the by Chris Lattner · 20 years ago
- ea3e5e5 Eliminate tabs and trailing spaces by Jeff Cohen · 20 years ago
- 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
- 852b4d4 Replace more a*'s with arg_*'s, thanks to Gabor Greif! by Chris Lattner · 20 years ago
- 5a1c58d Use arg_iterator and arg_begin and arg_end functions. by Alkis Evlogimenos · 20 years ago
- da895d6 Fix spelling, patch contributed by Gabor Greif! by Chris Lattner · 20 years ago
- 59615f0 Improve output precision. by Chris Lattner · 20 years ago
- 5f76760 For PR351: by Reid Spencer · 20 years ago
- 9718298 For PR351: * Convert use of getUniqueFilename to sys::Path::makeUnique(); by Reid Spencer · 20 years ago
- e487402 LinkModules is now in the Linker class by Reid Spencer · 20 years ago
- fa1af13 Fix a bug in the checkin where I adjusted this code to work when by Chris Lattner · 20 years ago
- 90c18c5 Make this code not depend on LinkModules leaving the second argument unmolested. by Chris Lattner · 20 years ago
- 605b9e2 Linker.h has a new home. by Reid Spencer · 20 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
- eed80e2 * Convert "\n" -> '\n' by Misha Brukman · 20 years ago