| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use the newly abstracted interface for running our tools and gcc. | Misha Brukman | 2003-09-29 | 1 | -437/+18 |
* | Implementation of the abstraction of running our tools + gcc, taken out of | Misha Brukman | 2003-09-29 | 1 | -0/+374 |
* | Abstracted away the process of running our tools + gcc from bugpoint. | Misha Brukman | 2003-09-29 | 1 | -0/+115 |
* | Use new method | Chris Lattner | 2003-09-17 | 1 | -7/+2 |
* | Bugpoint has the ability of generating a plethora of core files, so to | Misha Brukman | 2003-09-12 | 1 | -0/+12 |
* | Check in the fix I meant to apply here, but mistakenly applied to | Brian Gaeke | 2003-09-10 | 1 | -0/+1 |
* | Renaming `dis' -> `llvm-dis'. | Misha Brukman | 2003-08-28 | 2 | -7/+8 |
* | Kill warning | Chris Lattner | 2003-08-22 | 1 | -3/+7 |
* | Squash the warning that `Result' may not be initialized on all code paths. | Misha Brukman | 2003-08-22 | 1 | -1/+1 |
* | no-strict-aliasing redux | Chris Lattner | 2003-08-18 | 1 | -1/+1 |
* | The CBE generates code which violates the TBAA rules of C, thus we must disable | Chris Lattner | 2003-08-18 | 1 | -1/+7 |
* | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 2 | -3/+3 |
* | Give correct command line for making a shared object | Chris Lattner | 2003-08-17 | 1 | -1/+7 |
* | Make sure that "newmain" gets names for its arguments | Chris Lattner | 2003-08-17 | 1 | -1/+4 |
* | Fix message | Chris Lattner | 2003-08-17 | 1 | -2/+3 |
* | File-related functions moved to FileUtilities.h . | Misha Brukman | 2003-08-07 | 5 | -5/+5 |
* | Re-grouped and alphabetized headers for easier reading and cleaner style. | Misha Brukman | 2003-08-07 | 9 | -25/+25 |
* | Fixed path for SystemUtils.h and a few code cleanups. | Misha Brukman | 2003-08-07 | 1 | -7/+5 |
* | Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support. | Misha Brukman | 2003-08-07 | 7 | -243/+5 |
* | If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for | Chris Lattner | 2003-08-05 | 3 | -8/+14 |
* | Only test the vector of functions if it is non-empty. | Misha Brukman | 2003-08-05 | 1 | -1/+1 |
* | Do not attempt to reduce a test case if it is an empty set. | Misha Brukman | 2003-08-04 | 1 | -1/+1 |
* | Added code that ensures that we don't try to reduce an empty vector of basic | John Criswell | 2003-08-04 | 1 | -1/+1 |
* | Make sure to flush the output stream so that we get incremental updates | Chris Lattner | 2003-08-04 | 1 | -11/+10 |
* | Print accurate run instructions for when testing LLC | Chris Lattner | 2003-08-04 | 1 | -6/+20 |
* | Fix problem I introduced in bugpoint with the cleanup functions | Chris Lattner | 2003-08-03 | 1 | -8/+9 |
* | DEBUG got moved to Debug.h | Chris Lattner | 2003-08-01 | 2 | -2/+2 |
* | Use the new FileUtilities library to do diff'ing of files | Chris Lattner | 2003-08-01 | 1 | -22/+9 |
* | Use the C++, more portable, deleter | Chris Lattner | 2003-08-01 | 1 | -1/+1 |
* | Don't emit modules with lots of cruft hanging off of them. | Chris Lattner | 2003-08-01 | 1 | -4/+10 |
* | Parameterize the performFinalCleanups a bit | Chris Lattner | 2003-08-01 | 2 | -5/+6 |
* | Ignore intrinsic functions -- don't mangle their names or rewrite calls to them. | Misha Brukman | 2003-07-30 | 1 | -1/+6 |
* | CodeGeneratorBug.cpp: | Misha Brukman | 2003-07-30 | 3 | -14/+39 |
* | * Moved InputArgv out of anonymous scope to be extern'd in another file. | Misha Brukman | 2003-07-30 | 1 | -32/+47 |
* | Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there. | Misha Brukman | 2003-07-30 | 2 | -8/+6 |
* | Use a vector<char*> instead of char*[] so that we can add arbitrary number of | Misha Brukman | 2003-07-30 | 1 | -38/+35 |
* | Add variable to capture arguments that should be passed to the user program | Chris Lattner | 2003-07-30 | 1 | -2/+5 |
* | * Disambiguate symbols before we start splitting module by functions | Misha Brukman | 2003-07-29 | 1 | -5/+6 |
* | Implemented cleanups as suggested by Chris: | Misha Brukman | 2003-07-28 | 1 | -41/+39 |
* | Added comment to function isExecutingJIT() | Misha Brukman | 2003-07-28 | 1 | -0/+2 |
* | BugDriver.h: | Misha Brukman | 2003-07-28 | 3 | -43/+235 |
* | Made a bunch of cleanups, as per Chris' recommendations: | Misha Brukman | 2003-07-24 | 4 | -44/+61 |
* | Major addition to bugpoint: ability to debug code generators (LLC and LLI). | Misha Brukman | 2003-07-24 | 6 | -167/+620 |
* | Fixed misspelling. | Misha Brukman | 2003-07-21 | 1 | -1/+1 |
* | The word `separate' only has one `e'. | Misha Brukman | 2003-07-14 | 2 | -2/+2 |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -6/+6 |
* | Try to run cleanups even if nothing was modified in the preview passes | Chris Lattner | 2003-06-25 | 1 | -13/+11 |
* | Run dead arg elimination, and tell it that it's ok to hack up non-internal fu... | Chris Lattner | 2003-06-25 | 1 | -0/+1 |
* | Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where | Brian Gaeke | 2003-06-17 | 1 | -1/+1 |
* | Actually, change it to use explicit new/delete, which is more likely to be | Chris Lattner | 2003-06-16 | 1 | -6/+7 |