| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugpoint had appalingly bad grammar. Fix some of it. | Chris Lattner | 2003-12-07 | 1 | -4/+8 |
* | Do not leave a bunch of crud lying around | Chris Lattner | 2003-12-07 | 1 | -0/+2 |
* | be 3.4 happy | Chris Lattner | 2003-11-29 | 1 | -0/+1 |
* | Do not DESTROY programs by default. No wonder bugpoint was not being useful ... | Chris Lattner | 2003-11-23 | 1 | -11/+7 |
* | Do not crash when dealing with invoke and unwind instructions! | Chris Lattner | 2003-11-22 | 1 | -4/+7 |
* | Use new interfaces | Chris Lattner | 2003-11-22 | 1 | -6/+2 |
* | 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 | 13 | -0/+59 |
* | I hate it when bugpoint is all ready to give me a bytecode file, then crashes | Chris Lattner | 2003-11-05 | 4 | -25/+35 |
* | Simplify the performFinalCleanups interface | Chris Lattner | 2003-11-05 | 4 | -13/+11 |
* | Do not print out lists with thousands of elements in them, that's kinda silly | Chris Lattner | 2003-10-27 | 1 | -2/+10 |
* | Fix an assertion failure in Bugpoint | Chris Lattner | 2003-10-23 | 1 | -0/+6 |
* | Fix the first FIXME in this file: automatically pick a "good" | Brian Gaeke | 2003-10-21 | 1 | -6/+24 |
* | Added LLVM copyright to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Made error message more comprehensible. | Misha Brukman | 2003-10-20 | 1 | -1/+2 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | fix file headers | Chris Lattner | 2003-10-20 | 11 | -12/+1 |
* | Added copyright header to all C++ source files. | John Criswell | 2003-10-20 | 11 | -0/+88 |
* | Don't bother forwarding function references which are external to the program... | Chris Lattner | 2003-10-19 | 1 | -2/+4 |
* | Ok, return an explicit path to the shared object, unbreaking code generator | Chris Lattner | 2003-10-19 | 1 | -1/+1 |
* | Fix iterator invalidation problem | Chris Lattner | 2003-10-19 | 1 | -3/+2 |
* | 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 |
* | Update compile information | Chris Lattner | 2003-10-18 | 1 | -1/+1 |
* | Add usage blurb | Chris Lattner | 2003-10-18 | 1 | -1/+4 |
* | Without this option, the -run-llc mode does not work with shared objects at | Chris Lattner | 2003-10-18 | 1 | -0/+1 |
* | Print -fno-strict-aliasing as well | Chris Lattner | 2003-10-18 | 1 | -1/+1 |
* | Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the p... | Chris Lattner | 2003-10-18 | 1 | -0/+4 |
* | Change run-lli -> run-int | Chris Lattner | 2003-10-18 | 1 | -1/+1 |
* | Default to using the CBE instead of the Interpreter if no -run-* option is sp... | Chris Lattner | 2003-10-18 | 1 | -1/+2 |
* | If we detect a pass crash during miscompilation testing, immediately enter the | Chris Lattner | 2003-10-18 | 1 | -4/+4 |
* | Fix bug in my checkin | Chris Lattner | 2003-10-18 | 1 | -1/+0 |
* | Another formatting fix | Chris Lattner | 2003-10-18 | 1 | -4/+4 |
* | More cleanups | Chris Lattner | 2003-10-17 | 1 | -3/+7 |
* | Be more helpful if a pass fails while chasing down a miscompilation | Chris Lattner | 2003-10-17 | 2 | -2/+9 |
* | Flush output after writing out the list of function names. | Brian Gaeke | 2003-10-15 | 1 | -0/+1 |
* | add support forloading additional .so files on the command line | Chris Lattner | 2003-10-14 | 1 | -1/+6 |
* | Change the execute methods to take the shared object filename by const refere... | Chris Lattner | 2003-10-14 | 3 | -27/+37 |
* | Generalize abstract interpreter interface to allow linking in an arbitrary nu... | Chris Lattner | 2003-10-14 | 2 | -25/+43 |
* | Substantial cleanups: | Chris Lattner | 2003-10-14 | 2 | -67/+73 |
* | The return value of compileSharedObject was never used. Return the shared | Chris Lattner | 2003-10-14 | 3 | -9/+10 |
* | Actually return an error if something bad happens, don't just exit. | Chris Lattner | 2003-10-14 | 1 | -5/+4 |
* | minor cleanups | Chris Lattner | 2003-10-14 | 1 | -2/+2 |
* | Fix minor formatting bug | Chris Lattner | 2003-10-14 | 1 | -2/+2 |
* | Eliminate the bugpoint -mode option, by making bugpoint automatically infer t... | Chris Lattner | 2003-10-14 | 2 | -36/+22 |
* | Unbreak code generator debug mode | Chris Lattner | 2003-10-13 | 1 | -3/+5 |
* | LLI no longer has -abort-on-exception | Chris Lattner | 2003-10-13 | 1 | -1/+0 |
* | Don't include <stdlib.h>. | Brian Gaeke | 2003-10-10 | 1 | -1/+0 |
* | Fix spelling. | Misha Brukman | 2003-10-10 | 2 | -5/+5 |