llvm-project/llvm/lib/Target/X86/AsmParser
Jonas Devlieghere 0eaee545ee [llvm] Migrate llvm::make_unique to std::make_unique
Now that we've moved to C++14, we no longer need the llvm::make_unique
implementation from STLExtras.h. This patch is a mechanical replacement
of (hopefully) all the llvm::make_unique instances across the monorepo.

llvm-svn: 369013
2019-08-15 15:54:37 +00:00
..
CMakeLists.txt Remove ASan asm instrumentation. 2019-03-11 21:50:10 +00:00
LLVMBuild.txt [X86] Move InstPrinter files to MCTargetDesc. NFC 2019-05-10 23:24:38 +00:00
X86AsmParser.cpp [X86] Improve the diagnostic for larger than 4-bit immediate for vpermil2pd/ps. Only allow MCConstantExprs. 2019-08-10 04:28:52 +00:00
X86AsmParserCommon.h [X86] Limit vpermil2pd/vpermil2ps immediates to 4 bits in the assembly parser. 2019-08-07 05:34:27 +00:00
X86Operand.h [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00