llvm-6502/lib/TableGen
Sean Silva 6cfc806a6b tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Some of these dyn_cast<>'s would be better phrased as isa<> or cast<>.
That will happen in a future patch.

There are also two dyn_cast_or_null<>'s slipped in instead of
dyn_cast<>'s, since they were causing crashes with just dyn_cast<>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165646 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-10 20:24:43 +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: Rename handleDependencies -> createDependencyFile 2012-10-09 20:39:28 +00:00
Makefile
Record.cpp tblgen: Mechanically move dynamic_cast<> to dyn_cast<>. 2012-10-10 20:24:43 +00:00
StringMatcher.cpp
TableGenBackend.cpp
TGLexer.cpp
TGLexer.h
TGParser.cpp tblgen: Mechanically move dynamic_cast<> to dyn_cast<>. 2012-10-10 20:24:43 +00:00
TGParser.h tblgen: Whitespace and 80-col cleanup. 2012-10-04 00:54:27 +00:00