1. be21ca5 Refactor all of the "splitting a module into two pieces" code to avoid by Chris Lattner · 20 years ago
  2. 744b5fb Revise comment and error message for the Bug 38 situation. Also, make it by Brian Gaeke · 20 years ago
  3. 5110bed If bugpoint can't match the reference output, at LEAST provide the output by Chris Lattner · 20 years ago
  4. bdc9784 Wild and passionate uncontrolled goose chases are amusing to watch, but not by Chris Lattner · 20 years ago
  5. c4601bf The CBE is now in llc, not llvm-dis by Chris Lattner · 20 years ago
  6. fa76183 finegrainify namespacification by Chris Lattner · 21 years ago
  7. 89eca90 Use new interfaces by Chris Lattner · 21 years ago
  8. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  9. fcb6ec0 I hate it when bugpoint is all ready to give me a bytecode file, then crashes by Chris Lattner · 21 years ago
  10. 417477d Simplify the performFinalCleanups interface by Chris Lattner · 21 years ago
  11. 06ea151 Made error message more comprehensible. by Misha Brukman · 21 years ago
  12. 9432111 fix file headers by Chris Lattner · 21 years ago
  13. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  14. 9fc2adc Don't bother forwarding function references which are external to the program entirely by Chris Lattner · 21 years ago
  15. b656c20 Fix iterator invalidation problem by Chris Lattner · 21 years ago
  16. 365f09a Update compile information by Chris Lattner · 21 years ago
  17. b715497 Print -fno-strict-aliasing as well by Chris Lattner · 21 years ago
  18. 769f1fe Change the execute methods to take the shared object filename by const reference. by Chris Lattner · 21 years ago
  19. a0f5b15 The return value of compileSharedObject was never used. Return the shared by Chris Lattner · 21 years ago
  20. 8deb581 minor cleanups by Chris Lattner · 21 years ago
  21. 182a21e Fix minor formatting bug by Chris Lattner · 21 years ago
  22. 85544ba Renaming `dis' -> `llvm-dis'. by Misha Brukman · 21 years ago
  23. 57c6941 Give correct command line for making a shared object by Chris Lattner · 21 years ago
  24. 57e5a70 Make sure that "newmain" gets names for its arguments by Chris Lattner · 21 years ago
  25. e533cef Fix message by Chris Lattner · 21 years ago
  26. 3d9cafa File-related functions moved to FileUtilities.h . by Misha Brukman · 21 years ago
  27. e49603d Re-grouped and alphabetized headers for easier reading and cleaner style. by Misha Brukman · 21 years ago
  28. 11c6592 Fixed path for SystemUtils.h and a few code cleanups. by Misha Brukman · 21 years ago
  29. 6730c81 Print accurate run instructions for when testing LLC by Chris Lattner · 21 years ago
  30. 15d1127 Fix problem I introduced in bugpoint with the cleanup functions by Chris Lattner · 21 years ago
  31. c648dab DEBUG got moved to Debug.h by Chris Lattner · 21 years ago
  32. 10b9fa8 Don't emit modules with lots of cruft hanging off of them. by Chris Lattner · 21 years ago
  33. 3b62462 Ignore intrinsic functions -- don't mangle their names or rewrite calls to them. by Misha Brukman · 21 years ago
  34. be6bf56 CodeGeneratorBug.cpp: by Misha Brukman · 21 years ago
  35. de9720f * Disambiguate symbols before we start splitting module by functions by Misha Brukman · 21 years ago
  36. c1e39ee Implemented cleanups as suggested by Chris: by Misha Brukman · 21 years ago
  37. 91eabc1 BugDriver.h: by Misha Brukman · 21 years ago
  38. a259c9b Made a bunch of cleanups, as per Chris' recommendations: by Misha Brukman · 21 years ago
  39. 5073336 Major addition to bugpoint: ability to debug code generators (LLC and LLI). by Misha Brukman · 21 years ago