summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-db/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner2009-10-051-15/+0
| | | | | | they should not base it on llvm-db (which not following almost any "best practices"). llvm-svn: 83288
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45414
* debugger depends on bcreader, not llvm-dbChris Lattner2007-05-061-1/+1
| | | | llvm-svn: 36842
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-041-2/+1
| | | | | | using USED_LIBS to specify *libraries* to link against. llvm-svn: 30090
* Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner2006-07-211-1/+1
| | | | | | | | This works around bugs in some versions of the cygwin linker. Patch contributed by Anton Korobeynikov. llvm-svn: 29239
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-071-0/+1
| | | | llvm-svn: 29035
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-1/+2
| | | | | | | BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. llvm-svn: 28610
* This no longer needs the JIT.Chris Lattner2006-04-221-4/+1
| | | | llvm-svn: 27942
* Use LLVMLIBS=JIT to get JIT librariesReid Spencer2004-11-291-7/+1
| | | | llvm-svn: 18333
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+1
| | | | llvm-svn: 17286
* Use the shared Makefile.JIT for JIT-enablementMisha Brukman2004-10-141-40/+3
| | | | llvm-svn: 16992
* Use the SparcV9-marked instr scheduling libraryMisha Brukman2004-10-081-1/+1
| | | | llvm-svn: 16851
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-291-1/+1
| | | | | | independence of the tool. llvm-svn: 16092
* sparcv9select is history.Brian Gaeke2004-08-051-1/+1
| | | | llvm-svn: 15516
* Great renaming part II: Sparc --> SparcV9 (also includes command-line ↵Brian Gaeke2004-02-251-4/+4
| | | | | | options and Makefiles) llvm-svn: 11827
* Initial checkin of the LLVM Source-Level Debugger. This is incomplete, butChris Lattner2004-01-051-0/+60
a good start. The status is documented in docs/SourceLevelDebugging.html llvm-svn: 10687
OpenPOWER on IntegriCloud