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
/
Windows
/
Memory.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm-ar: Fix MinGW compilation
Hans Wennborg
2020-02-28
1
-1
/
+1
*
[Support][NFC] Make some helper functions "static" in Memory.inc
Bruno Ricci
2020-01-09
1
-6
/
+2
*
[Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...
Lang Hames
2019-05-20
1
-7
/
+7
*
[Support] MemoryBlock size should reflect the requested size
Andrew Ng
2019-03-27
1
-3
/
+4
*
Fix SupportTests.exe/AllocationTests/MappedMemoryTest.AllocAndReleaseHuge whe...
Alexandre Ganea
2019-02-28
1
-3
/
+3
*
[Memory] Add basic support for large/huge memory pages
Alexandre Ganea
2019-02-28
1
-18
/
+54
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Support] Support NetBSD PaX MPROTECT in sys::Memory.
Lang Hames
2017-11-16
1
-80
/
+0
*
Add Windows error code and tidy formatting for system errors.
Paul Robinson
2015-11-23
1
-2
/
+2
*
[Support] Fix a race initializing a static local in MSVC
Reid Kleckner
2015-06-11
1
-1
/
+9
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-13
/
+12
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Used mapWindowsError. I missed these in the initial transition.
Rafael Espindola
2014-06-12
1
-3
/
+4
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-7
/
+7
*
Rename Windows.h to WindowsSupport.h to avoid ambiguity
Reid Kleckner
2014-02-12
1
-1
/
+1
*
Fix a conversion warning in the mingw32 build
Alp Toker
2013-10-18
1
-2
/
+2
*
Add a comment about the requirement that the Windows.h header be last.
Chandler Carruth
2012-12-04
1
-0
/
+2
*
Revert the header sort on this file.
Michael J. Spencer
2012-12-03
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
This patch adds memory support functions which will later be used to implemen...
Andrew Kaylor
2012-09-19
1
-26
/
+139
*
Windows/Memory.inc: Support the ability to allocate memory "near" another blo...
NAKAMURA Takumi
2011-10-15
1
-2
/
+7
*
Support/Windows: Add support modifying memory permissions on Windows. Patch b...
Michael J. Spencer
2011-10-13
1
-3
/
+45
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-0
/
+73