aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2003-08-05If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it forChris Lattner
2003-08-05Only test the vector of functions if it is non-empty.Misha Brukman
2003-08-04Do not attempt to reduce a test case if it is an empty set.Misha Brukman
2003-08-04Added code that ensures that we don't try to reduce an empty vector of basicJohn Criswell
2003-08-04Make sure to flush the output stream so that we get incremental updatesChris Lattner
2003-08-04Print accurate run instructions for when testing LLCChris Lattner
2003-08-03Fix problem I introduced in bugpoint with the cleanup functionsChris Lattner
2003-08-01DEBUG got moved to Debug.hChris Lattner
2003-08-01Use the new FileUtilities library to do diff'ing of filesChris Lattner
2003-08-01Use the C++, more portable, deleterChris Lattner
2003-08-01Don't emit modules with lots of cruft hanging off of them.Chris Lattner
2003-08-01Parameterize the performFinalCleanups a bitChris Lattner
2003-07-30Ignore intrinsic functions -- don't mangle their names or rewrite calls to them.Misha Brukman
2003-07-30CodeGeneratorBug.cpp:Misha Brukman
2003-07-30* Moved InputArgv out of anonymous scope to be extern'd in another file.Misha Brukman
2003-07-30Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there.Misha Brukman
2003-07-30Use a vector<char*> instead of char*[] so that we can add arbitrary number ofMisha Brukman
2003-07-30Add variable to capture arguments that should be passed to the user programChris Lattner
2003-07-30Revert change: default architecture is never set, it is guessed from inputMisha Brukman
2003-07-29* Disambiguate symbols before we start splitting module by functionsMisha Brukman
2003-07-28Implemented cleanups as suggested by Chris:Misha Brukman
2003-07-28Added comment to function isExecutingJIT()Misha Brukman
2003-07-28BugDriver.h:Misha Brukman
2003-07-28Add in support to load shared objects (-load is provided by Support library).Misha Brukman
2003-07-24Made a bunch of cleanups, as per Chris' recommendations:Misha Brukman
2003-07-24Major addition to bugpoint: ability to debug code generators (LLC and LLI).Misha Brukman
2003-07-21Fixed misspelling.Misha Brukman
2003-07-21Remove instloops libraryChris Lattner
2003-07-18Initialize the target architecture based on compiler defines, so if compiled onMisha Brukman
2003-07-18Added pass to instrument backedges for lightweight tracingAnand Shukla
2003-07-14The word `separate' only has one `e'.Misha Brukman
2003-07-10Converted tabs to spaces.Misha Brukman
2003-07-07Fixed indentation.Misha Brukman
2003-07-02* If compiling on X86 or Sparc, automagically enable the JIT for that archMisha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-26Run the simplify CFG pass after instcombine which has the effect of deletingChris Lattner
2003-06-26Move the instcombine pass before globaldce, so that if globals are made dead ...Chris Lattner
2003-06-25Try to run cleanups even if nothing was modified in the preview passesChris Lattner
2003-06-25Run dead arg elimination, and tell it that it's ok to hack up non-internal fu...Chris Lattner
2003-06-22Add tail duplication pass to the pipeline, move the verifier pass to the frontChris Lattner
2003-06-20Minor cleanupsChris Lattner
2003-06-19Funcresolve no longer performs nicification of resolved functionsChris Lattner
2003-06-18tools/llc/llc.cpp: Make "-o -" work.Brian Gaeke
2003-06-18lib/Target/Sparc/Sparc.cpp:Brian Gaeke
2003-06-18Reindent code to match the rest of the fileChris Lattner
2003-06-18Add new DAE pass to gccld. It does not add cause any regressions in the test...Chris Lattner
2003-06-17Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke
2003-06-17Life is too short. Link in too much stuff on Linux to make building on sun e...Chris Lattner
2003-06-17The never-ending odyssey trying to get sparc to linkChris Lattner
2003-06-17Make sure to get the value of ARCH before we use itChris Lattner