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