aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-db
AgeCommit message (Expand)Author
2009-07-15To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson
2009-07-15Use errs() instead of std::cerr.Dan Gohman
2009-07-12Match declaration to definition.Daniel Dunbar
2009-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2009-03-06Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner
2008-09-22Initial support for the CMake build system.Oscar Fuentes
2008-02-20And final pack of warnings silencingAnton Korobeynikov
2007-12-29remove attributions from tools.Chris Lattner
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner
2007-10-08Move the space in overview output for commands out of each of theDan Gohman
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-05-06debugger depends on bcreader, not llvm-dbChris Lattner
2007-04-08Avoid temporary construction and potential for corrupted data access.Reid Spencer
2007-04-07For PR1291:Reid Spencer
2007-03-29For PR789:Reid Spencer
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner
2006-07-28Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner
2006-07-21Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner
2006-06-08This no longer needs plugins, this it doesn't need all of VMCore.Chris Lattner
2006-06-07For PR780:Reid Spencer
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-04-22This no longer needs the JIT.Chris Lattner
2006-04-18Add a warningChris Lattner
2005-04-22Remove trailing whitespaceMisha Brukman
2004-12-30For PR351:Reid Spencer
2004-12-13For PR351: \Reid Spencer
2004-11-29Use LLVMLIBS=JIT to get JIT librariesReid Spencer
2004-11-19Fix a bug that caused stuff like this:Chris Lattner
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-26Improve help output from llvm-db 'info' command. Patch contributed byChris Lattner
2004-10-22We're not doing automake any moreReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-18Actually link in all the analysis passes.Reid Spencer
2004-10-17Reid added --version to the CommandLine lib. Don't conflict with it.Chris Lattner
2004-10-14Use the shared Makefile.JIT for JIT-enablementMisha Brukman
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-10-08Use the SparcV9-marked instr scheduling libraryMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29Add the LLVMsystem.a library as it is now used for operating systemReid Spencer
2004-08-29The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer
2004-08-05sparcv9select is history.Brian Gaeke
2004-07-11Add -load optionChris Lattner
2004-05-27Header file movedChris Lattner
2004-02-25Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke