summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/MemoryTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-311-1/+1
| | | | | | | users over to the new one. No sense maintaining this "compatibility" layer it seems. llvm-svn: 171331
* Do not run tests MappedMemoryTest.BasicWrite and MultipleWrite unless bothAkira Hatanaka2012-12-051-4/+6
| | | | | | MF_READ and MF_WRITE are set. llvm-svn: 169439
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-1/+0
| | | | llvm-svn: 169250
* Remove DOS line endings.Jakub Staszak2012-11-141-356/+356
| | | | llvm-svn: 167968
* This patch adds memory support functions which will later be used to ↵Andrew Kaylor2012-09-191-0/+356
implement section-specific protection handling in MCJIT. llvm-svn: 164249
OpenPOWER on IntegriCloud