1. 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 15 years ago
  2. debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
  3. baf3c40 Move ConstantExpr to 2.5 API. by Owen Anderson · 15 years ago
  4. 265d82e Add a bugpoint flag to disable block extraction. by David Goodwin · 15 years ago
  5. 1fd7096 Change ConstantArray to 2.5 API. by Owen Anderson · 15 years ago
  6. b6dec1b Pass true to the Internalize parameter of createStandardLTOPasses, by Dan Gohman · 15 years ago
  7. 8fa3338 Move ConstantStruct back to 2.5 API. by Owen Anderson · 15 years ago
  8. 3f53fa9 Remove Value::setName(const char*, unsigned). by Daniel Dunbar · 15 years ago
  9. eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 15 years ago
  10. f6ccee5 Switch to getNameStr(). by Daniel Dunbar · 15 years ago
  11. e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 15 years ago
  12. 49419e2 80 col violation. by Evan Cheng · 15 years ago
  13. 91cf361 For remote execution, must cd to the executable directory since the exe expects to find a dylib in the CWD ('.'). by David Goodwin · 15 years ago
  14. 1488670 Add -std-{compile,link}-opts to bugpoint. - Sheesh. by Daniel Dunbar · 15 years ago
  15. e0d5c17 fix test by Chris Lattner · 15 years ago
  16. 4285d15 DisambiguateGlobalSymbols should not mangle intrinsics. by Chris Lattner · 15 years ago
  17. fc2271f Require a remote command to exit with the exit status of the test program or with 255 if an error occurred. by Viktor Kutuzov · 15 years ago
  18. ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 15 years ago
  19. 0d7c695 To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. by Owen Anderson · 15 years ago
  20. a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 15 years ago
  21. 65f57c2 Use errs() instead of std::cerr. by Dan Gohman · 15 years ago
  22. 9d5511b eliminate the Mangler::PreserveAsmNames bit, the sole client of this by Chris Lattner · 15 years ago
  23. f975e01 control reaches end of non-void function. by Evan Cheng · 15 years ago
  24. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  25. 699220b Fix for bugpoint -remote-client by Viktor Kutuzov · 15 years ago
  26. b8158ac Reapply my previous asmprinter changes now with more testing and two by Chris Lattner · 15 years ago
  27. 1f316e3 Revert r7561{9,8,7,6}, which depend on r75610. by Daniel Dunbar · 15 years ago
  28. b585146 rename getValueName -> getMangledName by Chris Lattner · 15 years ago
  29. e860dcb #include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand. by Dan Gohman · 15 years ago
  30. db1cd5e Fix the build. by Owen Anderson · 15 years ago
  31. 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
  32. 84f9abe Fix unused function warning. by Daniel Dunbar · 15 years ago
  33. 80becf1 Support remote execute for ARM. by David Goodwin · 15 years ago
  34. 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
  35. e9b11b4 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 15 years ago
  36. 3d29df3 Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 15 years ago
  37. 92bcb42 switch the .ll parser into SMDiagnostic. by Chris Lattner · 15 years ago
  38. 4434ed4 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 15 years ago
  39. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  40. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  41. 028839d Fix the crash debugger to actually bisect globals once it's determined that it by Nick Lewycky · 15 years ago
  42. 4c8f9af Add a bisection step on the list of instructions before doing the linear by Nick Lewycky · 15 years ago
  43. 2c23501 Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itself by Torok Edwin · 15 years ago
  44. 23d471f Add -disable-global-remove option to bugpoint. by Torok Edwin · 15 years ago
  45. 26edc21 bugpoint for jit should just ignore GCC arguments. by Evan Cheng · 15 years ago
  46. 0324205 Improve bugpoint's error messages when it runs out of memory, by Dan Gohman · 15 years ago
  47. d50330c Use CloneModule's ValueMap in more places, instead of looking by Dan Gohman · 15 years ago
  48. e032590 CloneModule stores the BasicBlock mapping in ValueMap. There's no need to by Nick Lewycky · 15 years ago
  49. fd82995 Also pass -gcc-tool-args when building a shared object. by Evan Cheng · 15 years ago
  50. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 15 years ago
  51. f6dd0eb Use CloneModule's ValueMap to avoid needing to look up by Dan Gohman · 15 years ago
  52. ef0ff14 Fix a bugpoint bug on anonymous functions. Instead of looking up by Dan Gohman · 15 years ago
  53. 38efa38 Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option, by Bill Wendling · 15 years ago
  54. 865f006 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 15 years ago
  55. a971b29 Rename bugpoint's error message file so that if it somehow by Dan Gohman · 15 years ago
  56. 3a4baf1 fix bugpoint url, patch by Pieter de Bie! by Chris Lattner · 15 years ago
  57. bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
  58. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 16 years ago
  59. 70ef449 Generalize bugpoint's concept of a "safe" backend, and add options by Dan Gohman · 16 years ago
  60. 33b1c30 Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code. by Nick Lewycky · 16 years ago
  61. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
  62. 70f684f Allow use of ssh to perform remote execution. by Evan Cheng · 16 years ago
  63. bcbd9c4 Improve bugpoint output a bit by outputting the actual instructions instead of by Matthijs Kooijman · 16 years ago
  64. cebf59b Reformat this message to fit in 80 cols. by Dan Gohman · 16 years ago
  65. 7220b81 Global variables beginning with \01 have special meaning on Darwin, so we need to remove by Owen Anderson · 16 years ago
  66. ad6996d Let bugpoint display generated messages on stderr only if no interpreter was by Matthijs Kooijman · 16 years ago
  67. fbea227 Add -silence-passes option to bugpoint. This option suppresses output generated by Matthijs Kooijman · 16 years ago
  68. 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
  69. 9ef7425 Add possibility of using arbitrary to to execute stuff from bugpoint. by Anton Korobeynikov · 16 years ago
  70. e78109e several multiple-retval fixes for bugpoint. by Chris Lattner · 16 years ago
  71. 6bc41e8 Revert r49614. As Dan pointed out, some of these aren't correct. by Owen Anderson · 16 years ago
  72. 386ea35 Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), by Owen Anderson · 16 years ago
  73. 58f3bcd Remove tabs. Patch by Mike Stump! by Bill Wendling · 16 years ago
  74. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 16 years ago
  75. af4fc28 -fPIC is required on x86-64 when building shared objects. by Torok Edwin · 16 years ago
  76. df4613c With debug info, there are nameless constant global values. do not crash when we hit one by Andrew Lenharth · 16 years ago
  77. 584c3bf Detabify. by Bill Wendling · 16 years ago
  78. 3956449 Fix a missing space in the description of the find-bugs option. by Dan Gohman · 16 years ago
  79. 1d1ef14 PR2027, Fix bugpoint's -find-bugs option, clean up the code. by Nick Lewycky · 16 years ago
  80. 4a6a6f2 Fix PR1797 by Chris Lattner · 17 years ago
  81. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  82. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  83. 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
  84. a3355ff Rather than having special rules like "intrinsics cannot by Duncan Sands · 17 years ago
  85. 6fa98b1 Allow the block extractor take to take a list of basic blocks to not extract by Nick Lewycky · 17 years ago
  86. 4e1be6d Deleting redundant copy of block extractor pass. See also PR1775. by Gordon Henriksen · 17 years ago
  87. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
  88. 52eec54 by David Greene · 17 years ago
  89. 8ff70c2 Pretty straightforward replacement of "bytecode" by "bitcode" by Gabor Greif · 17 years ago
  90. 497391a Fix bugpoint to run -llc-safe with -Xlinker. by Lauro Ramos Venancio · 17 years ago
  91. 065344d use the new MemoryBuffer interfaces to simplify error reporting in clients. by Chris Lattner · 17 years ago
  92. 421e516 Fix a buggy conversion from bytecode to bitcode by Chris Lattner · 17 years ago
  93. 744879e switch tools to bitcode from bytecode by Chris Lattner · 17 years ago
  94. 03b6963 add bitcode support by Chris Lattner · 17 years ago
  95. 34e400e Added -rsh-host and -rsh-user to support remote execution. by Evan Cheng · 17 years ago
  96. 1997473 Drop 'const' by Devang Patel · 17 years ago
  97. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  98. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  99. 00f59da remove use of deprecated apis by Chris Lattner · 17 years ago
  100. 9ba8a76 Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 17 years ago