Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Untabify. | NAKAMURA Takumi | 2017-10-18 | 1 | -10/+10 |
| | | | | llvm-svn: 316079 | ||||
* | Fixed warning: must specify at least one argument for '...' parameter. | Galina Kistanova | 2017-06-04 | 1 | -1/+1 |
| | | | | llvm-svn: 304677 | ||||
* | Remove dead code. NFC. | Rafael Espindola | 2014-12-04 | 1 | -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 Espindola | 2014-06-13 | 1 | -39/+39 |
| | | | | | | This finishes the transition to std::error_code. llvm-svn: 210877 | ||||
* | Don't use 'using std::error_code' in include/llvm. | Rafael Espindola | 2014-06-12 | 1 | -0/+1 |
| | | | | | | This should make sure that most new uses use the std prefix. llvm-svn: 210835 | ||||
* | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-08 | 1 | -43/+50 |
| | | | | llvm-svn: 210442 | ||||
* | Use error_code() instead of error_code::succes() | Rafael Espindola | 2014-05-31 | 1 | -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 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 |