This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6f912a2cd49150813ee467c079201b5ce3dfbbca
clang-p2996
/
llvm
/
lib
/
ExecutionEngine
History
Lang Hames
bcb53999a4
[JITLink] Add a null-terminator to eh-frame sections on ELF/x86-64.
...
__register_ehframes on Linux requires a null terminator to identify the end of this section.
2021-03-09 22:16:11 -08:00
..
IntelJITEvents
Fix an error about implicit fallthrough during self build - new tag for ittapi.
2021-01-27 08:55:52 +03:00
Interpreter
[llvm] Use llvm::append_range (NFC)
2021-01-06 18:27:33 -08:00
JITLink
[JITLink] Add a null-terminator to eh-frame sections on ELF/x86-64.
2021-03-09 22:16:11 -08:00
MCJIT
[llvm] Use *Set::contains (NFC)
2021-01-13 19:14:41 -08:00
OProfileJIT
llvmbuildectomy - replace llvm-build by plain cmake
2020-11-13 10:35:24 +01:00
Orc
[Orc] Always check mapped sections for ELFDebugObject are in bounds of working memory buffer
2021-03-09 14:01:50 +01:00
PerfJITEvents
llvmbuildectomy - replace llvm-build by plain cmake
2020-11-13 10:35:24 +01:00
RuntimeDyld
[llvm] Remove redundant string initialization (NFC)
2021-01-12 21:43:46 -08:00
CMakeLists.txt
[lli] Add JITLink in-process debug support
2021-03-02 15:07:36 +01:00
ExecutionEngine.cpp
[ORC] Remove OrcV1 APIs.
2020-10-18 21:02:44 -07:00
ExecutionEngineBindings.cpp
…
GDBRegistrationListener.cpp
[lli] Add JITLink in-process debug support
2021-03-02 15:07:36 +01:00
SectionMemoryManager.cpp
[ExecutionEngine, Linker] Use erase_if (NFC)
2020-12-23 21:44:39 -08:00
TargetSelect.cpp
…