llvm-6502/lib/TableGen
Sean Silva 736ceace11 tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.
This is a mechanical change of dynamic_cast<> to dyn_cast<>. A number of
these uses are actually more like isa<> or cast<>, and will be changed
to the semanticaly appropriate one in a future patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165291 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-05 03:31:58 +00:00
..
CMakeLists.txt tblgen: Remove last traces of old TableGenMain API. 2012-10-03 21:31:08 +00:00
Error.cpp Print out the location of expanded multiclass defs in TableGen errors. 2012-08-22 23:33:58 +00:00
LLVMBuild.txt
Main.cpp tblgen: Remove last traces of old TableGenMain API. 2012-10-03 21:31:08 +00:00
Makefile
Record.cpp tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>. 2012-10-05 03:31:58 +00:00
StringMatcher.cpp Emit memcmp directly from the StringMatcherEmitter. 2012-05-20 18:10:42 +00:00
TableGenBackend.cpp Emit TableGen's header comment with C-style comments, so it can be used from C89 code. 2012-06-19 17:04:16 +00:00
TGLexer.cpp Add Foreach Loop 2012-02-22 16:09:41 +00:00
TGLexer.h Add Foreach Loop 2012-02-22 16:09:41 +00:00
TGParser.cpp tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>. 2012-10-05 03:31:58 +00:00
TGParser.h tblgen: Whitespace and 80-col cleanup. 2012-10-04 00:54:27 +00:00