aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass -f to stkrc to ensure the output file is always written.Reid Spencer2004-10-281-4/+4
* Eliminate the -F option (for forcing output) .. not neededReid Spencer2004-10-281-6/+10
* Add llvm-ld to the subdirs to be builtReid Spencer2004-10-281-3/+3
* Convert to new library names.Reid Spencer2004-10-281-2/+3
* Update for library name change.Reid Spencer2004-10-281-1/+1
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-2718-56/+66
* Improve help output from llvm-db 'info' command. Patch contributed byChris Lattner2004-10-262-3/+9
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-262-0/+3
* Remove template args that are the same as the defaultChris Lattner2004-10-251-2/+1
* Make clean quieter.Reid Spencer2004-10-231-3/+4
* We're not doing automake any moreReid Spencer2004-10-2222-13809/+4
* We won't use automakeReid Spencer2004-10-2221-469/+0
* Initial automake generated Makefile templateReid Spencer2004-10-1821-0/+13805
* Actually link all the analysis passes and their dependencies.Reid Spencer2004-10-181-3/+4
* Remove extra comma.Reid Spencer2004-10-181-1/+1
* Actually link in all the analysis passes.Reid Spencer2004-10-181-4/+4
* Pass -single_module option to gcc when linking dynamic libraries for use with...Nate Begeman2004-10-171-0/+1
* Reid added --version to the CommandLine lib. Don't conflict with it.Chris Lattner2004-10-171-4/+1
* Fix hyphenation and quoting style for great justiceMisha Brukman2004-10-151-1/+1
* * We don't use the ENABLE_*_JIT flags in the source base anymoreMisha Brukman2004-10-141-8/+5
* Use the shared Makefile.JIT for JIT-enablementMisha Brukman2004-10-142-92/+5
* Since several tools and examples want JIT support, factor out the process ofMisha Brukman2004-10-141-0/+68
* Enable the PowerPC JIT by compiling powerpc.o library into lliMisha Brukman2004-10-141-0/+13
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-1321-29/+28
* No space allowed between \ and end-of-lineMisha Brukman2004-10-121-1/+1
* Wrap lines at 80 colsMisha Brukman2004-10-122-5/+6
* Don't miss global optimizations because we run before the inlinerChris Lattner2004-10-111-0/+1
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+14
* Fix named of a library.Reid Spencer2004-10-101-1/+1
* Initial version of automake Makefile.am file.Reid Spencer2004-10-1020-0/+455
* Use the SparcV9-marked instr scheduling libraryMisha Brukman2004-10-083-3/+3
* Rename passChris Lattner2004-10-073-8/+6
* Hrm, if there is an error loading a file, try printing a message so theChris Lattner2004-09-271-2/+10
* Add some missing #includesReid Spencer2004-09-251-4/+8
* Qualify Path with sys:: namespace so this file compiles.Reid Spencer2004-09-251-28/+7
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-206-13/+13
* Finegrainify namespacificationChris Lattner2004-09-202-14/+8
* Fix compilation warning.Reid Spencer2004-09-141-1/+1
* Update to reflect stkrc's new optimization capabilities.Reid Spencer2004-09-141-21/+13
* Support substitution options for the W, M, and f options.Reid Spencer2004-09-142-0/+6
* Support the -WX, -f -M options as pass throughsReid Spencer2004-09-143-112/+234
* Change banner name to reflect actual program this Makefile is for.Reid Spencer2004-09-131-1/+1
* Get rid of compile warning by having llvmExecve return the result of itsReid Spencer2004-09-131-1/+1
* Initial implementation of llvm-ld: stolen from gccld.Reid Spencer2004-09-135-0/+1158
* Add LLEE into compilation, but not for SparcMisha Brukman2004-09-131-2/+7
* Excise the -L option since llvm-link should not do library searches. ItReid Spencer2004-09-121-42/+11