aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug that caused stuff like this:Chris Lattner2004-11-191-1/+2
* Fix a bug in the checkin where I adjusted this code to work whenChris Lattner2004-11-191-7/+8
* Remove debugging code, unneuter this functionalityChris Lattner2004-11-181-1/+4
* remove debugging codeChris Lattner2004-11-181-5/+3
* Adding option to llc for ModuloScheduling. By default it is turned off.Tanya Lattner2004-11-182-1/+2
* -disable-opt is not -O0, it's okay for it to disable internalize.Chris Lattner2004-11-172-8/+9
* Even with -disable-opt we should still internalize and strip if requested.Chris Lattner2004-11-161-13/+13
* Per code review: \Reid Spencer2004-11-161-14/+17
* Per code review: \Reid Spencer2004-11-161-113/+105
* Make this code not depend on LinkModules leaving the second argument unmolested.Chris Lattner2004-11-163-22/+41
* This file was originally developed by the LLVM research group so this comment...Tanya Lattner2004-11-151-3/+2
* Linker.h moved to include/llvm.Reid Spencer2004-11-141-1/+1
* bugpoint needs LLVMLinker.a now.Reid Spencer2004-11-141-2/+3
* Correct call of methods whose names have changed.Reid Spencer2004-11-141-4/+4
* This program needs libLLVMLinker.a nowReid Spencer2004-11-141-1/+2
* Linker.h has a new home.Reid Spencer2004-11-146-6/+6
* Fix usage of changed function prototypeReid Spencer2004-11-147-14/+15
* A tool for adding a symbol table to LLVM ArchivesReid Spencer2004-11-141-0/+88
* Makefile for llvm-ranlib toolReid Spencer2004-11-141-0/+14
* *Fix usage of changed function prototype*Use Archive interface to symbol tabl...Reid Spencer2004-11-141-4/+7
* This tool needs libLLVMArchive nowReid Spencer2004-11-141-1/+1
* Remove linking declarations (in Linker.h now)Reid Spencer2004-11-141-26/+1
* We need the libLLVMArchive library nowReid Spencer2004-11-141-3/+4
* Moved to lib/Linker (common with gccld)Reid Spencer2004-11-141-401/+0
* Total rewrite using Archive library & new functionalityReid Spencer2004-11-141-481/+635
* This tool needs the libLLVMArchive library now.Reid Spencer2004-11-142-4/+10
* Remove linking declarations (in Linker.h now)Reid Spencer2004-11-141-23/+1
* Provide exception handlingReid Spencer2004-11-141-110/+124
* Moved to lib/LinkerReid Spencer2004-11-141-422/+0
* Add the llvm-ranlib toolReid Spencer2004-11-141-1/+1
* Make sure llee can deal with compressed bytecode too.Reid Spencer2004-11-091-5/+7
* Output the program name (in this case, gccld) with warning about invalid filesMisha Brukman2004-11-091-1/+2
* Allow hbd to be bugpointable on darwin by fixing common and linkonce codegenNate Begeman2004-11-091-1/+0
* Don't silently ignore invalid files: tell the user!Misha Brukman2004-11-081-0/+2
* Add a --disable-compression option to gccas so the default compression ofReid Spencer2004-11-081-1/+4
* Use LLVMToolDir instead of ToolDir because the latter is no longer set (?)Misha Brukman2004-11-071-3/+3
* Rename the option for defeating compression to be a little more specific.Reid Spencer2004-11-072-2/+2
* Enable compression by default.Reid Spencer2004-11-071-1/+1
* * Enable bytecode compression by defaultReid Spencer2004-11-071-1/+4
* Turn on compression by default.Reid Spencer2004-11-071-3/+3
* Add support for compressed bytecodeReid Spencer2004-11-061-1/+4
* Stop propagating method names that violate the coding standardReid Spencer2004-11-056-57/+68
* No, really, the library name is `LLVMexecve'Misha Brukman2004-10-311-1/+1
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-301-6/+7
* Fix file header commentMisha Brukman2004-10-291-1/+1
* LLEE execve() wrapper library has changed its name and locationMisha Brukman2004-10-291-1/+1
* Fix library names for sparcBrian Gaeke2004-10-281-3/+3
* Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn'tReid Spencer2004-10-281-2/+1
* Implement linking.Reid Spencer2004-10-281-735/+746
* Eliminate the force flag, configuration item, and related supportReid Spencer2004-10-283-26/+24