aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Path::get -> Path::toStringReid Spencer2004-12-115-45/+46
* Remove this pass as its no longer needed.Reid Spencer2004-12-101-3/+0
* This pass is no longer needed.Chris Lattner2004-12-101-1/+0
* Get rid of warning from flex.Reid Spencer2004-12-101-1/+0
* Turn on ipsccp by default instead of simple IPCPChris Lattner2004-12-101-1/+2
* Link V8 backend into llc.Brian Gaeke2004-12-101-0/+1
* When -link-as-library, add -l options to Module's deplibsReid Spencer2004-12-082-2/+16
* For PR387:\Reid Spencer2004-12-072-4/+4
* Fix PR139:\Reid Spencer2004-12-052-40/+40
* Add -strip-debug optionChris Lattner2004-12-031-3/+9
* Adjust to change in pass nameChris Lattner2004-12-021-2/+2
* Recognize --strip-all as a synonym for -s.Chris Lattner2004-12-023-10/+20
* Implement file replacement correctly even with the f (TruncateNames) flagReid Spencer2004-12-021-2/+23
* Shared library extension is now in LTDL_SHLIB_EXTReid Spencer2004-11-291-1/+1
* No longer necessary, moved Makefile.rulesReid Spencer2004-11-291-68/+0
* Use LLVMLIBS=JIT to get JIT librariesReid Spencer2004-11-292-16/+4
* Make sure the program's symbols can be dlsym'd as well.Reid Spencer2004-11-291-0/+2
* Make the check a little quieter.Reid Spencer2004-11-291-3/+5
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-2518-18/+24
* Always pass -D_GNU_SOURCE to cc1plusReid Spencer2004-11-251-1/+2
* Always pass -D_GNU_SOURCE to cc1Reid Spencer2004-11-251-2/+3
* Correct the configuration variable used to find the bin directory.Reid Spencer2004-11-251-3/+3
* Make sure additional C++ suffixes are recognized by llvmc.Reid Spencer2004-11-241-0/+7
* * Adjust the options to make them either accept multiple occurrences or beReid Spencer2004-11-231-5/+22
* * Don't pass empty arguments to ExecuteAndWait because it can cause theReid Spencer2004-11-231-41/+56
* Configuration data now supports a vector of library paths.Reid Spencer2004-11-231-0/+7
* Add the c and cpp configuration files.Reid Spencer2004-11-231-2/+2
* Removed in favor of configurable (*.in) versions.Reid Spencer2004-11-233-136/+0
* Make various adjustments to parsing so that the separator character doesn'tReid Spencer2004-11-231-36/+156
* SPACE is a legitimate token now, to separate option words.Reid Spencer2004-11-231-0/+1
* Handle space, separators, bad substitutions, and library search path betterReid Spencer2004-11-231-6/+7
* Configurable language configuration files.Reid Spencer2004-11-234-0/+203
* Get the -o option rightReid Spencer2004-11-201-1/+1
* Get the -o option rightReid Spencer2004-11-201-21/+43
* Not needed any more.Reid Spencer2004-11-201-42/+0
* Content moved to llvm-ld.cppReid Spencer2004-11-201-352/+0
* Incorporate GenerateCode.cpp. Make static things static.Reid Spencer2004-11-201-110/+297
* First cut at implementing generic link-time OptimizationReid Spencer2004-11-201-0/+194
* The Archive class now has differentiation for BSD4.4 and SVR4 style archiveReid Spencer2004-11-201-6/+2
* 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