Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Go ahead and get rid of the old page size interface and convert all the | Chandler Carruth | 2012-12-31 | 1 | -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 both | Akira Hatanaka | 2012-12-05 | 1 | -4/+6 |
| | | | | | | MF_READ and MF_WRITE are set. llvm-svn: 169439 | ||||
* | Sort the #include lines for unittest/... | Chandler Carruth | 2012-12-04 | 1 | -1/+0 |
| | | | | llvm-svn: 169250 | ||||
* | Remove DOS line endings. | Jakub Staszak | 2012-11-14 | 1 | -356/+356 |
| | | | | llvm-svn: 167968 | ||||
* | This patch adds memory support functions which will later be used to ↵ | Andrew Kaylor | 2012-09-19 | 1 | -0/+356 |
implement section-specific protection handling in MCJIT. llvm-svn: 164249 |