summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/MemoryTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Untabify.NAKAMURA Takumi2017-10-181-10/+10
| | | | llvm-svn: 316079
* Fixed warning: must specify at least one argument for '...' parameter.Galina Kistanova2017-06-041-1/+1
| | | | llvm-svn: 304677
* Remove dead code. NFC.Rafael Espindola2014-12-041-1/+1
| | | | | | This interface was added 2 years ago but users never developed. llvm-svn: 223368
* Remove the last uses of 'using std::error_code'Rafael Espindola2014-06-131-39/+39
| | | | | | This finishes the transition to std::error_code. llvm-svn: 210877
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
| | | | | | This should make sure that most new uses use the std prefix. llvm-svn: 210835
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-43/+50
| | | | llvm-svn: 210442
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-28/+28
| | | | | | | There is no std::error_code::success, so this removes much of the noise in transitioning to std::error_code. llvm-svn: 209952
* 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