Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a69bbe02a2352271e8b14542073f177e24c499c1
/
llvm
/
lib
/
ExecutionEngine
/
SectionMemoryManager.cpp
93d2bdd
[Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningMemoryBlock.
by Lang Hames
· 6 years ago
e4b4ab6
[Support] Add error handling to sys::Process::getPageSize().
by Lang Hames
· 6 years ago
7c8fc81
MemoryBlock: Do not automatically extend a given size to a multiple of page size.
by Rui Ueyama
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
1bd4000
Add missing vtable anchors
by Weiming Zhao
· 7 years ago
89d3165
Fix 'not all control paths return a value' warning on MSVC builds
by Simon Pilgrim
· 8 years ago
e3992c6
[SectionMemoryManager] Abstract out mmap, munmap, mprotect even more ; NFC
by Sanjoy Das
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
c700490
Use the range variant of remove_if instead of unpacking begin/end
by David Majnemer
· 9 years ago
875b122
[SectionMemoryManager] Don't just drop the RO free list
by Keno Fischer
· 10 years ago
94f181a
[SectionMemoryManager] Make better use of virtual memory
by Keno Fischer
· 10 years ago
17433bd
Fix performance problem in long-running SectionMemoryManagers
by Keno Fischer
· 10 years ago
efeddcc
[SectionMemoryManager] Use range-based for loops. No functional change intended.
by Benjamin Kramer
· 10 years ago
8a6f355
[Orc] Move SectionMemoryManager's implementation from MCJIT to ExecutionEngine.
by Lang Hames
· 11 years ago
[Renamed from llvm/lib/ExecutionEngine/MCJIT/SectionMemoryManager.cpp]
3acea39
Don't use 'using std::error_code' in include/llvm.
by Rafael Espindola
· 11 years ago
03bddfe
Use error_code() instead of error_code::succes()
by Rafael Espindola
· 11 years ago
353eda4
[C++] Use 'nullptr'.
by Craig Topper
· 11 years ago
cb40291
Fix known typos
by Alp Toker
· 12 years ago
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
· 12 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