aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-db/llvm-db.cpp
AgeCommit message (Expand)Author
2009-10-05remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
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-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
2007-12-29remove attributions from tools.Chris Lattner
2007-10-08Move the space in overview output for commands out of each of theDan Gohman
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.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-04-18Add a warningChris Lattner
2005-04-22Remove trailing whitespaceMisha Brukman
2004-12-30For PR351:Reid Spencer
2004-10-17Reid added --version to the CommandLine lib. Don't conflict with it.Chris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer
2004-07-11Add -load optionChris Lattner
2004-05-27Header file movedChris Lattner
2004-02-19Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner
2004-01-05Initial checkin of the LLVM Source-Level Debugger. This is incomplete, butChris Lattner