| Age | Commit message (Expand) | Author |
| 2004-12-10 | Get rid of warning from flex. | Reid Spencer |
| 2004-11-25 | Add LLVMbzip2 library, now required. | Reid Spencer |
| 2004-11-25 | Always pass -D_GNU_SOURCE to cc1plus | Reid Spencer |
| 2004-11-25 | Always pass -D_GNU_SOURCE to cc1 | Reid Spencer |
| 2004-11-25 | Correct the configuration variable used to find the bin directory. | Reid Spencer |
| 2004-11-24 | Make sure additional C++ suffixes are recognized by llvmc. | Reid Spencer |
| 2004-11-23 | * Adjust the options to make them either accept multiple occurrences or be | Reid Spencer |
| 2004-11-23 | * Don't pass empty arguments to ExecuteAndWait because it can cause the | Reid Spencer |
| 2004-11-23 | Configuration data now supports a vector of library paths. | Reid Spencer |
| 2004-11-23 | Add the c and cpp configuration files. | Reid Spencer |
| 2004-11-23 | Removed in favor of configurable (*.in) versions. | Reid Spencer |
| 2004-11-23 | Make various adjustments to parsing so that the separator character doesn't | Reid Spencer |
| 2004-11-23 | SPACE is a legitimate token now, to separate option words. | Reid Spencer |
| 2004-11-23 | Handle space, separators, bad substitutions, and library search path better | Reid Spencer |
| 2004-11-23 | Configurable language configuration files. | Reid Spencer |
| 2004-11-20 | Get the -o option right | Reid Spencer |
| 2004-11-20 | Get the -o option right | Reid Spencer |
| 2004-11-05 | Stop propagating method names that violate the coding standard | Reid Spencer |
| 2004-10-28 | Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn't | Reid Spencer |
| 2004-10-28 | Implement linking. | Reid Spencer |
| 2004-10-28 | Eliminate the force flag, configuration item, and related support | Reid Spencer |
| 2004-10-28 | Pass -f to stkrc to ensure the output file is always written. | Reid Spencer |
| 2004-10-28 | Eliminate the -F option (for forcing output) .. not needed | Reid Spencer |
| 2004-10-28 | Update for library name change. | Reid Spencer |
| 2004-10-26 | Add EXTRA_DIST for additional files to be distributed. | Reid Spencer |
| 2004-10-25 | Remove template args that are the same as the default | Chris Lattner |
| 2004-10-22 | We're not doing automake any more | Reid Spencer |
| 2004-10-22 | We won't use automake | Reid Spencer |
| 2004-10-18 | Initial automake generated Makefile template | Reid Spencer |
| 2004-10-13 | Update to reflect changes in Makefile rules. | Reid Spencer |
| 2004-10-10 | Initial version of automake Makefile.am file. | Reid Spencer |
| 2004-09-14 | Update to reflect stkrc's new optimization capabilities. | Reid Spencer |
| 2004-09-14 | Support substitution options for the W, M, and f options. | Reid Spencer |
| 2004-09-14 | Support the -WX, -f -M options as pass throughs | Reid Spencer |
| 2004-09-03 | Don't re-instantiate the std::string in catch block. | Reid Spencer |
| 2004-09-01 | Changes For Bug 352 | Reid Spencer |
| 2004-09-01 | Make sure <cassert> is included for platforms that don't include it via | Reid Spencer |
| 2004-08-30 | Initial commit of a configuration file for compiling C++ programs with | Reid Spencer |
| 2004-08-30 | Implement the "setIncludePaths" and "setSymbolDefines" interface methods. | Reid Spencer |
| 2004-08-30 | Pass lists of -I and -D options through to the Compiler Driver. | Reid Spencer |
| 2004-08-30 | Need to throw std::string not const char* if we want error messages to be | Reid Spencer |
| 2004-08-29 | Add a missing header file | Reid Spencer |
| 2004-08-29 | Convert llvmc to use the lib/System interface instead of directly | Reid Spencer |
| 2004-08-25 | License file for llvmc. | Reid Spencer |
| 2004-08-24 | Insert declarations for two new functions that support the dependent | Reid Spencer |
| 2004-08-24 | Run the compilation actions before we attempt linking work. | Reid Spencer |
| 2004-08-24 | Add the directory specified by LLVM_LIB_SEARCH_PATH to the list of | Reid Spencer |
| 2004-08-24 | Get rid of error messages from CommandLine because -time-passes was | Reid Spencer |
| 2004-08-24 | Adjustments for changes in the configuration language. | Reid Spencer |
| 2004-08-24 | - Unify format of output messages | Reid Spencer |