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
/
Orc
/
TargetProcess
History
Chen Cheng
35f5caea51
[NFC] Corrected data type (
#84880
)
...
On windows, "&Method.first" is of type "unsigned long long *", and a type conversion error occurs.
2024-03-13 10:16:42 -07:00
..
CMakeLists.txt
[ORC][JITLink] Add Intel VTune support to JITLink (
#83957
)
2024-03-07 11:15:16 -08:00
ExecutorSharedMemoryMapperService.cpp
[llvm][Support] Add and use errnoAsErrorCode (
#84423
)
2024-03-08 23:30:33 -08:00
JITLoaderGDB.cpp
[Orc] Deduplicate GDB JIT Interface declarations (NFC) (
#76373
)
2024-01-03 11:21:22 +01:00
JITLoaderPerf.cpp
[llvm] Use SmallString::operator std::string (NFC)
2024-01-19 18:54:11 -08:00
JITLoaderVTune.cpp
[NFC] Corrected data type (
#84880
)
2024-03-13 10:16:42 -07:00
OrcRTBootstrap.cpp
…
OrcRTBootstrap.h
…
RegisterEHFrames.cpp
…
SimpleExecutorDylibManager.cpp
[ORC] Refactor executor symbol lookup to use ExecutorSymbolDef (NFC) (
#76989
)
2024-01-04 13:13:22 -08:00
SimpleExecutorMemoryManager.cpp
Re-apply "[JITLink][ORC] Rename MemDeallocPolicy to MemLifetime..." with fixes.
2023-03-18 10:13:55 -07:00
SimpleRemoteEPCServer.cpp
[ORC] Use EPC bootstrap symbols to communicate eh-frame registration fn addrs.
2023-08-23 14:19:12 -07:00
TargetExecutionUtils.cpp
…