1. 59615f0 Improve output precision. by Chris Lattner · 20 years ago
  2. 5f76760 For PR351: by Reid Spencer · 20 years ago
  3. 9718298 For PR351: * Convert use of getUniqueFilename to sys::Path::makeUnique(); by Reid Spencer · 20 years ago
  4. e487402 LinkModules is now in the Linker class by Reid Spencer · 20 years ago
  5. fa1af13 Fix a bug in the checkin where I adjusted this code to work when by Chris Lattner · 20 years ago
  6. 90c18c5 Make this code not depend on LinkModules leaving the second argument unmolested. by Chris Lattner · 20 years ago
  7. 605b9e2 Linker.h has a new home. by Reid Spencer · 20 years ago
  8. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  9. eed80e2 * Convert "\n" -> '\n' by Misha Brukman · 20 years ago
  10. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 20 years ago
  11. 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 20 years ago
  12. 7507c29 Turn the block extractor on by default now that it basically works, eliminating the option. by Chris Lattner · 20 years ago
  13. 68bee93 Check to see if all blocks are extractible first. by Chris Lattner · 20 years ago
  14. 2290e75 Implement the final missing bits for block extractor support. Now bugpoint by Chris Lattner · 20 years ago
  15. 5e783ab Implement basic block extraction for the miscompilation debugger. This still needs by Chris Lattner · 20 years ago
  16. f4789e6 Teach bugpoint to be a little bit smarter and avoid repeating work by Chris Lattner · 20 years ago
  17. 123f8fe Add a space before result for readability on the command line. by Misha Brukman · 20 years ago
  18. 8c194ea Add doxygenified comments to functions. by Misha Brukman · 20 years ago
  19. de4803d As per Chris, greatly simplify handling of external functions by using the by Misha Brukman · 20 years ago
  20. dc7fef8 Finally implement rewriting global initializers which use external functions by Misha Brukman · 20 years ago
  21. 36ee07f Disambiguate symbols after loop extraction so that we can diagnose a code by Chris Lattner · 20 years ago
  22. 2423db0 Fix an obvious bug in the refactoring I did a few days ago by Chris Lattner · 20 years ago
  23. a57d86b Merge the code generator miscompilation code into the optimizer miscompilation by Chris Lattner · 20 years ago
  24. b15825b Refactor and genericize code by Chris Lattner · 20 years ago
  25. 02bb481 minor formatting change by Chris Lattner · 20 years ago
  26. 5313f23 Fix two pretty serious bugs: by Chris Lattner · 20 years ago
  27. d3a533d When loop extraction succeeds, make sure to map the function pointers over by Chris Lattner · 20 years ago
  28. 002dbdd Fix thinko, and PR292 by Chris Lattner · 20 years ago
  29. a1cf1c8 After reducing a miscompiled program down to the functions which are being by Chris Lattner · 20 years ago
  30. efdc0b5 Refactor and clean up a bunch more code. No major functionality changes. by Chris Lattner · 20 years ago
  31. be21ca5 Refactor all of the "splitting a module into two pieces" code to avoid by Chris Lattner · 20 years ago
  32. f913f40 A couple of minor cleanups: don't forward declare private classes, put private by Chris Lattner · 20 years ago
  33. 0252626 Add a stub for debugging code generator crashes by Chris Lattner · 20 years ago
  34. fa76183 finegrainify namespacification by Chris Lattner · 21 years ago
  35. de9750d Bugpoint had appalingly bad grammar. Fix some of it. by Chris Lattner · 21 years ago
  36. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  37. 9432111 fix file headers by Chris Lattner · 21 years ago
  38. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  39. a12c06a If we detect a pass crash during miscompilation testing, immediately enter the by Chris Lattner · 21 years ago
  40. a64c3fa Fix bug in my checkin by Chris Lattner · 21 years ago
  41. 9f71e79 Another formatting fix by Chris Lattner · 21 years ago
  42. 5ef681c More cleanups by Chris Lattner · 21 years ago
  43. 9c6cfe1 Be more helpful if a pass fails while chasing down a miscompilation by Chris Lattner · 21 years ago
  44. a5a96a9 Eliminate the bugpoint -mode option, by making bugpoint automatically infer the root of all of your problems by Chris Lattner · 21 years ago
  45. 3d9cafa File-related functions moved to FileUtilities.h . by Misha Brukman · 21 years ago
  46. e49603d Re-grouped and alphabetized headers for easier reading and cleaner style. by Misha Brukman · 21 years ago
  47. 0bd75bb Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support. by Misha Brukman · 21 years ago
  48. 5d3f1f0 Do not attempt to reduce a test case if it is an empty set. by Misha Brukman · 21 years ago
  49. be6bf56 CodeGeneratorBug.cpp: by Misha Brukman · 21 years ago
  50. 5073336 Major addition to bugpoint: ability to debug code generators (LLC and LLI). by Misha Brukman · 21 years ago
  51. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
  52. 3cbacc9 Print filename correctly by Chris Lattner · 21 years ago
  53. 06943ad Rename Kept -> Suffix by Chris Lattner · 21 years ago
  54. 39aebca Adjust to match new ListReducer interface Move function to generic code by Chris Lattner · 21 years ago
  55. 126840f Move the ListReducer Class into it's own header file instead of living in Miscompilation.cpp by Chris Lattner · 21 years ago
  56. a148ccb Allow bugpoint to try new an different methods for pruning down lists by Chris Lattner · 21 years ago
  57. 640f22e Implement support for bugpoint to identify which FUNCTION an optimization by Chris Lattner · 21 years ago
  58. eea21dd Print where reference output goes by Chris Lattner · 21 years ago
  59. 4a10645 New files for miscompilation detection by Chris Lattner · 22 years ago