Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
3ba84ca62d91565dc23e024367c96537a7f9c83d
/
llvm
/
lib
/
Support
/
Memory.cpp
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
1f66100
This patch adds memory support functions which will later be used to implement section-specific protection handling in MCJIT.
by Andrew Kaylor
· 13 years ago
a699b6a
Add support for finding cacheflush on OpenBSD/mips64 platforms.
by Chandler Carruth
· 13 years ago
7da6578
Fixed few warnings.
by Galina Kistanova
· 13 years ago
cc6659b
The Mips specific function for instruction cache invalidation cannot be
by Bruno Cardoso Lopes
· 14 years ago
483c269
One more patch towards JIT support for Mips.
by Bruno Cardoso Lopes
· 14 years ago
447762d
Merge System into Support.
by Michael J. Spencer
· 15 years ago
[Renamed (95%) from llvm/lib/System/Memory.cpp]
3ddd88f
Tell Valgrind when we modify already-executed machine code so it knows
by Jeffrey Yasskin
· 16 years ago
a226378
Experimental fix for PR4960.
by Daniel Dunbar
· 16 years ago
889b79b
ARM / Mac OS X also wants to invalidate icache after jitting.
by Evan Cheng
· 17 years ago
b22ef71
On Darwin ARM, memory needs special handling to do JIT. This patch expands
by Jim Grosbach
· 17 years ago
5cc53c3
Preliminary support for systems which require changing JIT memory regions privilege from read / write to read / executable.
by Evan Cheng
· 17 years ago
b4325a8
fix compilation errors in my previous patch
by Chris Lattner
· 17 years ago
881d537
Add a new InvalidateInstructionCache method to sys::Memory.
by Chris Lattner
· 17 years ago
a8b7e78
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
by Dan Gohman
· 18 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
421475c
For PR780:
by Reid Spencer
· 19 years ago
291f6b7
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
by Misha Brukman
· 21 years ago
10468d8
Remove trailing whitespace
by Misha Brukman
· 21 years ago
c892a0d
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
by Reid Spencer
· 21 years ago
71383fb
For PR351:
by Reid Spencer
· 21 years ago
566ac28
Provide initial implementations of Memory and Process concepts for various
by Reid Spencer
· 21 years ago