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