Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
391dbadb51dc3df8554bc678956bac0419438bd4
/
llvm
/
lib
/
ExecutionEngine
/
MCJIT
/
SectionMemoryManager.cpp
7aa695e0
This threads SectionName through the allocateCodeSection/allocateDataSection APIs, both in C++ and C land.
by Filip Pizlo
· 12 years ago
ea39592
Adding multiple module support for MCJIT.
by Andrew Kaylor
· 12 years ago
1cec8ab
Put RTDyldMemoryManager into its own file, and make it linked into
by Filip Pizlo
· 12 years ago
9d801b1
Roll out r182411 and 182412 because it's still broken.
by Filip Pizlo
· 12 years ago
b2a1e19
Put RTDyldMemoryManager into its own file, and make it linked into
by Filip Pizlo
· 12 years ago
5aefb13
Roll out r182407 and r182408 because they broke builds.
by Filip Pizlo
· 12 years ago
34b9ee6
Put RTDyldMemoryManager into its own file, and make it linked into
by Filip Pizlo
· 12 years ago
2e7efed
Minor changes to the MCJITTest unittests to use the correct API for finalizing
by David Tweed
· 12 years ago
fa5942b
Add EH support to the MCJIT.
by Rafael Espindola
· 12 years ago
f91b5ac
Making invalidateInstructionCache automatic in SectionMemoryManager
by Andrew Kaylor
· 13 years ago
0a2d4e2
Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT and RuntimeDyld
by Andrew Kaylor
· 13 years ago
[Renamed from llvm/lib/ExecutionEngine/RuntimeDyld/SectionMemoryManager.cpp]
ab5ba51
Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.
by Andrew Kaylor
· 13 years ago
[Renamed (98%) from llvm/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.cpp]
3e0f1fb
Implementing page permission setting in MCJIT unit test SectionMemoryManager.cpp
by Andrew Kaylor
· 13 years ago
a342cb9
Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded.
by Andrew Kaylor
· 13 years ago
eb7fb84
Port lli bug fix from r166920 to MCJIT unit test.
by Amara Emerson
· 13 years ago
5e7d792
Adding MCJIT and MemoryBuffer unit tests
by Andrew Kaylor
· 13 years ago