1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib/TableGen
Stanislav Mekhanoshin 1a6d6ebda9 Fix ubsan error in tblgen with signed left shift
UBSAN complains when tblgen performs SHL of a negative
value.

Differential Revision: https://reviews.llvm.org/D81952
2020-06-16 11:15:09 -07:00
..
CMakeLists.txt [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
Error.cpp [gicombiner] Hoist pure C++ combine into the tablegen definition 2019-10-16 23:53:35 +00:00
JSONBackend.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Main.cpp [TableGen] [NFC] Make argv0 const 2020-04-25 16:42:38 -04:00
Record.cpp Fix ubsan error in tblgen with signed left shift 2020-06-16 11:15:09 -07:00
SetTheory.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
StringMatcher.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
TableGenBackend.cpp Explicitly include <cassert> when using assert 2020-03-02 22:45:28 +01:00
TGLexer.cpp TGLexer.h - cleanup includes and forward declarations. NFC. 2020-04-21 11:32:58 +01:00
TGLexer.h TGLexer.h - add missing <vector> include. 2020-04-21 11:57:10 +01:00
TGParser.cpp [TableGen] Simplify with TGParser::consume() 2020-04-26 15:26:49 -07:00
TGParser.h [TableGen] Add TGParser::consume() 2020-04-25 21:58:54 -07:00