aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-db
Commit message (Expand)AuthorAgeFilesLines
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-041-2/+1
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-281-2/+6
* Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner2006-07-211-1/+1
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-071-0/+1
* This no longer needs plugins, this it doesn't need all of VMCore.Chris Lattner2006-06-081-2/+0
* For PR780:Reid Spencer2006-06-071-0/+1
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-1/+2
* This no longer needs the JIT.Chris Lattner2006-04-221-4/+1
* Add a warningChris Lattner2006-04-181-0/+1
* Remove trailing whitespaceMisha Brukman2005-04-225-43/+43
* For PR351:Reid Spencer2004-12-301-27/+34
* For PR351: \Reid Spencer2004-12-131-3/+3
* Use LLVMLIBS=JIT to get JIT librariesReid Spencer2004-11-291-7/+1
* Fix a bug that caused stuff like this:Chris Lattner2004-11-191-1/+2
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+1
* Improve help output from llvm-db 'info' command. Patch contributed byChris Lattner2004-10-262-3/+9
* We're not doing automake any moreReid Spencer2004-10-221-684/+0
* We won't use automakeReid Spencer2004-10-221-53/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+684
* Actually link in all the analysis passes.Reid Spencer2004-10-181-4/+4
* Reid added --version to the CommandLine lib. Don't conflict with it.Chris Lattner2004-10-171-4/+1
* Use the shared Makefile.JIT for JIT-enablementMisha Brukman2004-10-141-40/+3
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-1/+1
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+53
* Use the SparcV9-marked instr scheduling libraryMisha Brukman2004-10-081-1/+1
* Changes For Bug 352Reid Spencer2004-09-013-5/+5
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-291-1/+1
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-1/+1
* sparcv9select is history.Brian Gaeke2004-08-051-1/+1
* Add -load optionChris Lattner2004-07-111-0/+1
* Header file movedChris Lattner2004-05-271-1/+1
* Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke2004-02-251-4/+4
* Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner2004-02-191-0/+2
* Minor change to breakpoint (lack of) supportChris Lattner2004-02-081-1/+5
* Ugh, fix some copy and pasted code that somehow never got compiled or somethingChris Lattner2004-01-061-1/+1
* * Implement set/show argsChris Lattner2004-01-062-11/+64
* implement the "null command" which repeats the last commandChris Lattner2004-01-061-5/+25
* /me slaps headChris Lattner2004-01-051-0/+1
* Initial checkin of the LLVM Source-Level Debugger. This is incomplete, butChris Lattner2004-01-056-0/+1546