summaryrefslogtreecommitdiff
path: root/tools/llvmc
Commit message (Expand)AuthorAge
* 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
* Back out dependencies on lib/System/Path.hReid Spencer2004-08-16
* Fix definitions to match tool's actual capabilities.Reid Spencer2004-08-16
* More Functionality:Reid Spencer2004-08-15
* Initial configuration files (to be installed) for ll (LLVM Assembly) andReid Spencer2004-08-15
* Converted to use flex for tokenizing input so we can use an easier toReid Spencer2004-08-14
* Fix header commentary.Reid Spencer2004-08-13
* Additional functionality. This version handles option parsing and parameterReid Spencer2004-08-13
* First version of a utility internal to llvmc that handles the parsing andReid Spencer2004-08-13
* Move CompilerDriver.h here.Reid Spencer2004-08-10
* Initial makefile for the LLVM Compiler Driver.Reid Spencer2004-08-10
* First "do nothing" version of the LLVM Compiler Driver. This version justReid Spencer2004-08-10