summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/MemoryTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...Lang Hames2019-05-201-30/+30
* [Support] Add error handling to sys::Process::getPageSize().Lang Hames2019-05-081-1/+1
* [Memory] Add basic support for large/huge memory pagesAlexandre Ganea2019-02-281-0/+16
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [unittest] Skip W+X MappedMemoryTests when MPROTECT is enabledMichal Gorny2018-11-201-0/+53
* Untabify.NAKAMURA Takumi2017-10-181-10/+10
* Fixed warning: must specify at least one argument for '...' parameter.Galina Kistanova2017-06-041-1/+1
* Remove dead code. NFC.Rafael Espindola2014-12-041-1/+1
* Remove the last uses of 'using std::error_code'Rafael Espindola2014-06-131-39/+39
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-43/+50
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-28/+28
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-311-1/+1
* Do not run tests MappedMemoryTest.BasicWrite and MultipleWrite unless bothAkira Hatanaka2012-12-051-4/+6
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-1/+0
* Remove DOS line endings.Jakub Staszak2012-11-141-356/+356
* This patch adds memory support functions which will later be used to implemen...Andrew Kaylor2012-09-191-0/+356
OpenPOWER on IntegriCloud