summaryrefslogtreecommitdiff
path: root/tools/llvmc
Commit message (Expand)AuthorAge
* Stop propagating method names that violate the coding standardReid Spencer2004-11-05
* 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
* Update for library name change.Reid Spencer2004-10-28
* 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
* 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
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* 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
* Don't re-instantiate the std::string in catch block.Reid Spencer2004-09-03
* Changes For Bug 352Reid Spencer2004-09-01
* Make sure <cassert> is included for platforms that don't include it viaReid Spencer2004-09-01
* Initial commit of a configuration file for compiling C++ programs withReid Spencer2004-08-30
* Implement the "setIncludePaths" and "setSymbolDefines" interface methods.Reid Spencer2004-08-30
* Pass lists of -I and -D options through to the Compiler Driver.Reid Spencer2004-08-30
* Need to throw std::string not const char* if we want error messages to beReid Spencer2004-08-30
* Add a missing header fileReid Spencer2004-08-29
* Convert llvmc to use the lib/System interface instead of directlyReid Spencer2004-08-29
* License file for llvmc.Reid Spencer2004-08-25
* Insert declarations for two new functions that support the dependentReid Spencer2004-08-24
* Run the compilation actions before we attempt linking work.Reid Spencer2004-08-24
* Add the directory specified by LLVM_LIB_SEARCH_PATH to the list ofReid Spencer2004-08-24
* Get rid of error messages from CommandLine because -time-passes wasReid Spencer2004-08-24
* Adjustments for changes in the configuration language.Reid Spencer2004-08-24
* - Unify format of output messagesReid Spencer2004-08-24
* Link with bcreader and vmcore.Reid Spencer2004-08-24
* - Implement the %args% substitutionReid Spencer2004-08-24
* - Alphabetize the list of token enumerators.Reid Spencer2004-08-24
* - Rename and rearrange for clarityReid Spencer2004-08-24
* - Remove unused GetSuffix functionReid Spencer2004-08-24
* Remove unneeded flags.Reid Spencer2004-08-24
* Provide support for retaining the version number found in a config file.Reid Spencer2004-08-22
* Add the VERSION token.Reid Spencer2004-08-22
* Add support for version numbers.Reid Spencer2004-08-22
* Shorten lines so this file can be used as the documentation exampleReid Spencer2004-08-22
* Change @ -> % in config files. @name@ might be needed for config files toReid Spencer2004-08-20
* Implement the correct search for configuration files. llvmc will now tryReid Spencer2004-08-20
* Add CONFIG_FILES so the language specific config files can be installed.Reid Spencer2004-08-20
* Implement Assembly support.Reid Spencer2004-08-20
* Actually let it compile after file name changes.Reid Spencer2004-08-19
* Moved ConfigData -> ConfigurationReid Spencer2004-08-19
* Implement many new features for llvmc. This is the first version that willReid Spencer2004-08-19