Chris Lattner
|
8fa21acd25
|
remove attributions from tools/utils makefiles.
llvm-svn: 45414
|
2007-12-29 20:07:17 +00:00 |
Chris Lattner
|
cdda3a4ae5
|
debugger depends on bcreader, not llvm-db
llvm-svn: 36842
|
2007-05-06 05:18:37 +00:00 |
Chris Lattner
|
28689ff2d0
|
Use LINK_COMPONENTS to specify *components* to link against instead of
using USED_LIBS to specify *libraries* to link against.
llvm-svn: 30090
|
2006-09-04 05:59:09 +00:00 |
Chris Lattner
|
55782c6c41
|
Build more debugger/selectiondag libraries as archives instead of .o files.
This works around bugs in some versions of the cygwin linker.
Patch contributed by Anton Korobeynikov.
llvm-svn: 29239
|
2006-07-21 00:10:47 +00:00 |
Chris Lattner
|
05a8970245
|
Tools require EH for their top-level try blocks.
llvm-svn: 29035
|
2006-07-07 00:46:19 +00:00 |
Reid Spencer
|
a647c7ff42
|
Use archive libraries instead of object files for VMCore, BCReader,
BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate
these changes. This was done to speed up link times.
llvm-svn: 28610
|
2006-06-01 01:30:27 +00:00 |
Chris Lattner
|
17aae4c516
|
This no longer needs the JIT.
llvm-svn: 27942
|
2006-04-22 05:04:23 +00:00 |
Reid Spencer
|
bb9932c96a
|
Use LLVMLIBS=JIT to get JIT libraries
llvm-svn: 18333
|
2004-11-29 07:17:18 +00:00 |
Reid Spencer
|
57cbe39d1e
|
Change Library Names Not To Conflict With Others When Installed
llvm-svn: 17286
|
2004-10-27 23:18:45 +00:00 |
Misha Brukman
|
7c169be339
|
Use the shared Makefile.JIT for JIT-enablement
llvm-svn: 16992
|
2004-10-14 19:01:25 +00:00 |
Misha Brukman
|
70da50f095
|
Use the SparcV9-marked instr scheduling library
llvm-svn: 16851
|
2004-10-08 18:14:56 +00:00 |
Reid Spencer
|
74c3dc6927
|
Add the LLVMsystem.a library as it is now used for operating system
independence of the tool.
llvm-svn: 16092
|
2004-08-29 19:29:38 +00:00 |
Brian Gaeke
|
4c8a2120aa
|
sparcv9select is history.
llvm-svn: 15516
|
2004-08-05 05:17:19 +00:00 |
Brian Gaeke
|
068b4596d4
|
Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles)
llvm-svn: 11827
|
2004-02-25 19:08:12 +00:00 |
Chris Lattner
|
0a903c38d7
|
Initial checkin of the LLVM Source-Level Debugger. This is incomplete, but
a good start. The status is documented in docs/SourceLevelDebugging.html
llvm-svn: 10687
|
2004-01-05 05:27:31 +00:00 |