1. 9b5b190 Fix a bugpoint crash that JeffC noticed, looking like this: by Chris Lattner · 20 years ago
  2. e210279 Get bugpoint compiling with VC++ again, not that it works anyway. by Jeff Cohen · 21 years ago
  3. 45495c5 Move helper function here. by Chris Lattner · 21 years ago
  4. a328c51 Add support for fp tolerances by Chris Lattner · 21 years ago
  5. cf989fd Adjust to changed interface. by Chris Lattner · 21 years ago
  6. 741c118 oops by Jeff Cohen · 21 years ago
  7. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
  8. 8388195 Fix VC++ complaint by Jeff Cohen · 21 years ago
  9. 59615f0 Improve output precision. by Chris Lattner · 21 years ago
  10. 1ef8bda For PR351: by Reid Spencer · 21 years ago
  11. 5116330 For PR351: * sys::PreventCoreFiles -> sys::Process::PreventCoreFiles by Reid Spencer · 21 years ago
  12. 06c375b Fix the build on PowerPC/Darwin - it thought we were declaring a new by Brian Gaeke · 21 years ago
  13. 5d28218 Allow compilers that can't distinguish between a class instantiation and by Reid Spencer · 21 years ago
  14. 6e6e88a llvm/Config/unistd.h has gone away, far, far away by Misha Brukman · 21 years ago
  15. b31baa8 For PR351: by Reid Spencer · 21 years ago
  16. 2418bf9 For PR351: Turn path instance variables into sys::Path instead of std::string by Reid Spencer · 21 years ago
  17. 5f76760 For PR351: by Reid Spencer · 21 years ago
  18. 9ac1418 For PR351: by Reid Spencer · 21 years ago
  19. 9718298 For PR351: * Convert use of getUniqueFilename to sys::Path::makeUnique(); by Reid Spencer · 21 years ago
  20. cda985e For PR351: by Reid Spencer · 21 years ago
  21. 51ab8ec For PR351: by Reid Spencer · 21 years ago
  22. e487402 LinkModules is now in the Linker class by Reid Spencer · 21 years ago
  23. a564845 Shared library extension is now in LTDL_SHLIB_EXT by Reid Spencer · 21 years ago
  24. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 21 years ago
  25. fa1af13 Fix a bug in the checkin where I adjusted this code to work when by Chris Lattner · 21 years ago
  26. d29c636 Remove debugging code, unneuter this functionality by Chris Lattner · 21 years ago
  27. a269ec7 remove debugging code by Chris Lattner · 21 years ago
  28. 90c18c5 Make this code not depend on LinkModules leaving the second argument unmolested. by Chris Lattner · 21 years ago
  29. b908356 bugpoint needs LLVMLinker.a now. by Reid Spencer · 21 years ago
  30. 605b9e2 Linker.h has a new home. by Reid Spencer · 21 years ago
  31. a591457 Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen by Nate Begeman · 21 years ago
  32. 34b9071 Enable compression by default. by Reid Spencer · 21 years ago
  33. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 21 years ago
  34. 40a955a We're not doing automake any more by Reid Spencer · 21 years ago
  35. cac731e We won't use automake by Reid Spencer · 21 years ago
  36. 86d341b Initial automake generated Makefile template by Reid Spencer · 21 years ago
  37. 7925588 Pass -single_module option to gcc when linking dynamic libraries for use with bugpoint, so that we can bugpoint multiple .cp files by Nate Begeman · 21 years ago
  38. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 21 years ago
  39. fc6723f No space allowed between \ and end-of-line by Misha Brukman · 21 years ago
  40. 2c9039e Wrap lines at 80 cols by Misha Brukman · 21 years ago
  41. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 21 years ago
  42. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  43. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  44. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 21 years ago
  45. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 21 years ago
  46. 891150f If the block extractor fails, actually emit the bc file that failed to extract by Chris Lattner · 21 years ago
  47. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  48. 7d91e49 Finally give bugpoint -timeout support! by Chris Lattner · 21 years ago
  49. e96b2ed Pass timeouts into the low level "execute program with timeout" function by Chris Lattner · 21 years ago
  50. 62c91fc Provide timeout values to all abstract interpreters by Chris Lattner · 21 years ago
  51. eed80e2 * Convert "\n" -> '\n' by Misha Brukman · 21 years ago
  52. 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 21 years ago
  53. e312e15 Err, fix last checkin by Chris Lattner · 21 years ago
  54. 5fbf29c Fix bugpoint miscompilation support on OS/X by Chris Lattner · 21 years ago
  55. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 21 years ago
  56. b3998ec Correctly build shared objects on MacOS X for debugging code generators by Misha Brukman · 21 years ago
  57. 4d143ee IA64 compat by Chris Lattner · 21 years ago
  58. 4a1de8b Add -load option by Chris Lattner · 21 years ago
  59. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 21 years ago
  60. 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 21 years ago
  61. bed85ff Header file moved by Chris Lattner · 21 years ago
  62. 9231ac8 Convert to SymbolTable's new iteration interface. by Reid Spencer · 21 years ago
  63. 7507c29 Turn the block extractor on by default now that it basically works, eliminating the option. by Chris Lattner · 21 years ago
  64. 68bee93 Check to see if all blocks are extractible first. by Chris Lattner · 21 years ago
  65. b83c0f3 Don't leave dead bytecode.output files around if the optimizer/block extractor crashes. by Chris Lattner · 21 years ago
  66. 2290e75 Implement the final missing bits for block extractor support. Now bugpoint by Chris Lattner · 21 years ago
  67. 5e783ab Implement basic block extraction for the miscompilation debugger. This still needs by Chris Lattner · 21 years ago
  68. 1c2f686 A class that is meant to be a base class should have a virtual destructor by Chris Lattner · 21 years ago
  69. 60083e2 Use the new commandline flag to allow us to call bugpoint like this: by Chris Lattner · 21 years ago
  70. 817d8d3 Remove a really old comment by Chris Lattner · 21 years ago
  71. 48b008d Apply simplification suggested by Chris: why assign() when operator = will do? by Brian Gaeke · 21 years ago
  72. 636df3d Add --tool-args flag which lets you pass arguments to llc or lli. by Brian Gaeke · 21 years ago
  73. d11577b Add "Args" optional argument to AbstractInterpreter factory methods, which by Brian Gaeke · 21 years ago
  74. f4789e6 Teach bugpoint to be a little bit smarter and avoid repeating work by Chris Lattner · 21 years ago
  75. 123f8fe Add a space before result for readability on the command line. by Misha Brukman · 21 years ago
  76. 8c194ea Add doxygenified comments to functions. by Misha Brukman · 21 years ago
  77. de4803d As per Chris, greatly simplify handling of external functions by using the by Misha Brukman · 21 years ago
  78. b687d82 * Reorder #includes * Wrap a long line by Misha Brukman · 21 years ago
  79. dc7fef8 Finally implement rewriting global initializers which use external functions by Misha Brukman · 21 years ago
  80. 36ee07f Disambiguate symbols after loop extraction so that we can diagnose a code by Chris Lattner · 21 years ago
  81. 2423db0 Fix an obvious bug in the refactoring I did a few days ago by Chris Lattner · 21 years ago
  82. b04da8a Wrap at 80 cols. by Misha Brukman · 21 years ago
  83. a57d86b Merge the code generator miscompilation code into the optimizer miscompilation by Chris Lattner · 21 years ago
  84. 11b8cd1 Make a method public by Chris Lattner · 21 years ago
  85. 9ae427a Minor cleanups, remove some old debug code by Chris Lattner · 21 years ago
  86. b15825b Refactor and genericize code by Chris Lattner · 21 years ago
  87. 8505c86 lli no longer takes the -quiet option! by Chris Lattner · 21 years ago
  88. 30878f4 Make full use of the Mangler interface to simplify code by Chris Lattner · 21 years ago
  89. af48fa8 Minor change by Chris Lattner · 21 years ago
  90. fb4b96e Minor speedup by Chris Lattner · 21 years ago
  91. 02bb481 minor formatting change by Chris Lattner · 21 years ago
  92. 5313f23 Fix two pretty serious bugs: by Chris Lattner · 21 years ago
  93. 87ab7e9 Fix a fairly nasty bug that prevented bugpoint from working quite right when by Chris Lattner · 21 years ago
  94. 58d84ce If the program returns a non-zero exit value, don't leave files laying around by Chris Lattner · 21 years ago
  95. d3a533d When loop extraction succeeds, make sure to map the function pointers over by Chris Lattner · 21 years ago
  96. 7fa44fc Fix an inverted condition that causes us to think that loop extraction by Chris Lattner · 21 years ago
  97. 9d5968d Fix an iterator invalidation problem in a "buggy" pass by Chris Lattner · 21 years ago
  98. 002dbdd Fix thinko, and PR292 by Chris Lattner · 21 years ago
  99. a1cf1c8 After reducing a miscompiled program down to the functions which are being by Chris Lattner · 21 years ago
  100. 44a64bc Fix a minor bug in runPassesOn by Chris Lattner · 21 years ago