llvm-6502/lib/TableGen
David Greene f628204262 Allow Names Changes on Unregistered Records
Add Record names to be changed even on Records that aren't yet
registered.  We need to be able to do this for paste functionality
because we do not want to register def names before they are unique
and that can only happen once all paste operations are done.  This
change lets us update Record names formed by paste operations and
register the result later.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142510 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-19 13:03:25 +00:00
..
CMakeLists.txt Revert r141079: tblgen: add preprocessor as a separate mode 2011-10-08 12:39:26 +00:00
Error.cpp Make SMDiagnostic a little more sane. Instead of passing around note/warning/error as a 2011-10-16 05:43:57 +00:00
Main.cpp Revert r141079: tblgen: add preprocessor as a separate mode 2011-10-08 12:39:26 +00:00
Makefile Move TableGen's parser and entry point into a library 2011-10-01 16:41:13 +00:00
Record.cpp Allow Names Changes on Unregistered Records 2011-10-19 13:03:25 +00:00
TableGenBackend.cpp
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 Make Template Arg Names Inits 2011-10-19 13:02:42 +00:00
TGParser.h Make Template Arg Names Inits 2011-10-19 13:02:42 +00:00