1. 421e516 Fix a buggy conversion from bytecode to bitcode by Chris Lattner · 18 years ago
  2. 744879e switch tools to bitcode from bytecode by Chris Lattner · 18 years ago
  3. 03b6963 add bitcode support by Chris Lattner · 18 years ago
  4. 9ba8a76 Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 18 years ago
  5. 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 19 years ago
  6. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  7. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
  8. e290c6d Fix --enable-valgrind. Add room for the new arguments, and don't keep by Nick Lewycky · 19 years ago
  9. 40394bc Add --enable-valgrind option to run optimizations through valgrind to by Nick Lewycky · 19 years ago
  10. a4be053 analyze no longer exists, don't offer to run it :) by Chris Lattner · 19 years ago
  11. 51c5a28 For PR797: by Reid Spencer · 19 years ago
  12. 8ea5ecb For PR797: by Reid Spencer · 19 years ago
  13. 023fcf9 For PR797: by Reid Spencer · 19 years ago
  14. 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 19 years ago
  15. 9686ae7 Teach bugpoint to kill optimization passes that run over the timeout limit, by Chris Lattner · 19 years ago
  16. f877e60 Fix a bug found by inspection. by Chris Lattner · 19 years ago
  17. e4da1dd Pass plugins on to children when optimizing. by Andrew Lenharth · 20 years ago
  18. 04666d8 this doesn't work, remove it by Chris Lattner · 20 years ago
  19. 46e1ee9 Get bugpoint building with VC++ again. by Jeff Cohen · 20 years ago
  20. c4bb052 For PR351: by Reid Spencer · 20 years ago
  21. a229c5c Final Changes For PR495: by Reid Spencer · 20 years ago
  22. dd04df0 For PR495: by Reid Spencer · 20 years ago
  23. ea3e5e5 Eliminate tabs and trailing spaces by Jeff Cohen · 20 years ago
  24. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  25. e210279 Get bugpoint compiling with VC++ again, not that it works anyway. by Jeff Cohen · 20 years ago
  26. 741c118 oops by Jeff Cohen · 21 years ago
  27. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
  28. 5f76760 For PR351: by Reid Spencer · 21 years ago
  29. 9718298 For PR351: * Convert use of getUniqueFilename to sys::Path::makeUnique(); by Reid Spencer · 21 years ago
  30. 34b9071 Enable compression by default. by Reid Spencer · 21 years ago
  31. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  32. b83c0f3 Don't leave dead bytecode.output files around if the optimizer/block extractor crashes. by Chris Lattner · 21 years ago
  33. 44a64bc Fix a minor bug in runPassesOn by Chris Lattner · 21 years ago
  34. 0a00256 Add a new "AutoDebugCrashes" option by Chris Lattner · 21 years ago
  35. 3b6441e Add new method by Chris Lattner · 21 years ago
  36. ca00512 Don't crash if there are no passes in the PassesToRun list by Chris Lattner · 21 years ago
  37. fa76183 finegrainify namespacification by Chris Lattner · 22 years ago
  38. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  39. 9432111 fix file headers by Chris Lattner · 22 years ago
  40. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
  41. ac32bfa Don't include <stdlib.h>. by Brian Gaeke · 22 years ago
  42. cf00c4a Fix spelling. by Misha Brukman · 22 years ago
  43. 3d9cafa File-related functions moved to FileUtilities.h . by Misha Brukman · 22 years ago
  44. e49603d Re-grouped and alphabetized headers for easier reading and cleaner style. by Misha Brukman · 22 years ago
  45. 0bd75bb Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support. by Misha Brukman · 22 years ago
  46. 265789f Fixed misspelling. by Misha Brukman · 22 years ago
  47. 24271cf Give better information about how the passes crash by Chris Lattner · 22 years ago
  48. 9c3b55e Make sure to create a target data that matches the Module's target properties. by Chris Lattner · 22 years ago
  49. c986392 Remove support for "target data" pass ctors by Chris Lattner · 22 years ago
  50. 640f22e Implement support for bugpoint to identify which FUNCTION an optimization by Chris Lattner · 22 years ago
  51. f2bcccf Allow creating of passes like levelraise which use a targetdata ctor by Chris Lattner · 23 years ago
  52. 218e26e Implement the start of the miscompilation detection stuff by Chris Lattner · 23 years ago
  53. afade92 Initial checkin of bugpoint by Chris Lattner · 23 years ago