aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2004-12-03Add -strip-debug optionChris Lattner
2004-12-02Adjust to change in pass nameChris Lattner
2004-12-02Recognize --strip-all as a synonym for -s.Chris Lattner
2004-12-02Implement file replacement correctly even with the f (TruncateNames) flagReid Spencer
2004-11-29Shared library extension is now in LTDL_SHLIB_EXTReid Spencer
2004-11-29No longer necessary, moved Makefile.rulesReid Spencer
2004-11-29Use LLVMLIBS=JIT to get JIT librariesReid Spencer
2004-11-29Make sure the program's symbols can be dlsym'd as well.Reid Spencer
2004-11-29Make the check a little quieter.Reid Spencer
2004-11-25Add LLVMbzip2 library, now required.Reid Spencer
2004-11-25Always pass -D_GNU_SOURCE to cc1plusReid Spencer
2004-11-25Always pass -D_GNU_SOURCE to cc1Reid Spencer
2004-11-25Correct the configuration variable used to find the bin directory.Reid Spencer
2004-11-24Make sure additional C++ suffixes are recognized by llvmc.Reid Spencer
2004-11-23* Adjust the options to make them either accept multiple occurrences or beReid Spencer
2004-11-23* Don't pass empty arguments to ExecuteAndWait because it can cause theReid Spencer
2004-11-23Configuration data now supports a vector of library paths.Reid Spencer
2004-11-23Add the c and cpp configuration files.Reid Spencer
2004-11-23Removed in favor of configurable (*.in) versions.Reid Spencer
2004-11-23Make various adjustments to parsing so that the separator character doesn'tReid Spencer
2004-11-23SPACE is a legitimate token now, to separate option words.Reid Spencer
2004-11-23Handle space, separators, bad substitutions, and library search path betterReid Spencer
2004-11-23Configurable language configuration files.Reid Spencer
2004-11-20Get the -o option rightReid Spencer
2004-11-20Get the -o option rightReid Spencer
2004-11-20Not needed any more.Reid Spencer
2004-11-20Content moved to llvm-ld.cppReid Spencer
2004-11-20Incorporate GenerateCode.cpp. Make static things static.Reid Spencer
2004-11-20First cut at implementing generic link-time OptimizationReid Spencer
2004-11-20The Archive class now has differentiation for BSD4.4 and SVR4 style archiveReid Spencer
2004-11-19Fix a bug that caused stuff like this:Chris Lattner
2004-11-19Fix a bug in the checkin where I adjusted this code to work whenChris Lattner
2004-11-18Remove debugging code, unneuter this functionalityChris Lattner
2004-11-18remove debugging codeChris Lattner
2004-11-18Adding option to llc for ModuloScheduling. By default it is turned off.Tanya Lattner
2004-11-17-disable-opt is not -O0, it's okay for it to disable internalize.Chris Lattner
2004-11-16Even with -disable-opt we should still internalize and strip if requested.Chris Lattner
2004-11-16Per code review: \Reid Spencer
2004-11-16Per code review: \Reid Spencer
2004-11-16Make this code not depend on LinkModules leaving the second argument unmolested.Chris Lattner
2004-11-15This file was originally developed by the LLVM research group so this comment...Tanya Lattner
2004-11-14Linker.h moved to include/llvm.Reid Spencer
2004-11-14bugpoint needs LLVMLinker.a now.Reid Spencer
2004-11-14Correct call of methods whose names have changed.Reid Spencer
2004-11-14This program needs libLLVMLinker.a nowReid Spencer
2004-11-14Linker.h has a new home.Reid Spencer
2004-11-14Fix usage of changed function prototypeReid Spencer
2004-11-14A tool for adding a symbol table to LLVM ArchivesReid Spencer
2004-11-14Makefile for llvm-ranlib toolReid Spencer
2004-11-14*Fix usage of changed function prototype*Use Archive interface to symbol tabl...Reid Spencer