1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/lib/TableGen
Simon Pilgrim 910cf30f57 DetailedRecordsBackend.cpp - printSectionHeading - avoid std::string creation/copies.
Don't create std::string from constant c-strings or pass std::string by value - we can use StringRef instead.
2021-06-13 16:49:40 +01:00
..
CMakeLists.txt
DetailedRecordsBackend.cpp DetailedRecordsBackend.cpp - printSectionHeading - avoid std::string creation/copies. 2021-06-13 16:49:40 +01:00
Error.cpp [TableGen] Add support for the 'assert' statement in class definitions. 2021-03-29 09:20:29 -04:00
JSONBackend.cpp
Main.cpp [SystemZ][z/OS][TableGen] TableGen files should be text 2021-04-07 11:23:00 -04:00
Record.cpp [TableGen] Fix ProfileFoldOpInit so that parameters are named consistently [NFC] 2021-06-09 09:23:31 -04:00
SetTheory.cpp [TableGen] Use range-based for loops (NFC) 2021-03-06 15:52:55 -08:00
StringMatcher.cpp [TableGen] Use range-based for loops (NFC) 2021-03-06 15:52:55 -08:00
TableGenBackend.cpp
TableGenBackendSkeleton.cpp
TGLexer.cpp [TableGen] Make the NUL character invalid in .td files 2021-05-13 10:17:45 -04:00
TGLexer.h [TableGen] Add the !find bang operator 2021-04-28 09:51:00 -04:00
TGParser.cpp [TableGen] Eliminate dead code in ParseForeachDeclaration [NFC] 2021-06-10 10:34:44 -04:00
TGParser.h [TableGen] Add the !find bang operator 2021-04-28 09:51:00 -04:00