summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Always pass -D_GNU_SOURCE to cc1plusReid Spencer2004-11-25
* Always pass -D_GNU_SOURCE to cc1Reid Spencer2004-11-25
* Correct the configuration variable used to find the bin directory.Reid Spencer2004-11-25
* Make sure additional C++ suffixes are recognized by llvmc.Reid Spencer2004-11-24
* * Adjust the options to make them either accept multiple occurrences or beReid Spencer2004-11-23
* * Don't pass empty arguments to ExecuteAndWait because it can cause theReid Spencer2004-11-23
* Configuration data now supports a vector of library paths.Reid Spencer2004-11-23
* Add the c and cpp configuration files.Reid Spencer2004-11-23
* Removed in favor of configurable (*.in) versions.Reid Spencer2004-11-23
* Make various adjustments to parsing so that the separator character doesn'tReid Spencer2004-11-23
* SPACE is a legitimate token now, to separate option words.Reid Spencer2004-11-23
* Handle space, separators, bad substitutions, and library search path betterReid Spencer2004-11-23
* Configurable language configuration files.Reid Spencer2004-11-23
* Get the -o option rightReid Spencer2004-11-20
* Get the -o option rightReid Spencer2004-11-20
* Not needed any more.Reid Spencer2004-11-20
* Content moved to llvm-ld.cppReid Spencer2004-11-20
* Incorporate GenerateCode.cpp. Make static things static.Reid Spencer2004-11-20
* First cut at implementing generic link-time OptimizationReid Spencer2004-11-20
* The Archive class now has differentiation for BSD4.4 and SVR4 style archiveReid Spencer2004-11-20
* Fix a bug that caused stuff like this:Chris Lattner2004-11-19
* Fix a bug in the checkin where I adjusted this code to work whenChris Lattner2004-11-19
* Remove debugging code, unneuter this functionalityChris Lattner2004-11-18
* remove debugging codeChris Lattner2004-11-18
* Adding option to llc for ModuloScheduling. By default it is turned off.Tanya Lattner2004-11-18
* -disable-opt is not -O0, it's okay for it to disable internalize.Chris Lattner2004-11-17
* Even with -disable-opt we should still internalize and strip if requested.Chris Lattner2004-11-16
* Per code review: \Reid Spencer2004-11-16
* Per code review: \Reid Spencer2004-11-16
* Make this code not depend on LinkModules leaving the second argument unmolested.Chris Lattner2004-11-16
* This file was originally developed by the LLVM research group so this comment...Tanya Lattner2004-11-15
* Linker.h moved to include/llvm.Reid Spencer2004-11-14
* bugpoint needs LLVMLinker.a now.Reid Spencer2004-11-14
* Correct call of methods whose names have changed.Reid Spencer2004-11-14
* This program needs libLLVMLinker.a nowReid Spencer2004-11-14
* Linker.h has a new home.Reid Spencer2004-11-14
* Fix usage of changed function prototypeReid Spencer2004-11-14
* A tool for adding a symbol table to LLVM ArchivesReid Spencer2004-11-14
* Makefile for llvm-ranlib toolReid Spencer2004-11-14
* *Fix usage of changed function prototype*Use Archive interface to symbol tabl...Reid Spencer2004-11-14
* This tool needs libLLVMArchive nowReid Spencer2004-11-14
* Remove linking declarations (in Linker.h now)Reid Spencer2004-11-14
* We need the libLLVMArchive library nowReid Spencer2004-11-14
* Moved to lib/Linker (common with gccld)Reid Spencer2004-11-14
* Total rewrite using Archive library & new functionalityReid Spencer2004-11-14
* This tool needs the libLLVMArchive library now.Reid Spencer2004-11-14
* Remove linking declarations (in Linker.h now)Reid Spencer2004-11-14
* Provide exception handlingReid Spencer2004-11-14
* Moved to lib/LinkerReid Spencer2004-11-14
* Add the llvm-ranlib toolReid Spencer2004-11-14