llvm-project/llvm/lib/TableGen
Simon Pilgrim 6c8ded0d8c [TableGen] Don't dereference from dyn_cast<> - use cast<> instead. NFCI.
dyn_cast<> can return null if the cast fails, resulting in null dereferences and static analyzer warnings. We should use cast<> instead.
2020-12-14 12:12:08 +00:00
..
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
DetailedRecordsBackend.cpp [TableGen] Delete 11 unused declarations 2020-12-06 13:21:07 -08:00
Error.cpp [TableGen] Eliminate the 'code' type 2020-12-03 10:19:11 -05:00
JSONBackend.cpp [TableGen] Delete 11 unused declarations 2020-12-06 13:21:07 -08:00
Main.cpp [TableGen] Add frontend/backend phase timing capability. 2020-11-14 10:10:29 -05:00
Record.cpp [TableGen] Don't dereference from dyn_cast<> - use cast<> instead. NFCI. 2020-12-14 12:12:08 +00:00
SetTheory.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
StringMatcher.cpp
TGLexer.cpp [TableGen] Eliminate the 'code' type 2020-12-03 10:19:11 -05:00
TGLexer.h [TableGen] Eliminate the 'code' type 2020-12-03 10:19:11 -05:00
TGParser.cpp [TableGen] Eliminate the 'code' type 2020-12-03 10:19:11 -05:00
TGParser.h [TableGen] Add the !filter bang operator. 2020-11-09 10:56:55 -05:00
TableGenBackend.cpp Explicitly include <cassert> when using assert 2020-03-02 22:45:28 +01:00
TableGenBackendSkeleton.cpp [TableGen] New backend to print detailed records. 2020-10-02 10:22:13 -04:00