1. 5f76760 For PR351: by Reid Spencer · 20 years ago
  2. 9718298 For PR351: * Convert use of getUniqueFilename to sys::Path::makeUnique(); by Reid Spencer · 20 years ago
  3. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  4. 7d91e49 Finally give bugpoint -timeout support! by Chris Lattner · 20 years ago
  5. eed80e2 * Convert "\n" -> '\n' by Misha Brukman · 20 years ago
  6. 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 20 years ago
  7. 4d143ee IA64 compat by Chris Lattner · 20 years ago
  8. 60083e2 Use the new commandline flag to allow us to call bugpoint like this: by Chris Lattner · 20 years ago
  9. 817d8d3 Remove a really old comment by Chris Lattner · 20 years ago
  10. 636df3d Add --tool-args flag which lets you pass arguments to llc or lli. by Brian Gaeke · 20 years ago
  11. b687d82 * Reorder #includes * Wrap a long line by Misha Brukman · 20 years ago
  12. 58d84ce If the program returns a non-zero exit value, don't leave files laying around by Chris Lattner · 20 years ago
  13. ea9212c Add a new method for use by the code generator crash debugger. by Chris Lattner · 20 years ago
  14. 9709272 Make the executeProgram method exception safe, not leaving around bytecode by Chris Lattner · 20 years ago
  15. 7bb1154 Update comments, if we are running with the CBE, make sure the Interpreter by Chris Lattner · 20 years ago
  16. c5cad21 Add check-exit-code option, defaulting to true. by Brian Gaeke · 21 years ago
  17. fa76183 finegrainify namespacification by Chris Lattner · 21 years ago
  18. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  19. b5ee509 Fix the first FIXME in this file: automatically pick a "good" by Brian Gaeke · 21 years ago
  20. 9432111 fix file headers by Chris Lattner · 21 years ago
  21. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  22. 6ebe44d Ok, return an explicit path to the shared object, unbreaking code generator by Chris Lattner · 21 years ago
  23. 1a28a2b Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the place by Chris Lattner · 21 years ago
  24. 367e1ee Change run-lli -> run-int by Chris Lattner · 21 years ago
  25. 25d6647 Default to using the CBE instead of the Interpreter if no -run-* option is specified by Chris Lattner · 21 years ago
  26. 7dac658 add support forloading additional .so files on the command line by Chris Lattner · 21 years ago
  27. 769f1fe Change the execute methods to take the shared object filename by const reference. by Chris Lattner · 21 years ago
  28. a0f5b15 The return value of compileSharedObject was never used. Return the shared by Chris Lattner · 21 years ago
  29. 5de0bac This header file moved. Thanks to Bill and Nightly tester for noticing by Chris Lattner · 21 years ago
  30. 4148556 Use the newly abstracted interface for running our tools and gcc. by Misha Brukman · 21 years ago
  31. 85544ba Renaming `dis' -> `llvm-dis'. by Misha Brukman · 21 years ago
  32. a59f71a no-strict-aliasing redux by Chris Lattner · 21 years ago
  33. c13115c The CBE generates code which violates the TBAA rules of C, thus we must disable by Chris Lattner · 21 years ago
  34. e49603d Re-grouped and alphabetized headers for easier reading and cleaner style. by Misha Brukman · 21 years ago
  35. 0bd75bb Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support. by Misha Brukman · 21 years ago
  36. ca25b95 Make sure to flush the output stream so that we get incremental updates by Chris Lattner · 21 years ago
  37. c648dab DEBUG got moved to Debug.h by Chris Lattner · 21 years ago
  38. 65f6279 Use the new FileUtilities library to do diff'ing of files by Chris Lattner · 21 years ago
  39. 9d679cb * Moved InputArgv out of anonymous scope to be extern'd in another file. by Misha Brukman · 21 years ago
  40. 800e6e2 Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there. by Misha Brukman · 21 years ago
  41. 7835c85 Use a vector<char*> instead of char*[] so that we can add arbitrary number of by Misha Brukman · 21 years ago
  42. 91eabc1 BugDriver.h: by Misha Brukman · 21 years ago
  43. a259c9b Made a bunch of cleanups, as per Chris' recommendations: by Misha Brukman · 21 years ago
  44. 5073336 Major addition to bugpoint: ability to debug code generators (LLC and LLI). by Misha Brukman · 21 years ago
  45. f479be5 Make a comment more accurate by Chris Lattner · 21 years ago
  46. cc876a7 Add support for debugging miscompilations with the use of the JIT or CBE! by Chris Lattner · 21 years ago
  47. 640f22e Implement support for bugpoint to identify which FUNCTION an optimization by Chris Lattner · 21 years ago
  48. 3c053a0 Allow specifying an input file for the program being executed by Chris Lattner · 21 years ago
  49. e1b52b7 Fix compilation on GCC 3.2 by Chris Lattner · 22 years ago
  50. 4a10645 New files for miscompilation detection by Chris Lattner · 22 years ago