1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/tools/llvm-exegesis/lib
Jonas Devlieghere 2c693415b7 [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
..
AArch64
PowerPC
X86 [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Analysis.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Analysis.h [NFC][llvm-exegesis] Also promote getSchedClassPoint() into ResolvedSchedClass. 2019-03-29 14:58:01 +00:00
Assembler.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Assembler.h
BenchmarkCode.h
BenchmarkResult.cpp Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC 2019-08-05 05:43:48 +00:00
BenchmarkResult.h [llvm-exegesis] Fix error propagation from yaml writing (from serialization) 2019-04-10 12:19:57 +00:00
BenchmarkRunner.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
BenchmarkRunner.h [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Clustering.cpp [NFC][llvm-exegesis] Refactor Analysis::SchedClassCluster::measurementsMatch() 2019-03-29 11:36:08 +00:00
Clustering.h [NFC][llvm-exegesis] Refactor Analysis::SchedClassCluster::measurementsMatch() 2019-03-29 11:36:08 +00:00
CMakeLists.txt [NFC][llvm-exegesis] Refactor ResolvedSchedClass & friends 2019-03-29 14:24:27 +00:00
CodeTemplate.cpp
CodeTemplate.h
Latency.cpp
Latency.h
LLVMBuild.txt
LlvmState.cpp
LlvmState.h
MCInstrDescView.cpp
MCInstrDescView.h
PerfHelper.cpp
PerfHelper.h
RegisterAliasing.cpp
RegisterAliasing.h
RegisterValue.cpp
RegisterValue.h
SchedClassResolution.cpp [NFC][llvm-exegesis] Also promote getSchedClassPoint() into ResolvedSchedClass. 2019-03-29 14:58:01 +00:00
SchedClassResolution.h [NFC][llvm-exegesis] Also promote getSchedClassPoint() into ResolvedSchedClass. 2019-03-29 14:58:01 +00:00
SnippetGenerator.cpp [llvm-exegesis][X86] Randomize CMOVcc/SETcc OPERAND_COND_CODE CondCodes 2019-04-08 10:11:00 +00:00
SnippetGenerator.h [llvm-exegesis][X86] Randomize CMOVcc/SETcc OPERAND_COND_CODE CondCodes 2019-04-08 10:11:00 +00:00
Target.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Target.h [llvm-exegesis][X86] Handle CMOVcc/SETcc OPERAND_COND_CODE OperandType 2019-04-06 14:16:26 +00:00
TargetSelect.h [llvm-exegesis] Move native target initialization code to a separate file. 2019-05-22 13:50:16 +00:00
Uops.cpp
Uops.h