llvm-6502/tools/llvmc
Reid Spencer ec4f588418 - Rename and rearrange for clarity
- Drop name tokens not used any more (GROKS_DASH_O)
- Rename OUTPUT_IS_ASM as OUTPUT and allow "bytecode" and "assembly" as
  values of it.
- Simplify handleContext (now handleNameContext) arguments and ensure that
  it returns OPTION tokens exactly as scanned.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16021 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-24 13:58:37 +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 Add the VERSION token. 2004-08-22 18:02:41 +00:00
ConfigLexer.l - Rename and rearrange for clarity 2004-08-24 13:58:37 +00:00
Configuration.cpp Provide support for retaining the version number found in a config file. 2004-08-22 18:03:25 +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