1. 8261dfe Most of bugpoint now only needs to know the pass names. by Rafael Espindola · 14 years ago
  2. ca356af Make EmitProgressBitcode const and add a Module argument to runPasses. Use by Rafael Espindola · 14 years ago
  3. 1379326 Add const to some methods and change TestMergedProgram to return the merged by Rafael Espindola · 14 years ago
  4. 10757dd Add a Program argument to diffProgram to avoid a use of swapProgramIn. by Rafael Espindola · 14 years ago
  5. 115a932 Make the test while reducing blocks functional. This avoids accessing freed by Rafael Espindola · 14 years ago
  6. bae1b71 Instead of abusing swapProgramIn, just add a Module argument to by Rafael Espindola · 14 years ago
  7. 84ae206 Clone and restore the module being reduced in by Rafael Espindola · 14 years ago
  8. 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
  9. 9e08100 Reapply r108794, a fix for the failing test from last time. by Owen Anderson · 14 years ago
  10. e8a469c Revert r108794, "Separate PassInfo into two classes: a constructor-free by Daniel Dunbar · 14 years ago
  11. 8ba15cb Separate PassInfo into two classes: a constructor-free superclass (StaticPassInfo) and a constructor-ful subclass (PassInfo). by Owen Anderson · 14 years ago
  12. e9916a3 Use ValueMap instead of DenseMap. by Devang Patel · 14 years ago
  13. bc2ed59 Save more temps with -save-temps. by Rafael Espindola · 14 years ago
  14. e49a13e Use ->isVoidTy(). by Dan Gohman · 14 years ago
  15. 6865f29 Fix PR6951 by fixing Module leaks in bugpoint. by Jeffrey Yasskin · 15 years ago
  16. 8d0e1bc The llc -f flag was removed. by Nick Lewycky · 15 years ago
  17. 2706387 Boolify. by Benjamin Kramer · 15 years ago
  18. 22ff748 Remove use of exceptions from bugpoint. No deliberate functionality change! by Nick Lewycky · 15 years ago
  19. 1ffb33d remove obsolete comment. by Chris Lattner · 15 years ago
  20. 8abfb8a bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbols by Chris Lattner · 15 years ago
  21. 4693404 switch liblto to use the new getNameWithPrefix() method instead of getMangledName. by Chris Lattner · 15 years ago
  22. ac53a0b Introduce and use convenience methods for getting pointer types by Duncan Sands · 15 years ago
  23. 68ccdaa Add -output-prefix option to bugpoint (to change the default output name). by Daniel Dunbar · 15 years ago
  24. 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 15 years ago
  25. ca74096 Change bugpoint to use Triple to make runtime decisions. by Daniel Dunbar · 15 years ago
  26. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  27. 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
  28. 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 15 years ago
  29. debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
  30. baf3c40 Move ConstantExpr to 2.5 API. by Owen Anderson · 15 years ago
  31. 265d82e Add a bugpoint flag to disable block extraction. by David Goodwin · 15 years ago
  32. 1fd7096 Change ConstantArray to 2.5 API. by Owen Anderson · 15 years ago
  33. e0d5c17 fix test by Chris Lattner · 15 years ago
  34. 4285d15 DisambiguateGlobalSymbols should not mangle intrinsics. by Chris Lattner · 15 years ago
  35. ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 15 years ago
  36. 65f57c2 Use errs() instead of std::cerr. by Dan Gohman · 15 years ago
  37. 9d5511b eliminate the Mangler::PreserveAsmNames bit, the sole client of this by Chris Lattner · 15 years ago
  38. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  39. b8158ac Reapply my previous asmprinter changes now with more testing and two by Chris Lattner · 15 years ago
  40. 1f316e3 Revert r7561{9,8,7,6}, which depend on r75610. by Daniel Dunbar · 15 years ago
  41. b585146 rename getValueName -> getMangledName by Chris Lattner · 15 years ago
  42. 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
  43. 80becf1 Support remote execute for ARM. by David Goodwin · 15 years ago
  44. 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
  45. e9b11b4 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 15 years ago
  46. 3d29df3 Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 15 years ago
  47. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  48. d50330c Use CloneModule's ValueMap in more places, instead of looking by Dan Gohman · 16 years ago
  49. 70ef449 Generalize bugpoint's concept of a "safe" backend, and add options by Dan Gohman · 16 years ago
  50. cebf59b Reformat this message to fit in 80 cols. by Dan Gohman · 16 years ago
  51. 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
  52. 6bc41e8 Revert r49614. As Dan pointed out, some of these aren't correct. by Owen Anderson · 17 years ago
  53. 386ea35 Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), by Owen Anderson · 17 years ago
  54. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
  55. af4fc28 -fPIC is required on x86-64 when building shared objects. by Torok Edwin · 17 years ago
  56. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  57. 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
  58. a3355ff Rather than having special rules like "intrinsics cannot by Duncan Sands · 17 years ago
  59. 6fa98b1 Allow the block extractor take to take a list of basic blocks to not extract by Nick Lewycky · 17 years ago
  60. 52eec54 by David Greene · 17 years ago
  61. 8ff70c2 Pretty straightforward replacement of "bytecode" by "bitcode" by Gabor Greif · 17 years ago
  62. 00f59da remove use of deprecated apis by Chris Lattner · 18 years ago
  63. 10ac377 eliminate use of vector-related ctors by Chris Lattner · 18 years ago
  64. 688b049 For PR411: by Reid Spencer · 18 years ago
  65. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  66. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  67. 2db43c8 relax type by Chris Lattner · 18 years ago
  68. 71d2ec9 For PR950: Convert signed integer types to signless. by Reid Spencer · 18 years ago
  69. e4d87aa For PR950: by Reid Spencer · 18 years ago
  70. 3da59db For PR950: by Reid Spencer · 18 years ago
  71. 2803b4c Minor style fixes from review. by Reid Spencer · 18 years ago
  72. dc31a8a Add a -disable-loop-extraction option to bugpoint. by Reid Spencer · 18 years ago
  73. 3ed469c For PR786: by Reid Spencer · 18 years ago
  74. afd39f0 Change DisambiguateGlobalSymbols to not rename asm globals, which breaks by Chris Lattner · 18 years ago
  75. 51c5a28 For PR797: by Reid Spencer · 18 years ago
  76. 67ef9e4 wrap long line by Chris Lattner · 19 years ago
  77. 3bd5fac Fix printing of the instructions. by Chris Lattner · 19 years ago
  78. 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
  79. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 19 years ago
  80. aed98fa If the user interrupts bugpoint, don't extract loops by Chris Lattner · 19 years ago
  81. f9aaae0 When the user hits ctrl-c, bugpoint should attempt to stop reduction as by Chris Lattner · 19 years ago
  82. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
  83. a3efca1 Fix PR576. by Chris Lattner · 19 years ago
  84. a229c5c Final Changes For PR495: by Reid Spencer · 19 years ago
  85. dd04df0 For PR495: by Reid Spencer · 19 years ago
  86. 56c4186 If loopextract breaks the program provide output so that we can repro the by Chris Lattner · 20 years ago
  87. ea3e5e5 Eliminate tabs and trailing spaces by Jeff Cohen · 20 years ago
  88. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  89. 852b4d4 Replace more a*'s with arg_*'s, thanks to Gabor Greif! by Chris Lattner · 20 years ago
  90. 5a1c58d Use arg_iterator and arg_begin and arg_end functions. by Alkis Evlogimenos · 20 years ago
  91. da895d6 Fix spelling, patch contributed by Gabor Greif! by Chris Lattner · 20 years ago
  92. 59615f0 Improve output precision. by Chris Lattner · 20 years ago
  93. 5f76760 For PR351: by Reid Spencer · 20 years ago
  94. 9718298 For PR351: * Convert use of getUniqueFilename to sys::Path::makeUnique(); by Reid Spencer · 20 years ago
  95. e487402 LinkModules is now in the Linker class by Reid Spencer · 20 years ago
  96. fa1af13 Fix a bug in the checkin where I adjusted this code to work when by Chris Lattner · 20 years ago
  97. 90c18c5 Make this code not depend on LinkModules leaving the second argument unmolested. by Chris Lattner · 20 years ago
  98. 605b9e2 Linker.h has a new home. by Reid Spencer · 20 years ago
  99. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  100. eed80e2 * Convert "\n" -> '\n' by Misha Brukman · 20 years ago