summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2004-11-16Per code review: \Reid Spencer1-14/+17
2004-11-16Per code review: \Reid Spencer1-113/+105
2004-11-16Make this code not depend on LinkModules leaving the second argument unmolested.Chris Lattner3-22/+41
2004-11-15This file was originally developed by the LLVM research group so this comment...Tanya Lattner1-3/+2
2004-11-14Linker.h moved to include/llvm.Reid Spencer1-1/+1
2004-11-14bugpoint needs LLVMLinker.a now.Reid Spencer1-2/+3
2004-11-14Correct call of methods whose names have changed.Reid Spencer1-4/+4
2004-11-14This program needs libLLVMLinker.a nowReid Spencer1-1/+2
2004-11-14Linker.h has a new home.Reid Spencer6-6/+6
2004-11-14Fix usage of changed function prototypeReid Spencer7-14/+15
2004-11-14A tool for adding a symbol table to LLVM ArchivesReid Spencer1-0/+88
2004-11-14Makefile for llvm-ranlib toolReid Spencer1-0/+14
2004-11-14*Fix usage of changed function prototype*Use Archive interface to symbol tabl...Reid Spencer1-4/+7
2004-11-14This tool needs libLLVMArchive nowReid Spencer1-1/+1
2004-11-14Remove linking declarations (in Linker.h now)Reid Spencer1-26/+1
2004-11-14We need the libLLVMArchive library nowReid Spencer1-3/+4
2004-11-14Moved to lib/Linker (common with gccld)Reid Spencer1-401/+0
2004-11-14Total rewrite using Archive library & new functionalityReid Spencer1-481/+635
2004-11-14This tool needs the libLLVMArchive library now.Reid Spencer2-4/+10
2004-11-14Remove linking declarations (in Linker.h now)Reid Spencer1-23/+1
2004-11-14Provide exception handlingReid Spencer1-110/+124
2004-11-14Moved to lib/LinkerReid Spencer1-422/+0
2004-11-14Add the llvm-ranlib toolReid Spencer1-1/+1
2004-11-09Make sure llee can deal with compressed bytecode too.Reid Spencer1-5/+7
2004-11-09Output the program name (in this case, gccld) with warning about invalid filesMisha Brukman1-1/+2
2004-11-09Allow hbd to be bugpointable on darwin by fixing common and linkonce codegenNate Begeman1-1/+0
2004-11-08Don't silently ignore invalid files: tell the user!Misha Brukman1-0/+2
2004-11-08Add a --disable-compression option to gccas so the default compression ofReid Spencer1-1/+4
2004-11-07Use LLVMToolDir instead of ToolDir because the latter is no longer set (?)Misha Brukman1-3/+3
2004-11-07Rename the option for defeating compression to be a little more specific.Reid Spencer2-2/+2
2004-11-07Enable compression by default.Reid Spencer1-1/+1
2004-11-07* Enable bytecode compression by defaultReid Spencer1-1/+4
2004-11-07Turn on compression by default.Reid Spencer1-3/+3
2004-11-06Add support for compressed bytecodeReid Spencer1-1/+4
2004-11-05Stop propagating method names that violate the coding standardReid Spencer6-57/+68
2004-10-31No, really, the library name is `LLVMexecve'Misha Brukman1-1/+1
2004-10-30Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer1-6/+7
2004-10-29Fix file header commentMisha Brukman1-1/+1
2004-10-29LLEE execve() wrapper library has changed its name and locationMisha Brukman1-1/+1
2004-10-28Fix library names for sparcBrian Gaeke1-3/+3
2004-10-28Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn'tReid Spencer1-2/+1
2004-10-28Implement linking.Reid Spencer1-735/+746
2004-10-28Eliminate the force flag, configuration item, and related supportReid Spencer3-26/+24
2004-10-28Pass -f to stkrc to ensure the output file is always written.Reid Spencer1-4/+4
2004-10-28Eliminate the -F option (for forcing output) .. not neededReid Spencer1-6/+10
2004-10-28Add llvm-ld to the subdirs to be builtReid Spencer1-3/+3
2004-10-28Convert to new library names.Reid Spencer1-2/+3
2004-10-28Update for library name change.Reid Spencer1-1/+1
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer18-56/+66
2004-10-26Improve help output from llvm-db 'info' command. Patch contributed byChris Lattner2-3/+9