aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* For PR351:Reid Spencer2004-12-162-17/+16
* No targets actually use this libraryChris Lattner2004-12-161-1/+0
* Unbreak all archive reading operations introduced by the last patch whichReid Spencer2004-12-151-2/+3
* Do not fail an assertion on a broken archiveChris Lattner2004-12-151-1/+6
* Change LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/libReid Spencer2004-12-152-2/+2
* For PR351:Reid Spencer2004-12-153-3/+0
* For PR351:Reid Spencer2004-12-153-20/+34
* For PR351:Reid Spencer2004-12-151-8/+17
* For PR351:Reid Spencer2004-12-144-141/+84
* For PR351:Reid Spencer2004-12-132-15/+17
* For PR351:Reid Spencer2004-12-131-5/+5
* For PR351:Reid Spencer2004-12-138-451/+1
* Minor cleanupsMisha Brukman2004-12-131-2/+2
* For PR351:Reid Spencer2004-12-132-6/+6
* Make the loop termination condition clear when building the set of items toReid Spencer2004-12-132-6/+3
* For PR351: \Reid Spencer2004-12-131-3/+3
* Make use of the new Path inserter function.Reid Spencer2004-12-131-3/+3
* PR351: \Reid Spencer2004-12-132-5/+7
* Convert to use new Linker class interfaceReid Spencer2004-12-132-39/+116
* LinkModules is now in the Linker classReid Spencer2004-12-133-5/+5
* Do not internalize a module if -link-as-library is passed.Chris Lattner2004-12-121-2/+9
* Revert the last patch. We really do need SimplyCFG.Reid Spencer2004-12-111-0/+3
* 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