Krzysztof Parzyszek
|
12ba711f35
|
Add comment in Memory.inc explaining r175646.
llvm-svn: 175650
|
2013-02-20 19:25:09 +00:00 |
Krzysztof Parzyszek
|
798679e140
|
On PowerPC, the cache-flush instructions dcbf and icbi are treated as
loads. On FreeBSD, add PROT_READ page protection flag before flushing
cache.
llvm-svn: 175646
|
2013-02-20 18:24:30 +00:00 |
Chandler Carruth
|
acd64becb1
|
Go ahead and get rid of the old page size interface and convert all the
users over to the new one. No sense maintaining this "compatibility"
layer it seems.
llvm-svn: 171331
|
2012-12-31 23:31:56 +00:00 |
Andrew Kaylor
|
1f66100755
|
This patch adds memory support functions which will later be used to implement section-specific protection handling in MCJIT.
llvm-svn: 164249
|
2012-09-19 20:46:12 +00:00 |
Chandler Carruth
|
a699b6a44c
|
Add support for finding cacheflush on OpenBSD/mips64 platforms.
Patch by Brad Smith!
llvm-svn: 163584
|
2012-09-11 01:17:24 +00:00 |
Jim Grosbach
|
806d507b0f
|
setExecutable() should default to success if there's nothing custom for it.
llvm-svn: 127891
|
2011-03-18 18:51:03 +00:00 |
Michael J. Spencer
|
447762da85
|
Merge System into Support.
llvm-svn: 120298
|
2010-11-29 18:16:10 +00:00 |