Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove llvm-db: it is completely broken and if anyone wants to do a debugger, | Chris Lattner | 2009-10-05 | 1 | -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 Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45414 | ||||
* | debugger depends on bcreader, not llvm-db | Chris Lattner | 2007-05-06 | 1 | -1/+1 |
| | | | | llvm-svn: 36842 | ||||
* | Use LINK_COMPONENTS to specify *components* to link against instead of | Chris Lattner | 2006-09-04 | 1 | -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 Lattner | 2006-07-21 | 1 | -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 Lattner | 2006-07-07 | 1 | -0/+1 |
| | | | | llvm-svn: 29035 | ||||
* | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 1 | -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 Lattner | 2006-04-22 | 1 | -4/+1 |
| | | | | llvm-svn: 27942 | ||||
* | Use LLVMLIBS=JIT to get JIT libraries | Reid Spencer | 2004-11-29 | 1 | -7/+1 |
| | | | | llvm-svn: 18333 | ||||
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -1/+1 |
| | | | | llvm-svn: 17286 | ||||
* | Use the shared Makefile.JIT for JIT-enablement | Misha Brukman | 2004-10-14 | 1 | -40/+3 |
| | | | | llvm-svn: 16992 | ||||
* | Use the SparcV9-marked instr scheduling library | Misha Brukman | 2004-10-08 | 1 | -1/+1 |
| | | | | llvm-svn: 16851 | ||||
* | Add the LLVMsystem.a library as it is now used for operating system | Reid Spencer | 2004-08-29 | 1 | -1/+1 |
| | | | | | | independence of the tool. llvm-svn: 16092 | ||||
* | sparcv9select is history. | Brian Gaeke | 2004-08-05 | 1 | -1/+1 |
| | | | | llvm-svn: 15516 | ||||
* | Great renaming part II: Sparc --> SparcV9 (also includes command-line ↵ | Brian Gaeke | 2004-02-25 | 1 | -4/+4 |
| | | | | | | options and Makefiles) llvm-svn: 11827 | ||||
* | Initial checkin of the LLVM Source-Level Debugger. This is incomplete, but | Chris Lattner | 2004-01-05 | 1 | -0/+60 |
a good start. The status is documented in docs/SourceLevelDebugging.html llvm-svn: 10687 |