llvm-6502/tools/llvmc
Reid Spencer f384db3a90 - Implement the %args% substitution
- Implement parsing of the .output={bytecode|assembly} item.
- Drop parsing support for translator.optimizes, translator.groks_dash_O,
  optimizer.groks_dash_O, translator.output_is_asm, optimizer.output_is_asm
- Add parsing support for translator.output and optimizer.output
- Add optimizer.required parsing support
- Add linker.libs and linker.libpaths parsing support
- Fix error messages to list correct set of tokens expected.
- Rename FileReadable -> FileIsReadable (changed in CompilerDriver.cpp)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16023 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-24 14:03:23 +00:00
..
CompilerDriver.cpp - Remove unused GetSuffix function 2004-08-24 13:55:17 +00:00
CompilerDriver.h Remove unneeded flags. 2004-08-24 13:49:57 +00:00
ConfigLexer.h - Alphabetize the list of token enumerators. 2004-08-24 13:59:35 +00:00
ConfigLexer.l - Rename and rearrange for clarity 2004-08-24 13:58:37 +00:00
Configuration.cpp - Implement the %args% substitution 2004-08-24 14:03:23 +00:00
Configuration.h Moved ConfigData -> Configuration 2004-08-19 21:17:53 +00:00
ll Change @ -> % in config files. @name@ might be needed for config files to 2004-08-20 22:53:11 +00:00
llvmc.cpp Actually let it compile after file name changes. 2004-08-19 21:52:49 +00:00
Makefile Add CONFIG_FILES so the language specific config files can be installed. 2004-08-20 09:21:51 +00:00
st Shorten lines so this file can be used as the documentation example 2004-08-22 18:01:19 +00:00