llvm-project/llvm/lib/TableGen
David Greene 33f619971f Remove Multidefs
Multidefs are a bit unwieldy and incomplete.  Remove them in favor of
another mechanism, probably for loops.

Revert "Make Test More Thorough"
Revert "Fix a typo."
Revert "Vim Support for Multidefs"
Revert "Emacs Support for Multidefs"
Revert "Document Multidefs"
Revert "Add a Multidef Test"
Revert "Update Test for Multidefs"
Revert "Process Multidefs"
Revert "Parser Multidef Support"
Revert "Lexer Support for Multidefs"
Revert "Add Multidef Data Structures"

llvm-svn: 141378
2011-10-07 18:25:05 +00:00
..
CMakeLists.txt
Error.cpp
Main.cpp
Makefile
Record.cpp Fix List-of-List Processing 2011-10-06 21:20:46 +00:00
TGLexer.cpp Remove Multidefs 2011-10-07 18:25:05 +00:00
TGLexer.h Remove Multidefs 2011-10-07 18:25:05 +00:00
TGParser.cpp Remove Multidefs 2011-10-07 18:25:05 +00:00
TGParser.h Remove Multidefs 2011-10-07 18:25:05 +00:00
TGPreprocessor.cpp Replace snprintf with raw_string_ostream. 2011-10-04 21:08:56 +00:00
TGPreprocessor.h Fix compilation when using gcc-4.6. Patch by wanders. 2011-10-05 14:36:12 +00:00
TableGenBackend.cpp