aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-db/Makefile
AgeCommit message (Expand)Author
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner
2006-07-21Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-04-22This no longer needs the JIT.Chris Lattner
2004-11-29Use LLVMLIBS=JIT to get JIT librariesReid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-14Use the shared Makefile.JIT for JIT-enablementMisha Brukman
2004-10-08Use the SparcV9-marked instr scheduling libraryMisha Brukman
2004-08-29Add the LLVMsystem.a library as it is now used for operating systemReid Spencer
2004-08-05sparcv9select is history.Brian Gaeke
2004-02-25Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke
2004-01-05Initial checkin of the LLVM Source-Level Debugger. This is incomplete, butChris Lattner