| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert change: default architecture is never set, it is guessed from input | Misha Brukman | 2003-07-30 | 1 | -8/+1 |
* | * 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 |
* | Add in support to load shared objects (-load is provided by Support library). | Misha Brukman | 2003-07-28 | 1 | -1/+1 |
* | 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 |
* | Remove instloops library | Chris Lattner | 2003-07-21 | 1 | -1/+1 |
* | Initialize the target architecture based on compiler defines, so if compiled on | Misha Brukman | 2003-07-18 | 1 | -1/+8 |
* | Added pass to instrument backedges for lightweight tracing | Anand Shukla | 2003-07-18 | 1 | -2/+1 |
* | The word `separate' only has one `e'. | Misha Brukman | 2003-07-14 | 4 | -4/+4 |
* | Converted tabs to spaces. | Misha Brukman | 2003-07-10 | 1 | -1/+1 |
* | Fixed indentation. | Misha Brukman | 2003-07-07 | 1 | -1/+1 |
* | * If compiling on X86 or Sparc, automagically enable the JIT for that arch | Misha Brukman | 2003-07-02 | 1 | -9/+25 |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 2 | -7/+7 |
* | Run the simplify CFG pass after instcombine which has the effect of deleting | Chris Lattner | 2003-06-26 | 1 | -0/+4 |
* | Move the instcombine pass before globaldce, so that if globals are made dead ... | Chris Lattner | 2003-06-26 | 1 | -4/+4 |
* | 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 |
* | Add tail duplication pass to the pipeline, move the verifier pass to the front | Chris Lattner | 2003-06-22 | 1 | -6/+4 |
* | Minor cleanups | Chris Lattner | 2003-06-20 | 1 | -22/+10 |
* | Funcresolve no longer performs nicification of resolved functions | Chris Lattner | 2003-06-19 | 1 | -0/+5 |
* | tools/llc/llc.cpp: Make "-o -" work. | Brian Gaeke | 2003-06-18 | 1 | -12/+16 |
* | lib/Target/Sparc/Sparc.cpp: | Brian Gaeke | 2003-06-18 | 2 | -62/+50 |
* | Reindent code to match the rest of the file | Chris Lattner | 2003-06-18 | 1 | -38/+30 |
* | Add new DAE pass to gccld. It does not add cause any regressions in the test... | Chris Lattner | 2003-06-18 | 1 | -0/+4 |
* | Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where | Brian Gaeke | 2003-06-17 | 5 | -5/+5 |
* | Life is too short. Link in too much stuff on Linux to make building on sun e... | Chris Lattner | 2003-06-17 | 1 | -4/+3 |
* | The never-ending odyssey trying to get sparc to link | Chris Lattner | 2003-06-17 | 1 | -1/+1 |
* | Make sure to get the value of ARCH before we use it | Chris Lattner | 2003-06-17 | 1 | -0/+5 |