This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
232953f996
llvm-project
/
llvm
/
tools
/
llvm-exegesis
/
lib
History
Fangrui Song
de9d80c1c5
[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
...
With C++17 there is no Clang pedantic warning or MSVC C5051.
2022-08-08 11:24:15 -07:00
..
AArch64
…
Mips
…
PowerPC
…
X86
[Build][NFC] Fixes for building on Windows with libc++
2022-07-01 15:37:57 +01:00
Analysis.cpp
…
Analysis.h
…
Assembler.cpp
…
Assembler.h
…
BenchmarkCode.h
…
BenchmarkResult.cpp
…
BenchmarkResult.h
…
BenchmarkRunner.cpp
…
BenchmarkRunner.h
…
CMakeLists.txt
…
Clustering.cpp
Convert for_each to range-based for loops (NFC)
2022-07-30 10:35:52 -07:00
Clustering.h
…
CodeTemplate.cpp
…
CodeTemplate.h
…
Error.cpp
…
Error.h
…
LatencyBenchmarkRunner.cpp
…
LatencyBenchmarkRunner.h
…
LlvmState.cpp
[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`
2022-02-16 13:10:09 +08:00
LlvmState.h
…
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
[tools] Forward declare classes & remove includes
2022-06-03 16:32:04 -07:00
RegisterAliasing.cpp
…
RegisterAliasing.h
…
RegisterValue.cpp
…
RegisterValue.h
…
SchedClassResolution.cpp
…
SchedClassResolution.h
…
SerialSnippetGenerator.cpp
[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
2022-08-08 11:24:15 -07:00
SerialSnippetGenerator.h
…
SnippetFile.cpp
Cleanup MCParser headers
2022-02-11 10:39:29 +01:00
SnippetFile.h
…
SnippetGenerator.cpp
…
SnippetGenerator.h
[NFC] Move CombinationGenerator from Exegesis to ADT
2021-11-05 16:53:46 +03:00
SnippetRepetitor.cpp
…
SnippetRepetitor.h
…
Target.cpp
…
Target.h
…
TargetSelect.h
…
UopsBenchmarkRunner.cpp
…
UopsBenchmarkRunner.h
…