aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2003-10-23Fix an assertion failure in BugpointChris Lattner
2003-10-22Delete the -print-cfg pass from this fileChris Lattner
2003-10-22New library neededChris Lattner
2003-10-21Fix off-by-one error in processing of libraries named on command line.Brian Gaeke
2003-10-21Fix the first FIXME in this file: automatically pick a "good"Brian Gaeke
2003-10-20Added LLVM copyright to Makefiles.John Criswell
2003-10-20Removed extraneous comment line.John Criswell
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-20Made error message more comprehensible.Misha Brukman
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-20fix file headerChris Lattner
2003-10-20fix file headersChris Lattner
2003-10-20Fix file headerChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-10-19Don't bother forwarding function references which are external to the program...Chris Lattner
2003-10-19Ok, return an explicit path to the shared object, unbreaking code generatorChris Lattner
2003-10-19Fix iterator invalidation problemChris Lattner
2003-10-19Add debugtype, make output marginally more niceChris Lattner
2003-10-19Fix PR #47Chris Lattner
2003-10-18Update compile informationChris Lattner
2003-10-18Add usage blurbChris Lattner
2003-10-18Without this option, the -run-llc mode does not work with shared objects atChris Lattner
2003-10-18Print -fno-strict-aliasing as wellChris Lattner
2003-10-18Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the p...Chris Lattner
2003-10-18Change run-lli -> run-intChris Lattner
2003-10-18Default to using the CBE instead of the Interpreter if no -run-* option is sp...Chris Lattner
2003-10-18If we detect a pass crash during miscompilation testing, immediately enter theChris Lattner
2003-10-18Fix bug in my checkinChris Lattner
2003-10-18Another formatting fixChris Lattner
2003-10-17More cleanupsChris Lattner
2003-10-17Be more helpful if a pass fails while chasing down a miscompilationChris Lattner
2003-10-16Make llvm-nm work in "pipe mode"Chris Lattner
2003-10-16Geeze, what is with Brian and these ifdef's?Chris Lattner
2003-10-16Welcome llvm-nm to the familyChris Lattner
2003-10-16Unfortunately, it looks like level raise is still needed :(Chris Lattner
2003-10-16Okay, this is a little hack that "scratches an itch" of mine.Brian Gaeke
2003-10-15Give this file a proper headerChris Lattner
2003-10-15The levelraise pass is a broken old piece of crufty code that should beChris Lattner
2003-10-15Flush output after writing out the list of function names.Brian Gaeke
2003-10-14add support forloading additional .so files on the command lineChris Lattner
2003-10-14Change the execute methods to take the shared object filename by const refere...Chris Lattner
2003-10-14Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner
2003-10-14Enabling incremental bytecode loading in the JIT:Misha Brukman
2003-10-14Substantial cleanups:Chris Lattner
2003-10-14The return value of compileSharedObject was never used. Return the sharedChris Lattner
2003-10-14Actually return an error if something bad happens, don't just exit.Chris Lattner
2003-10-14minor cleanupsChris Lattner
2003-10-14Fix minor formatting bugChris Lattner
2003-10-14Eliminate the bugpoint -mode option, by making bugpoint automatically infer t...Chris Lattner
2003-10-13Unbreak code generator debug modeChris Lattner