This website requires JavaScript.
Explore
Help
Sign In
THU-DSP-LAB
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
2
Star
0
Fork
You've already forked llvm-project
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
workaround
llvm-project
/
llvm
/
tools
/
llvm-exegesis
/
lib
History
Fangrui Song
a996cc217c
Remove unused #include "llvm/ADT/Optional.h"
2022-12-05 06:31:11 +00:00
..
AArch64
Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited"
2022-08-25 11:13:46 -04:00
Mips
Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited"
2022-08-25 11:13:46 -04:00
PowerPC
Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited"
2022-08-25 11:13:46 -04:00
X86
[llvm] Use std::size (NFC)
2022-11-26 13:47:32 -08:00
Analysis.cpp
Re-land "[llvm-exegesis] Support analyzing results from a different target."
2022-09-22 11:39:52 +02:00
Analysis.h
Re-land "[llvm-exegesis] Support analyzing results from a different target."
2022-09-22 11:39:52 +02:00
Assembler.cpp
…
Assembler.h
…
BenchmarkCode.h
…
BenchmarkResult.cpp
[tools] Use std::nullopt instead of None (NFC)
2022-12-02 21:11:40 -08:00
BenchmarkResult.h
Re-land "[llvm-exegesis] Support analyzing results from a different target."
2022-09-22 11:39:52 +02:00
BenchmarkRunner.cpp
…
BenchmarkRunner.h
…
CMakeLists.txt
[llvm-exegesis] getNonRedundantWriteProcRes - perform basic toplogical sorting (PR58500)
2022-10-24 10:46:04 +01:00
Clustering.cpp
Convert for_each to range-based for loops (NFC)
2022-07-30 10:35:52 -07:00
Clustering.h
Remove unused #include "llvm/ADT/Optional.h"
2022-12-05 06:31:11 +00:00
CodeTemplate.cpp
…
CodeTemplate.h
…
Error.cpp
…
Error.h
…
LatencyBenchmarkRunner.cpp
…
LatencyBenchmarkRunner.h
…
LlvmState.cpp
[llvm-exegesis][NFC] Use factory function for LlvmState.
2022-09-12 14:19:33 +02:00
LlvmState.h
[llvm-exegesis][NFC] Use factory function for LlvmState.
2022-09-12 14:19:33 +02:00
MCInstrDescView.cpp
[llvm] Use Optional::has_value instead of Optional::hasValue (NFC)
2022-06-26 16:10:42 -07:00
MCInstrDescView.h
…
ParallelSnippetGenerator.cpp
…
ParallelSnippetGenerator.h
…
PerfHelper.cpp
…
PerfHelper.h
…
RegisterAliasing.cpp
…
RegisterAliasing.h
…
RegisterValue.cpp
…
RegisterValue.h
…
SchedClassResolution.cpp
[llvm-exegesis] getNonRedundantWriteProcRes - perform basic toplogical sorting (PR58500)
2022-10-24 10:46:04 +01:00
SchedClassResolution.h
…
SerialSnippetGenerator.cpp
[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
2022-08-08 11:24:15 -07:00
SerialSnippetGenerator.h
…
SnippetFile.cpp
[Alignment][NFC] Use Align in MCStreamer::emitValueToAlignment
2022-11-24 16:09:44 +00:00
SnippetFile.h
…
SnippetGenerator.cpp
…
SnippetGenerator.h
…
SnippetRepetitor.cpp
…
SnippetRepetitor.h
…
Target.cpp
…
Target.h
…
TargetSelect.h
[llvm-exegesis] Initialize all supported targets
2022-09-22 09:02:22 -07:00
UopsBenchmarkRunner.cpp
…
UopsBenchmarkRunner.h
…