- 1aa73cc Fix two bugpoint bugs: by Chris Lattner · 14 years ago
- dc5948d Have Program::Wait return -2 for crashed and timeouts instead of embedding by Andrew Trick · 14 years ago
- 9992fca fit in 80 cols. by Chris Lattner · 15 years ago
- 1f6efa3 Merge System into Support. by Michael J. Spencer · 15 years ago
- d66f2b7 Rename FindExecutable to PrependMainExecutablePath. by Mikhail Glushenkov · 15 years ago
- 544fba1 80-col violations, trailing whitespace. by Mikhail Glushenkov · 15 years ago
- cc11df0 Check for (unlikely) errors from FindExecutable. by Dan Gohman · 15 years ago
- e829781 Delete this obsolete comment. by Dan Gohman · 15 years ago
- e4f1a9b Move tool_output_file into its own file. by Dan Gohman · 15 years ago
- d4c4543 Make tool_output_file's raw_ostream instance a member variable instead by Dan Gohman · 15 years ago
- a69e670 Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint", by Chris Lattner · 15 years ago
- f291401 Convert tools to use tool_output_file, and introduce error by Dan Gohman · 15 years ago
- ec62d53 Add a opt-args option that can be used to pass arguments to every opt by Rafael Espindola · 15 years ago
- 8261dfe Most of bugpoint now only needs to know the pass names. by Rafael Espindola · 15 years ago
- 7f99f74 Run opt instead of bugpoint itself. by Rafael Espindola · 15 years ago
- b8be03b0 Revert bugpoint change due to buildbot breakage. by Bob Wilson · 15 years ago
- d02dc8d Run opt instead of bugpoint itself. by Rafael Espindola · 15 years ago
- ca356af Make EmitProgressBitcode const and add a Module argument to runPasses. Use by Rafael Espindola · 15 years ago
- bae1b71 Instead of abusing swapProgramIn, just add a Module argument to by Rafael Espindola · 15 years ago
- 8be3291 Speculatively revert r108813, in an attempt to get the self-host buildbots working again. I don't see why this patch by Owen Anderson · 15 years ago
- 9e08100 Reapply r108794, a fix for the failing test from last time. by Owen Anderson · 15 years ago
- e8a469c Revert r108794, "Separate PassInfo into two classes: a constructor-free by Daniel Dunbar · 15 years ago
- 8ba15cb Separate PassInfo into two classes: a constructor-free superclass (StaticPassInfo) and a constructor-ful subclass (PassInfo). by Owen Anderson · 15 years ago
- c3e6859 Bugpoint's default memory limit (100MB) was too low for valgrind, so by Jeffrey Yasskin · 16 years ago
- 68ccdaa Add -output-prefix option to bugpoint (to change the default output name). by Daniel Dunbar · 16 years ago
- baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 16 years ago
- 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 16 years ago
- b515d75 eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 16 years ago
- 40cce09 Include valgrind in the steps to reproduce if valgrind was used to reproduce by Nick Lewycky · 16 years ago
- 197f728 Fix FindExecutable to use sys::Path::GetMainExecutable instead of by Dan Gohman · 16 years ago
- ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 16 years ago
- 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
- fbea227 Add -silence-passes option to bugpoint. This option suppresses output generated by Matthijs Kooijman · 17 years ago
- 584c3bf Detabify. by Bill Wendling · 18 years ago
- 21c62da remove attributions from tools. by Chris Lattner · 18 years ago
- 6fa98b1 Allow the block extractor take to take a list of basic blocks to not extract by Nick Lewycky · 18 years ago
- 8ff70c2 Pretty straightforward replacement of "bytecode" by "bitcode" by Gabor Greif · 18 years ago
- 421e516 Fix a buggy conversion from bytecode to bitcode by Chris Lattner · 18 years ago
- 744879e switch tools to bitcode from bytecode by Chris Lattner · 18 years ago
- 03b6963 add bitcode support by Chris Lattner · 18 years ago
- 9ba8a76 Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 19 years ago
- 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 19 years ago
- e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
- 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
- e290c6d Fix --enable-valgrind. Add room for the new arguments, and don't keep by Nick Lewycky · 19 years ago
- 40394bc Add --enable-valgrind option to run optimizations through valgrind to by Nick Lewycky · 19 years ago
- a4be053 analyze no longer exists, don't offer to run it :) by Chris Lattner · 19 years ago
- 51c5a28 For PR797: by Reid Spencer · 19 years ago
- 8ea5ecb For PR797: by Reid Spencer · 19 years ago
- 023fcf9 For PR797: by Reid Spencer · 19 years ago
- 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 19 years ago
- 9686ae7 Teach bugpoint to kill optimization passes that run over the timeout limit, by Chris Lattner · 19 years ago
- f877e60 Fix a bug found by inspection. by Chris Lattner · 19 years ago
- e4da1dd Pass plugins on to children when optimizing. by Andrew Lenharth · 20 years ago
- 04666d8 this doesn't work, remove it by Chris Lattner · 20 years ago
- 46e1ee9 Get bugpoint building with VC++ again. by Jeff Cohen · 20 years ago
- c4bb052 For PR351: by Reid Spencer · 20 years ago
- a229c5c Final Changes For PR495: by Reid Spencer · 20 years ago
- dd04df0 For PR495: by Reid Spencer · 20 years ago
- ea3e5e5 Eliminate tabs and trailing spaces by Jeff Cohen · 20 years ago
- 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
- e210279 Get bugpoint compiling with VC++ again, not that it works anyway. by Jeff Cohen · 21 years ago
- 741c118 oops by Jeff Cohen · 21 years ago
- 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
- 5f76760 For PR351: by Reid Spencer · 21 years ago
- 9718298 For PR351: * Convert use of getUniqueFilename to sys::Path::makeUnique(); by Reid Spencer · 21 years ago
- 34b9071 Enable compression by default. by Reid Spencer · 21 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
- b83c0f3 Don't leave dead bytecode.output files around if the optimizer/block extractor crashes. by Chris Lattner · 21 years ago
- 44a64bc Fix a minor bug in runPassesOn by Chris Lattner · 22 years ago
- 0a00256 Add a new "AutoDebugCrashes" option by Chris Lattner · 22 years ago
- 3b6441e Add new method by Chris Lattner · 22 years ago
- ca00512 Don't crash if there are no passes in the PassesToRun list by Chris Lattner · 22 years ago
- fa76183 finegrainify namespacification by Chris Lattner · 22 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- 9432111 fix file headers by Chris Lattner · 22 years ago
- 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
- ac32bfa Don't include <stdlib.h>. by Brian Gaeke · 22 years ago
- cf00c4a Fix spelling. by Misha Brukman · 22 years ago
- 3d9cafa File-related functions moved to FileUtilities.h . by Misha Brukman · 22 years ago
- e49603d Re-grouped and alphabetized headers for easier reading and cleaner style. by Misha Brukman · 22 years ago
- 0bd75bb Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support. by Misha Brukman · 22 years ago
- 265789f Fixed misspelling. by Misha Brukman · 22 years ago
- 24271cf Give better information about how the passes crash by Chris Lattner · 22 years ago
- 9c3b55e Make sure to create a target data that matches the Module's target properties. by Chris Lattner · 22 years ago
- c986392 Remove support for "target data" pass ctors by Chris Lattner · 22 years ago
- 640f22e Implement support for bugpoint to identify which FUNCTION an optimization by Chris Lattner · 22 years ago
- f2bcccf Allow creating of passes like levelraise which use a targetdata ctor by Chris Lattner · 23 years ago
- 218e26e Implement the start of the miscompilation detection stuff by Chris Lattner · 23 years ago
- afade92 Initial checkin of bugpoint by Chris Lattner · 23 years ago