index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
Unix
/
Memory.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Support][NFC] Make some helper functions "static" in Memory.inc
Bruno Ricci
2020-01-09
1
-5
/
+1
*
[Alignment][NFC] Move and type functions from MathExtras to Alignment
Guillaume Chatelet
2019-10-14
1
-3
/
+3
*
[PowerPC] Set PROT_READ flag for MF_EXEC to prevent segfaults on PPC machines
Nemanja Ivanovic
2019-06-03
1
-3
/
+2
*
[Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...
Lang Hames
2019-05-20
1
-10
/
+12
*
Fixes for builds that require strict X/Open and POSIX compatiblity
Xing Xue
2019-05-16
1
-3
/
+29
*
[Support] Add error handling to sys::Process::getPageSize().
Lang Hames
2019-05-08
1
-2
/
+2
*
[Support] Don't check MAP_ANONYMOUS, just use MAP_ANON
Fangrui Song
2019-05-02
1
-8
/
+1
*
Fix non-Windows platforms build break introduced by r355065. Fixes:
Alexandre Ganea
2019-02-28
1
-0
/
+1
*
[Memory] Add basic support for large/huge memory pages
Alexandre Ganea
2019-02-28
1
-1
/
+2
*
MemoryBlock: Do not automatically extend a given size to a multiple of page s...
Rui Ueyama
2019-01-23
1
-6
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Support] Use zx_cache_flush on Fuchsia to flush instruction cache
Petr Hosek
2018-06-06
1
-1
/
+10
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[ARM][AArch64] Workaround ARM/AArch64 peculiarity in clearing icache.
Peter Smith
2017-11-28
1
-4
/
+24
*
[Support] Support NetBSD PaX MPROTECT in sys::Memory.
Lang Hames
2017-11-16
1
-123
/
+4
*
Don't try to use a non-existent header on FreeBSD/mips.
John Baldwin
2017-10-25
1
-1
/
+1
*
Implement AllocateRWX and ReleaseRWX for NetBSD
Kamil Rytarowski
2017-06-18
1
-0
/
+4
*
Correct mprotect page boundries to round up end page. Fixes PR30905.
Alina Sbirlea
2016-11-05
1
-1
/
+4
*
Deal with the (historic) MAP_ANONYMOUS vs MAP_ANON directly by using CPP
Joerg Sonnenberger
2016-09-30
1
-2
/
+2
*
Retire NEED_DEV_ZERO_FOR_MMAP. It should be needed only on outdated
Joerg Sonnenberger
2016-09-30
1
-16
/
+0
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...
Eugene Zelenko
2016-01-26
1
-2
/
+2
*
[SectionMemoryManager] Make better use of virtual memory
Keno Fischer
2015-12-16
1
-2
/
+3
*
[JIT/Memory] Fix up semantic of setExecutable().
Davide Italiano
2015-11-17
1
-4
/
+1
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-3
/
+2
*
[mips] Use __clear_cache builtin instead of cacheflush()
Petar Jovanovic
2015-01-27
1
-13
/
+2
*
Remove dead code. NFC.
Rafael Espindola
2014-12-04
1
-2
/
+2
*
Revert: r211588 - [mips] Use __clear_cache builtin instead of cacheflush() in...
Daniel Sanders
2014-06-24
1
-2
/
+10
*
[mips] Use __clear_cache builtin instead of cacheflush() in Unix Memory::Inva...
Daniel Sanders
2014-06-24
1
-10
/
+2
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-14
/
+13
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Don't put generic_category in the llvm namespace.
Rafael Espindola
2014-06-12
1
-5
/
+5
*
Uses generic_category instead of system_category.
Rafael Espindola
2014-06-11
1
-4
/
+4
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-5
/
+5
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-7
/
+7
*
ARM64: initial backend import
Tim Northover
2014-03-29
1
-7
/
+8
*
Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."
Rafael Espindola
2013-07-26
1
-2
/
+2
*
[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.
Bill Schmidt
2013-07-26
1
-2
/
+2
*
Remove declaration of __clear_cache for __APPLE__. <rdar://problem/13924072>
Bob Wilson
2013-05-19
1
-0
/
+3
*
Invalidate instruction cache when setting memory to be executable.
Tim Northover
2013-05-19
1
-0
/
+3
*
Fix __clear_cache declaration.
Rafael Espindola
2013-05-14
1
-1
/
+1
*
Declare __clear_cache.
Rafael Espindola
2013-05-14
1
-0
/
+1
*
AArch64: use __clear_cache under GCCish environments
Tim Northover
2013-05-04
1
-1
/
+1
*
Android uses cacheflush(long start, long end, long flags) for MIPS.
Akira Hatanaka
2013-03-14
1
-0
/
+9
*
Add comment in Memory.inc explaining r175646.
Krzysztof Parzyszek
2013-02-20
1
-0
/
+7
*
On PowerPC, the cache-flush instructions dcbf and icbi are treated as
Krzysztof Parzyszek
2013-02-20
1
-0
/
+4
*
Go ahead and get rid of the old page size interface and convert all the
Chandler Carruth
2012-12-31
1
-8
/
+8
*
This patch adds memory support functions which will later be used to implemen...
Andrew Kaylor
2012-09-19
1
-12
/
+186
*
Add support for finding cacheflush on OpenBSD/mips64 platforms.
Chandler Carruth
2012-09-11
1
-0
/
+8
*
setExecutable() should default to success if there's nothing custom for it.
Jim Grosbach
2011-03-18
1
-1
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-0
/
+151