aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc
AgeCommit message (Expand)Author
2004-08-24Link with bcreader and vmcore.Reid Spencer
2004-08-24- Implement the %args% substitutionReid Spencer
2004-08-24- Alphabetize the list of token enumerators.Reid Spencer
2004-08-24- Rename and rearrange for clarityReid Spencer
2004-08-24- Remove unused GetSuffix functionReid Spencer
2004-08-24Remove unneeded flags.Reid Spencer
2004-08-22Provide support for retaining the version number found in a config file.Reid Spencer
2004-08-22Add the VERSION token.Reid Spencer
2004-08-22Add support for version numbers.Reid Spencer
2004-08-22Shorten lines so this file can be used as the documentation exampleReid Spencer
2004-08-20Change @ -> % in config files. @name@ might be needed for config files toReid Spencer
2004-08-20Implement the correct search for configuration files. llvmc will now tryReid Spencer
2004-08-20Add CONFIG_FILES so the language specific config files can be installed.Reid Spencer
2004-08-20Implement Assembly support.Reid Spencer
2004-08-19Actually let it compile after file name changes.Reid Spencer
2004-08-19Moved ConfigData -> ConfigurationReid Spencer
2004-08-19Implement many new features for llvmc. This is the first version that willReid Spencer
2004-08-16Back out dependencies on lib/System/Path.hReid Spencer
2004-08-16Fix definitions to match tool's actual capabilities.Reid Spencer
2004-08-15More Functionality:Reid Spencer
2004-08-15Initial configuration files (to be installed) for ll (LLVM Assembly) andReid Spencer
2004-08-14Converted to use flex for tokenizing input so we can use an easier toReid Spencer
2004-08-13Fix header commentary.Reid Spencer
2004-08-13Additional functionality. This version handles option parsing and parameterReid Spencer
2004-08-13First version of a utility internal to llvmc that handles the parsing andReid Spencer
2004-08-10Move CompilerDriver.h here.Reid Spencer
2004-08-10Initial makefile for the LLVM Compiler Driver.Reid Spencer
2004-08-10First "do nothing" version of the LLVM Compiler Driver. This version justReid Spencer