1. 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
  2. 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 15 years ago
  3. debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
  4. baf3c40 Move ConstantExpr to 2.5 API. by Owen Anderson · 15 years ago
  5. 265d82e Add a bugpoint flag to disable block extraction. by David Goodwin · 15 years ago
  6. 1fd7096 Change ConstantArray to 2.5 API. by Owen Anderson · 15 years ago
  7. e0d5c17 fix test by Chris Lattner · 15 years ago
  8. 4285d15 DisambiguateGlobalSymbols should not mangle intrinsics. by Chris Lattner · 15 years ago
  9. ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 15 years ago
  10. 65f57c2 Use errs() instead of std::cerr. by Dan Gohman · 15 years ago
  11. 9d5511b eliminate the Mangler::PreserveAsmNames bit, the sole client of this by Chris Lattner · 15 years ago
  12. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  13. b8158ac Reapply my previous asmprinter changes now with more testing and two by Chris Lattner · 15 years ago
  14. 1f316e3 Revert r7561{9,8,7,6}, which depend on r75610. by Daniel Dunbar · 15 years ago
  15. b585146 rename getValueName -> getMangledName by Chris Lattner · 15 years ago
  16. 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
  17. 80becf1 Support remote execute for ARM. by David Goodwin · 15 years ago
  18. 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
  19. e9b11b4 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 15 years ago
  20. 3d29df3 Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 15 years ago
  21. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  22. d50330c Use CloneModule's ValueMap in more places, instead of looking by Dan Gohman · 15 years ago
  23. 70ef449 Generalize bugpoint's concept of a "safe" backend, and add options by Dan Gohman · 16 years ago
  24. cebf59b Reformat this message to fit in 80 cols. by Dan Gohman · 16 years ago
  25. b1dbcd8 Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. by Gabor Greif · 16 years ago
  26. 6bc41e8 Revert r49614. As Dan pointed out, some of these aren't correct. by Owen Anderson · 16 years ago
  27. 386ea35 Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), by Owen Anderson · 16 years ago
  28. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 16 years ago
  29. af4fc28 -fPIC is required on x86-64 when building shared objects. by Torok Edwin · 16 years ago
  30. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  31. 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
  32. a3355ff Rather than having special rules like "intrinsics cannot by Duncan Sands · 17 years ago
  33. 6fa98b1 Allow the block extractor take to take a list of basic blocks to not extract by Nick Lewycky · 17 years ago
  34. 52eec54 by David Greene · 17 years ago
  35. 8ff70c2 Pretty straightforward replacement of "bytecode" by "bitcode" by Gabor Greif · 17 years ago
  36. 00f59da remove use of deprecated apis by Chris Lattner · 17 years ago
  37. 10ac377 eliminate use of vector-related ctors by Chris Lattner · 17 years ago
  38. 688b049 For PR411: by Reid Spencer · 17 years ago
  39. ef9b9a7 For PR411: by Reid Spencer · 17 years ago
  40. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 17 years ago
  41. 2db43c8 relax type by Chris Lattner · 18 years ago
  42. 71d2ec9 For PR950: Convert signed integer types to signless. by Reid Spencer · 18 years ago
  43. e4d87aa For PR950: by Reid Spencer · 18 years ago
  44. 3da59db For PR950: by Reid Spencer · 18 years ago
  45. 2803b4c Minor style fixes from review. by Reid Spencer · 18 years ago
  46. dc31a8a Add a -disable-loop-extraction option to bugpoint. by Reid Spencer · 18 years ago
  47. 3ed469c For PR786: by Reid Spencer · 18 years ago
  48. afd39f0 Change DisambiguateGlobalSymbols to not rename asm globals, which breaks by Chris Lattner · 18 years ago
  49. 51c5a28 For PR797: by Reid Spencer · 18 years ago
  50. 67ef9e4 wrap long line by Chris Lattner · 18 years ago
  51. 3bd5fac Fix printing of the instructions. by Chris Lattner · 19 years ago
  52. 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
  53. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 19 years ago
  54. aed98fa If the user interrupts bugpoint, don't extract loops by Chris Lattner · 19 years ago
  55. f9aaae0 When the user hits ctrl-c, bugpoint should attempt to stop reduction as by Chris Lattner · 19 years ago
  56. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
  57. a3efca1 Fix PR576. by Chris Lattner · 19 years ago
  58. a229c5c Final Changes For PR495: by Reid Spencer · 19 years ago
  59. dd04df0 For PR495: by Reid Spencer · 19 years ago
  60. 56c4186 If loopextract breaks the program provide output so that we can repro the by Chris Lattner · 19 years ago
  61. ea3e5e5 Eliminate tabs and trailing spaces by Jeff Cohen · 19 years ago
  62. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  63. 852b4d4 Replace more a*'s with arg_*'s, thanks to Gabor Greif! by Chris Lattner · 19 years ago
  64. 5a1c58d Use arg_iterator and arg_begin and arg_end functions. by Alkis Evlogimenos · 19 years ago
  65. da895d6 Fix spelling, patch contributed by Gabor Greif! by Chris Lattner · 19 years ago
  66. 59615f0 Improve output precision. by Chris Lattner · 19 years ago
  67. 5f76760 For PR351: by Reid Spencer · 20 years ago
  68. 9718298 For PR351: * Convert use of getUniqueFilename to sys::Path::makeUnique(); by Reid Spencer · 20 years ago
  69. e487402 LinkModules is now in the Linker class by Reid Spencer · 20 years ago
  70. fa1af13 Fix a bug in the checkin where I adjusted this code to work when by Chris Lattner · 20 years ago
  71. 90c18c5 Make this code not depend on LinkModules leaving the second argument unmolested. by Chris Lattner · 20 years ago
  72. 605b9e2 Linker.h has a new home. by Reid Spencer · 20 years ago
  73. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  74. eed80e2 * Convert "\n" -> '\n' by Misha Brukman · 20 years ago
  75. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 20 years ago
  76. 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 20 years ago
  77. 7507c29 Turn the block extractor on by default now that it basically works, eliminating the option. by Chris Lattner · 20 years ago
  78. 68bee93 Check to see if all blocks are extractible first. by Chris Lattner · 20 years ago
  79. 2290e75 Implement the final missing bits for block extractor support. Now bugpoint by Chris Lattner · 20 years ago
  80. 5e783ab Implement basic block extraction for the miscompilation debugger. This still needs by Chris Lattner · 20 years ago
  81. f4789e6 Teach bugpoint to be a little bit smarter and avoid repeating work by Chris Lattner · 20 years ago
  82. 123f8fe Add a space before result for readability on the command line. by Misha Brukman · 20 years ago
  83. 8c194ea Add doxygenified comments to functions. by Misha Brukman · 20 years ago
  84. de4803d As per Chris, greatly simplify handling of external functions by using the by Misha Brukman · 20 years ago
  85. dc7fef8 Finally implement rewriting global initializers which use external functions by Misha Brukman · 20 years ago
  86. 36ee07f Disambiguate symbols after loop extraction so that we can diagnose a code by Chris Lattner · 20 years ago
  87. 2423db0 Fix an obvious bug in the refactoring I did a few days ago by Chris Lattner · 20 years ago
  88. a57d86b Merge the code generator miscompilation code into the optimizer miscompilation by Chris Lattner · 20 years ago
  89. b15825b Refactor and genericize code by Chris Lattner · 20 years ago
  90. 02bb481 minor formatting change by Chris Lattner · 20 years ago
  91. 5313f23 Fix two pretty serious bugs: by Chris Lattner · 20 years ago
  92. d3a533d When loop extraction succeeds, make sure to map the function pointers over by Chris Lattner · 20 years ago
  93. 002dbdd Fix thinko, and PR292 by Chris Lattner · 20 years ago
  94. a1cf1c8 After reducing a miscompiled program down to the functions which are being by Chris Lattner · 20 years ago
  95. efdc0b5 Refactor and clean up a bunch more code. No major functionality changes. by Chris Lattner · 20 years ago
  96. be21ca5 Refactor all of the "splitting a module into two pieces" code to avoid by Chris Lattner · 20 years ago
  97. f913f40 A couple of minor cleanups: don't forward declare private classes, put private by Chris Lattner · 20 years ago
  98. 0252626 Add a stub for debugging code generator crashes by Chris Lattner · 20 years ago
  99. fa76183 finegrainify namespacification by Chris Lattner · 20 years ago
  100. de9750d Bugpoint had appalingly bad grammar. Fix some of it. by Chris Lattner · 21 years ago