llvm-6502/lib/TableGen
Jakob Stoklund Olesen ebaf92c67d Use uniqued StringInit pointers for lookups.
This avoids a gazillion StringMap and dynamic_cast calls, making
TableGen run 3x faster.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148091 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-13 03:16:35 +00:00
..
CMakeLists.txt Fix up the CMake build for the new files added in r146960, they're 2011-12-20 08:42:11 +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
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Main.cpp Revert r141079: tblgen: add preprocessor as a separate mode 2011-10-08 12:39:26 +00:00
Makefile
Record.cpp Use uniqued StringInit pointers for lookups. 2012-01-13 03:16:35 +00:00
TableGenAction.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:50:00 +00:00
TableGenBackend.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:50:00 +00:00
TGLexer.cpp TableGen: add a comment 2011-12-22 23:16:09 +00:00
TGLexer.h Implement Paste 2011-10-19 13:04:43 +00:00
TGParser.cpp Use uniqued StringInit pointers for lookups. 2012-01-13 03:16:35 +00:00
TGParser.h Process Defm Prefix as Init 2011-10-19 13:04:31 +00:00