- 68a24bd Implement PR614: by Reid Spencer · 19 years ago
- 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
- a229c5c Final Changes For PR495: by Reid Spencer · 19 years ago
- dd04df0 For PR495: by Reid Spencer · 19 years ago
- c7f0832 For PR495: by Reid Spencer · 19 years ago
- 6a5d1d4 For PR514: by Reid Spencer · 19 years ago
- cc97cfc For PR514: by Reid Spencer · 19 years ago
- 827e8f0 * Use consistent spacing for function arguments by Misha Brukman · 20 years ago
- 0b86148 Minor clean-ups by Misha Brukman · 20 years ago
- e7d52b6 Clean up and correct llvmc configurations for C and C++ by Misha Brukman · 20 years ago
- 3a98ff8 std::string(NULL) does not a proper constructor make by Misha Brukman · 20 years ago
- 4c42937 Omit periods at the end of command-line switch explanations for consistency by Misha Brukman · 20 years ago
- 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
- baec07c #include system headers after all LLVM headers by Misha Brukman · 20 years ago
- c30088f Ensure that the arguments passed to sys::Program::ExecuteAndWait include by Reid Spencer · 20 years ago
- 38b5788 Use DataInstall macro instead of INSTALL. by Reid Spencer · 20 years ago
- 5443af2 Adjust the help output so that it will fit cleanly within 80 columns. by Reid Spencer · 20 years ago
- 7456e3c Conform to the documented interface by null terminating argument lists! by Chris Lattner · 20 years ago
- e3e0fb1 sysconfdir -> PROJ_etcdir by Reid Spencer · 20 years ago
- bdf6a39 Rename BUILD_* to PROJ_* by Reid Spencer · 20 years ago
- 1ef8bda For PR351: by Reid Spencer · 20 years ago
- fabf41f Use Config/alloca.h instead of alloca.h - pointed out by Duraid and Misha by Brian Gaeke · 20 years ago
- 5743141 Make this compile on Solaris. by Brian Gaeke · 20 years ago
- f6358c7 For PR351: * Support changes in sys::Program::ExecuteAndWait interface by Reid Spencer · 20 years ago
- 175bf06 Change LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/lib by Reid Spencer · 20 years ago
- 12786d5 Make use of the new Path inserter function. by Reid Spencer · 20 years ago
- 11db4b8 PR351: \ Use sys::Path not FileUtilities to check file types by Reid Spencer · 20 years ago
- 1fce091 Path::get -> Path::toString by Reid Spencer · 20 years ago
- cb8cb8e Get rid of warning from flex. by Reid Spencer · 20 years ago
- bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
- 07accb5 Always pass -D_GNU_SOURCE to cc1plus by Reid Spencer · 20 years ago
- c702fa3 Always pass -D_GNU_SOURCE to cc1 by Reid Spencer · 20 years ago
- 1945a11 Correct the configuration variable used to find the bin directory. by Reid Spencer · 20 years ago
- c9b37ee Make sure additional C++ suffixes are recognized by llvmc. by Reid Spencer · 20 years ago
- 65bc4e0 * Adjust the options to make them either accept multiple occurrences or be by Reid Spencer · 20 years ago
- 0b3c7d0 * Don't pass empty arguments to ExecuteAndWait because it can cause the by Reid Spencer · 20 years ago
- 2d3ee4e Configuration data now supports a vector of library paths. by Reid Spencer · 20 years ago
- dc6812d Add the c and cpp configuration files. by Reid Spencer · 20 years ago
- f1a889c Removed in favor of configurable (*.in) versions. by Reid Spencer · 20 years ago
- e9564ce Make various adjustments to parsing so that the separator character doesn't by Reid Spencer · 20 years ago
- c0f376d SPACE is a legitimate token now, to separate option words. by Reid Spencer · 20 years ago
- 90654fd Handle space, separators, bad substitutions, and library search path better by Reid Spencer · 20 years ago
- b98c672 Configurable language configuration files. by Reid Spencer · 20 years ago
- 08602e5 Get the -o option right by Reid Spencer · 20 years ago
- 679a723 Get the -o option right by Reid Spencer · 20 years ago
- 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 20 years ago
- 0dac2eb Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn't by Reid Spencer · 20 years ago
- af77d74 Implement linking. by Reid Spencer · 20 years ago
- 3a9b222 Eliminate the force flag, configuration item, and related support by Reid Spencer · 20 years ago
- 5a7f13b Pass -f to stkrc to ensure the output file is always written. by Reid Spencer · 20 years ago
- 2967b61 Eliminate the -F option (for forcing output) .. not needed by Reid Spencer · 20 years ago
- f113e7b Update for library name change. by Reid Spencer · 20 years ago
- 20ac4e3 Add EXTRA_DIST for additional files to be distributed. by Reid Spencer · 20 years ago
- 83f7c37 Remove template args that are the same as the default by Chris Lattner · 20 years ago
- 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
- cac731e We won't use automake by Reid Spencer · 20 years ago
- 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
- d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
- 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
- e52b44e Update to reflect stkrc's new optimization capabilities. by Reid Spencer · 20 years ago
- d4ff15a Support substitution options for the W, M, and f options. by Reid Spencer · 20 years ago
- 54fafe4 Support the -WX, -f -M options as pass throughs by Reid Spencer · 20 years ago
- a3b4e09 Don't re-instantiate the std::string in catch block. by Reid Spencer · 20 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
- 7903068 Make sure <cassert> is included for platforms that don't include it via by Reid Spencer · 20 years ago
- 016e335 Initial commit of a configuration file for compiling C++ programs with by Reid Spencer · 20 years ago
- ca01f9b Implement the "setIncludePaths" and "setSymbolDefines" interface methods. by Reid Spencer · 20 years ago
- 7c14fd1 Pass lists of -I and -D options through to the Compiler Driver. by Reid Spencer · 20 years ago
- 6386009 Need to throw std::string not const char* if we want error messages to be by Reid Spencer · 20 years ago
- 93426ba Add a missing header file by Reid Spencer · 20 years ago
- 52c2dc1 Convert llvmc to use the lib/System interface instead of directly by Reid Spencer · 20 years ago
- ca04487 License file for llvmc. by Reid Spencer · 20 years ago
- 9fd58e0 Insert declarations for two new functions that support the dependent by Reid Spencer · 20 years ago
- 198e888 Run the compilation actions before we attempt linking work. by Reid Spencer · 20 years ago
- aff3c77 Add the directory specified by LLVM_LIB_SEARCH_PATH to the list of by Reid Spencer · 20 years ago
- 4495632 Get rid of error messages from CommandLine because -time-passes was by Reid Spencer · 20 years ago
- 01b77f9 Adjustments for changes in the configuration language. by Reid Spencer · 20 years ago
- 2cf17a4 - Unify format of output messages by Reid Spencer · 20 years ago
- 02413b0 Link with bcreader and vmcore. by Reid Spencer · 20 years ago
- f384db3 - Implement the %args% substitution by Reid Spencer · 20 years ago
- bf39488 - Alphabetize the list of token enumerators. by Reid Spencer · 20 years ago
- ec4f588 - Rename and rearrange for clarity by Reid Spencer · 20 years ago
- a01439a - Remove unused GetSuffix function by Reid Spencer · 20 years ago
- fd2f728 Remove unneeded flags. by Reid Spencer · 20 years ago
- 59a745a Provide support for retaining the version number found in a config file. by Reid Spencer · 20 years ago
- c0e9bec Add the VERSION token. by Reid Spencer · 20 years ago
- 1df7121 Add support for version numbers. by Reid Spencer · 20 years ago
- b50acbc Shorten lines so this file can be used as the documentation example by Reid Spencer · 20 years ago
- 53aa793 Change @ -> % in config files. @name@ might be needed for config files to by Reid Spencer · 20 years ago
- b38e405 Implement the correct search for configuration files. llvmc will now try by Reid Spencer · 20 years ago
- aa43a4b Add CONFIG_FILES so the language specific config files can be installed. by Reid Spencer · 20 years ago
- 9a8fedd Implement Assembly support. by Reid Spencer · 20 years ago
- f51a87c Actually let it compile after file name changes. by Reid Spencer · 20 years ago
- cbabe7f Moved ConfigData -> Configuration by Reid Spencer · 20 years ago
- bae6825 Implement many new features for llvmc. This is the first version that will by Reid Spencer · 20 years ago
- 2a069fa Back out dependencies on lib/System/Path.h by Reid Spencer · 20 years ago
- 6964e3f Fix definitions to match tool's actual capabilities. by Reid Spencer · 20 years ago
- bf43772 More Functionality: by Reid Spencer · 20 years ago
- 936f5c7 Initial configuration files (to be installed) for ll (LLVM Assembly) and by Reid Spencer · 20 years ago
- 68fb37a Converted to use flex for tokenizing input so we can use an easier to by Reid Spencer · 20 years ago