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
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
ExecutionEngine
/
RuntimeDyld
History
Kazu Hirata
84f4465135
[ExecutionEngine] Remove unnecessary casts (NFC) (
#153931
)
...
getLoadAddressWithOffset() and getLoadAddress() already return uint64_t.
2025-08-16 06:47:25 -07:00
..
Targets
[ExecutionEngine] Remove an unnecessary cast (NFC) (
#151082
)
2025-07-29 08:18:53 -07:00
CMakeLists.txt
…
JITSymbol.cpp
…
RTDyldMemoryManager.cpp
[CMake] Remove some always-true HAVE_XXX_H
2025-01-15 09:53:21 -08:00
RuntimeDyld.cpp
[ExecutionEngine] Remove an unnecessary cast (NFC) (
#151798
)
2025-08-02 08:09:18 -07:00
RuntimeDyldChecker.cpp
[ExecutionEngine] Remove unused includes (NFC) (
#116749
)
2024-11-19 19:41:59 -08:00
RuntimeDyldCheckerImpl.h
…
RuntimeDyldCOFF.cpp
[ExecutionEngine] Avoid repeated hash lookups (NFC) (
#131423
)
2025-03-15 09:12:23 -07:00
RuntimeDyldCOFF.h
…
RuntimeDyldELF.cpp
[ExecutionEngine] Remove unnecessary casts (NFC) (
#153931
)
2025-08-16 06:47:25 -07:00
RuntimeDyldELF.h
…
RuntimeDyldImpl.h
[llvm] Use std::tie to implement operator< (NFC) (
#143728
)
2025-06-11 12:50:27 -07:00
RuntimeDyldMachO.cpp
[ExecutionEngine] Remove unused includes (NFC) (
#116749
)
2024-11-19 19:41:59 -08:00
RuntimeDyldMachO.h
…