| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use DataInstall macro instead of INSTALL. | Reid Spencer | 2005-02-24 | 1 | -4/+4 |
| * | Adjust the help output so that it will fit cleanly within 80 columns. | Reid Spencer | 2005-02-18 | 1 | -17/+17 |
| * | Conform to the documented interface by null terminating argument lists! | Chris Lattner | 2005-02-13 | 1 | -7/+5 |
| * | sysconfdir -> PROJ_etcdir | Reid Spencer | 2005-01-17 | 1 | -4/+4 |
| * | Rename BUILD_* to PROJ_* | Reid Spencer | 2005-01-16 | 1 | -5/+5 |
| * | For PR351: | Reid Spencer | 2004-12-30 | 1 | -0/+1 |
| * | Use Config/alloca.h instead of alloca.h - pointed out by Duraid and Misha | Brian Gaeke | 2004-12-20 | 1 | -1/+1 |
| * | Make this compile on Solaris. | Brian Gaeke | 2004-12-19 | 1 | -0/+1 |
| * | For PR351: | Reid Spencer | 2004-12-19 | 2 | -11/+16 |
| * | Change LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/lib | Reid Spencer | 2004-12-15 | 2 | -2/+2 |
| * | Make use of the new Path inserter function. | Reid Spencer | 2004-12-13 | 1 | -3/+3 |
| * | PR351: \ | Reid Spencer | 2004-12-13 | 1 | -2/+3 |
| * | Path::get -> Path::toString | Reid Spencer | 2004-12-11 | 3 | -35/+36 |
| * | Get rid of warning from flex. | Reid Spencer | 2004-12-10 | 1 | -1/+0 |
| * | Add LLVMbzip2 library, now required. | Reid Spencer | 2004-11-25 | 1 | -1/+1 |
| * | Always pass -D_GNU_SOURCE to cc1plus | Reid Spencer | 2004-11-25 | 1 | -1/+2 |
| * | Always pass -D_GNU_SOURCE to cc1 | Reid Spencer | 2004-11-25 | 1 | -2/+3 |
| * | Correct the configuration variable used to find the bin directory. | Reid Spencer | 2004-11-25 | 1 | -3/+3 |
| * | Make sure additional C++ suffixes are recognized by llvmc. | Reid Spencer | 2004-11-24 | 1 | -0/+7 |
| * | * Adjust the options to make them either accept multiple occurrences or be | Reid Spencer | 2004-11-23 | 1 | -5/+22 |
| * | * Don't pass empty arguments to ExecuteAndWait because it can cause the | Reid Spencer | 2004-11-23 | 1 | -41/+56 |
| * | Configuration data now supports a vector of library paths. | Reid Spencer | 2004-11-23 | 1 | -0/+7 |
| * | Add the c and cpp configuration files. | Reid Spencer | 2004-11-23 | 1 | -2/+2 |
| * | Removed in favor of configurable (*.in) versions. | Reid Spencer | 2004-11-23 | 3 | -136/+0 |
| * | Make various adjustments to parsing so that the separator character doesn't | Reid Spencer | 2004-11-23 | 1 | -36/+156 |
| * | SPACE is a legitimate token now, to separate option words. | Reid Spencer | 2004-11-23 | 1 | -0/+1 |
| * | Handle space, separators, bad substitutions, and library search path better | Reid Spencer | 2004-11-23 | 1 | -6/+7 |
| * | Configurable language configuration files. | Reid Spencer | 2004-11-23 | 4 | -0/+203 |
| * | Get the -o option right | Reid Spencer | 2004-11-20 | 1 | -1/+1 |
| * | Get the -o option right | Reid Spencer | 2004-11-20 | 1 | -21/+43 |
| * | Stop propagating method names that violate the coding standard | Reid Spencer | 2004-11-05 | 4 | -55/+66 |
| * | Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn't | Reid Spencer | 2004-10-28 | 1 | -2/+1 |
| * | Implement linking. | Reid Spencer | 2004-10-28 | 1 | -735/+746 |
| * | Eliminate the force flag, configuration item, and related support | Reid Spencer | 2004-10-28 | 3 | -26/+24 |
| * | Pass -f to stkrc to ensure the output file is always written. | Reid Spencer | 2004-10-28 | 1 | -4/+4 |
| * | Eliminate the -F option (for forcing output) .. not needed | Reid Spencer | 2004-10-28 | 1 | -6/+10 |
| * | Update for library name change. | Reid Spencer | 2004-10-28 | 1 | -1/+1 |
| * | Add EXTRA_DIST for additional files to be distributed. | Reid Spencer | 2004-10-26 | 1 | -0/+1 |
| * | Remove template args that are the same as the default | Chris Lattner | 2004-10-25 | 1 | -2/+1 |
| * | We're not doing automake any more | Reid Spencer | 2004-10-22 | 1 | -661/+0 |
| * | We won't use automake | Reid Spencer | 2004-10-22 | 1 | -21/+0 |
| * | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 1 | -0/+661 |
| * | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 1 | -1/+1 |
| * | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+21 |
| * | Update to reflect stkrc's new optimization capabilities. | Reid Spencer | 2004-09-14 | 1 | -21/+13 |
| * | Support substitution options for the W, M, and f options. | Reid Spencer | 2004-09-14 | 2 | -0/+6 |
| * | Support the -WX, -f -M options as pass throughs | Reid Spencer | 2004-09-14 | 3 | -112/+234 |
| * | Don't re-instantiate the std::string in catch block. | Reid Spencer | 2004-09-03 | 1 | -1/+1 |
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 4 | -8/+8 |
| * | Make sure <cassert> is included for platforms that don't include it via | Reid Spencer | 2004-09-01 | 1 | -0/+1 |