summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* No, really, the library name is `LLVMexecve'Misha Brukman2004-10-31
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-30
* Fix file header commentMisha Brukman2004-10-29
* LLEE execve() wrapper library has changed its name and locationMisha Brukman2004-10-29
* Fix library names for sparcBrian Gaeke2004-10-28
* Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn'tReid Spencer2004-10-28
* Implement linking.Reid Spencer2004-10-28
* Eliminate the force flag, configuration item, and related supportReid Spencer2004-10-28
* Pass -f to stkrc to ensure the output file is always written.Reid Spencer2004-10-28
* Eliminate the -F option (for forcing output) .. not neededReid Spencer2004-10-28
* Add llvm-ld to the subdirs to be builtReid Spencer2004-10-28
* Convert to new library names.Reid Spencer2004-10-28
* Update for library name change.Reid Spencer2004-10-28
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Improve help output from llvm-db 'info' command. Patch contributed byChris Lattner2004-10-26
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-26
* Remove template args that are the same as the defaultChris Lattner2004-10-25
* Make clean quieter.Reid Spencer2004-10-23
* We're not doing automake any moreReid Spencer2004-10-22
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Actually link all the analysis passes and their dependencies.Reid Spencer2004-10-18
* Remove extra comma.Reid Spencer2004-10-18
* Actually link in all the analysis passes.Reid Spencer2004-10-18
* Pass -single_module option to gcc when linking dynamic libraries for use with...Nate Begeman2004-10-17
* Reid added --version to the CommandLine lib. Don't conflict with it.Chris Lattner2004-10-17
* Fix hyphenation and quoting style for great justiceMisha Brukman2004-10-15
* * We don't use the ENABLE_*_JIT flags in the source base anymoreMisha Brukman2004-10-14
* Use the shared Makefile.JIT for JIT-enablementMisha Brukman2004-10-14
* Since several tools and examples want JIT support, factor out the process ofMisha Brukman2004-10-14
* Enable the PowerPC JIT by compiling powerpc.o library into lliMisha Brukman2004-10-14
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* No space allowed between \ and end-of-lineMisha Brukman2004-10-12
* Wrap lines at 80 colsMisha Brukman2004-10-12
* Don't miss global optimizations because we run before the inlinerChris Lattner2004-10-11
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Fix named of a library.Reid Spencer2004-10-10
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Use the SparcV9-marked instr scheduling libraryMisha Brukman2004-10-08
* Rename passChris Lattner2004-10-07
* Hrm, if there is an error loading a file, try printing a message so theChris Lattner2004-09-27
* Add some missing #includesReid Spencer2004-09-25
* Qualify Path with sys:: namespace so this file compiles.Reid Spencer2004-09-25
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Finegrainify namespacificationChris Lattner2004-09-20
* Fix compilation warning.Reid Spencer2004-09-14
* Update to reflect stkrc's new optimization capabilities.Reid Spencer2004-09-14
* Support substitution options for the W, M, and f options.Reid Spencer2004-09-14
* Support the -WX, -f -M options as pass throughsReid Spencer2004-09-14
* Change banner name to reflect actual program this Makefile is for.Reid Spencer2004-09-13