| Commit message (Expand) | Author | Age | Files | Lines |
* | Let bugpoint work on sparc with v9 instructions enabled. | Chris Lattner | 2006-02-04 | 1 | -0/+6 |
* | Add explicit #includes of <iostream> | Chris Lattner | 2006-01-22 | 1 | -0/+1 |
* | Revert this, I didn't mean to commit it | Chris Lattner | 2006-01-17 | 1 | -8/+0 |
* | Add support for programs with a null argv[0] | Chris Lattner | 2006-01-17 | 1 | -0/+8 |
* | Allow bugpoint+PPC codegen to use fsqrt | Chris Lattner | 2005-08-29 | 1 | -0/+3 |
* | Final Changes For PR495: | Reid Spencer | 2005-07-08 | 1 | -3/+3 |
* | Add support for assembling .s files on mac os x for intel | Nate Begeman | 2005-07-08 | 1 | -1/+1 |
* | For PR495: | Reid Spencer | 2005-07-07 | 1 | -3/+3 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -18/+18 |
* | yay for camel_cvs diff | Andrew Lenharth | 2005-03-10 | 1 | -1/+1 |
* | get bugpoint working on ia64, by building .so's with -fpic. :) | Chris Lattner | 2005-03-09 | 1 | -0/+4 |
* | Remove some stuff I checked in accidentally | Chris Lattner | 2005-02-27 | 1 | -6/+0 |
* | Move helper function here. | Chris Lattner | 2005-02-13 | 1 | -0/+28 |
* | For PR351: | Reid Spencer | 2004-12-19 | 1 | -24/+27 |
* | For PR351: | Reid Spencer | 2004-12-16 | 1 | -15/+14 |
* | For PR351: | Reid Spencer | 2004-12-15 | 1 | -8/+17 |
* | For PR351: | Reid Spencer | 2004-12-13 | 1 | -5/+5 |
* | Shared library extension is now in LTDL_SHLIB_EXT | Reid Spencer | 2004-11-29 | 1 | -1/+1 |
* | Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen | Nate Begeman | 2004-11-09 | 1 | -1/+0 |
* | Pass -single_module option to gcc when linking dynamic libraries for use with... | Nate Begeman | 2004-10-17 | 1 | -0/+1 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -3/+3 |
* | Pass timeouts into the low level "execute program with timeout" function | Chris Lattner | 2004-07-24 | 1 | -12/+18 |
* | These files don't need to include <iostream> since they include "Support/Debu... | Brian Gaeke | 2004-07-21 | 1 | -1/+0 |
* | Err, fix last checkin | Chris Lattner | 2004-07-19 | 1 | -1/+1 |
* | Fix bugpoint miscompilation support on OS/X | Chris Lattner | 2004-07-19 | 1 | -1/+3 |
* | Correctly build shared objects on MacOS X for debugging code generators | Misha Brukman | 2004-07-16 | 1 | -1/+5 |
* | Apply simplification suggested by Chris: why assign() when operator = will do? | Brian Gaeke | 2004-05-04 | 1 | -2/+2 |
* | Add "Args" optional argument to AbstractInterpreter factory methods, which | Brian Gaeke | 2004-05-04 | 1 | -31/+71 |
* | lli no longer takes the -quiet option! | Chris Lattner | 2004-04-05 | 1 | -2/+0 |
* | Make ToolExecutionError inherit std::exception and implement its | Alkis Evlogimenos | 2004-02-19 | 1 | -0/+2 |
* | Add support for just running the code generator | Chris Lattner | 2004-02-18 | 1 | -0/+12 |
* | indent correctly | Chris Lattner | 2004-02-18 | 1 | -1/+1 |
* | Don't yell. BUGPOINT should yell, not the tool runner :) | Chris Lattner | 2004-02-18 | 1 | -1/+1 |
* | If there is an error running a tool, include the error message (e.g. assertio... | Chris Lattner | 2004-02-18 | 1 | -30/+32 |
* | When an error occurs executing a tool, we now throw an exception instead | Chris Lattner | 2004-02-18 | 1 | -43/+22 |
* | The C backend is no longer in llvm-dis, it's in llc | Chris Lattner | 2004-02-17 | 1 | -11/+11 |
* | Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into | John Criswell | 2004-01-26 | 1 | -1/+1 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-14 | 1 | -28/+29 |
* | Only use -Wl,-R. if HAVE_LINK_R. | Brian Gaeke | 2003-11-18 | 1 | -0/+3 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Add debugtype, make output marginally more nice | Chris Lattner | 2003-10-19 | 1 | -3/+4 |
* | Fix PR #47 | Chris Lattner | 2003-10-19 | 1 | -3/+3 |
* | Without this option, the -run-llc mode does not work with shared objects at | Chris Lattner | 2003-10-18 | 1 | -0/+1 |
* | Generalize abstract interpreter interface to allow linking in an arbitrary nu... | Chris Lattner | 2003-10-14 | 1 | -18/+23 |
* | Substantial cleanups: | Chris Lattner | 2003-10-14 | 1 | -28/+35 |
* | Actually return an error if something bad happens, don't just exit. | Chris Lattner | 2003-10-14 | 1 | -5/+4 |
* | LLI no longer has -abort-on-exception | Chris Lattner | 2003-10-13 | 1 | -1/+0 |
* | ToolRunner.h has been moved from include/Support to include/llvm/Support. | Misha Brukman | 2003-10-06 | 1 | -1/+1 |
* | Implementation of the abstraction of running our tools + gcc, taken out of | Misha Brukman | 2003-09-29 | 1 | -0/+374 |