Age | Commit message (Expand) | Author |
2003-10-23 | Fix an assertion failure in Bugpoint | Chris Lattner |
2003-10-21 | Fix the first FIXME in this file: automatically pick a "good" | Brian Gaeke |
2003-10-20 | Added LLVM copyright to Makefiles. | John Criswell |
2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
2003-10-20 | Made error message more comprehensible. | Misha Brukman |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-10-20 | fix file headers | Chris Lattner |
2003-10-20 | Added copyright header to all C++ source files. | John Criswell |
2003-10-19 | Don't bother forwarding function references which are external to the program... | Chris Lattner |
2003-10-19 | Ok, return an explicit path to the shared object, unbreaking code generator | Chris Lattner |
2003-10-19 | Fix iterator invalidation problem | Chris Lattner |
2003-10-19 | Add debugtype, make output marginally more nice | Chris Lattner |
2003-10-19 | Fix PR #47 | Chris Lattner |
2003-10-18 | Update compile information | Chris Lattner |
2003-10-18 | Add usage blurb | Chris Lattner |
2003-10-18 | Without this option, the -run-llc mode does not work with shared objects at | Chris Lattner |
2003-10-18 | Print -fno-strict-aliasing as well | Chris Lattner |
2003-10-18 | Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the p... | Chris Lattner |
2003-10-18 | Change run-lli -> run-int | Chris Lattner |
2003-10-18 | Default to using the CBE instead of the Interpreter if no -run-* option is sp... | Chris Lattner |
2003-10-18 | If we detect a pass crash during miscompilation testing, immediately enter the | Chris Lattner |
2003-10-18 | Fix bug in my checkin | Chris Lattner |
2003-10-18 | Another formatting fix | Chris Lattner |
2003-10-17 | More cleanups | Chris Lattner |
2003-10-17 | Be more helpful if a pass fails while chasing down a miscompilation | Chris Lattner |
2003-10-15 | Flush output after writing out the list of function names. | Brian Gaeke |
2003-10-14 | add support forloading additional .so files on the command line | Chris Lattner |
2003-10-14 | Change the execute methods to take the shared object filename by const refere... | Chris Lattner |
2003-10-14 | Generalize abstract interpreter interface to allow linking in an arbitrary nu... | Chris Lattner |
2003-10-14 | Substantial cleanups: | Chris Lattner |
2003-10-14 | The return value of compileSharedObject was never used. Return the shared | Chris Lattner |
2003-10-14 | Actually return an error if something bad happens, don't just exit. | Chris Lattner |
2003-10-14 | minor cleanups | Chris Lattner |
2003-10-14 | Fix minor formatting bug | Chris Lattner |
2003-10-14 | Eliminate the bugpoint -mode option, by making bugpoint automatically infer t... | Chris Lattner |
2003-10-13 | Unbreak code generator debug mode | Chris Lattner |
2003-10-13 | LLI no longer has -abort-on-exception | Chris Lattner |
2003-10-10 | Don't include <stdlib.h>. | Brian Gaeke |
2003-10-10 | Fix spelling. | Misha Brukman |
2003-10-07 | This header file moved. Thanks to Bill and Nightly tester for noticing | Chris Lattner |
2003-10-06 | ToolRunner.h has been moved from include/Support to include/llvm/Support. | Misha Brukman |
2003-09-30 | Add a file header | Chris Lattner |
2003-09-29 | Use the newly abstracted interface for running our tools and gcc. | Misha Brukman |
2003-09-29 | Implementation of the abstraction of running our tools + gcc, taken out of | Misha Brukman |
2003-09-29 | Abstracted away the process of running our tools + gcc from bugpoint. | Misha Brukman |
2003-09-17 | Use new method | Chris Lattner |
2003-09-12 | Bugpoint has the ability of generating a plethora of core files, so to | Misha Brukman |
2003-09-10 | Check in the fix I meant to apply here, but mistakenly applied to | Brian Gaeke |
2003-08-28 | Renaming `dis' -> `llvm-dis'. | Misha Brukman |
2003-08-22 | Kill warning | Chris Lattner |