This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
ExecutionEngine
/
JITLink
History
Kazu Hirata
c5f1c694ac
[ExecutionEngine] Add "override" where appropriate (NFC) (
#164757
)
...
Note that "override" makes "virtual" redundant. Identified with modernize-use-override.
2025-10-23 07:09:03 -07:00
..
aarch32.cpp
…
aarch64.cpp
…
CMakeLists.txt
…
COFF_x86_64.cpp
…
COFF.cpp
…
COFFDirectiveParser.cpp
…
COFFDirectiveParser.h
…
COFFLinkGraphBuilder.cpp
…
COFFLinkGraphBuilder.h
…
COFFOptions.td
…
CompactUnwindSupport.cpp
…
CompactUnwindSupport.h
…
DefineExternalSectionStartAndEndSymbols.h
…
DWARFRecordSectionSplitter.cpp
…
EHFrameSupport.cpp
…
EHFrameSupportImpl.h
…
ELF_aarch32.cpp
…
ELF_aarch64.cpp
…
ELF_loongarch.cpp
[LoongArch] Add R_LARCH_MARK_LA relocation for la.abs
2025-09-30 09:58:12 +08:00
ELF_ppc64.cpp
…
ELF_riscv.cpp
…
ELF_x86_64.cpp
…
ELF_x86.cpp
…
ELF.cpp
…
ELFLinkGraphBuilder.cpp
…
ELFLinkGraphBuilder.h
…
JITLink.cpp
[JITLink] Add LinkGraph name / triple to debugging output. (
#161772
)
2025-10-03 15:24:29 +10:00
JITLinkGeneric.cpp
[JITLink] Add LinkGraph name / triple to debugging output. (
#161772
)
2025-10-03 15:24:29 +10:00
JITLinkGeneric.h
…
JITLinkMemoryManager.cpp
[ExecutionEngine] Add "override" where appropriate (NFC) (
#164757
)
2025-10-23 07:09:03 -07:00
loongarch.cpp
…
MachO_arm64.cpp
[JITLink][MachO] Use Triple::isArm64e consistently.
2025-10-01 11:07:37 +10:00
MachO_x86_64.cpp
…
MachO.cpp
…
MachOLinkGraphBuilder.cpp
[ExecutionEngine] Use std::tie for a lexicographical comparison (NFC) (
#160007
)
2025-09-21 19:17:05 -07:00
MachOLinkGraphBuilder.h
…
PerGraphGOTAndPLTStubsBuilder.h
…
ppc64.cpp
…
riscv.cpp
…
SEHFrameSupport.h
…
x86_64.cpp
…
x86.cpp
…
XCOFF_ppc64.cpp
…
XCOFF.cpp
…
XCOFFLinkGraphBuilder.cpp
…
XCOFFLinkGraphBuilder.h
…