| Commit message (Expand) | Author | Age | Files | Lines |
| * | [LLD][ELF] Support --[no-]mmap-output-file with F_no_mmap | Nick Terrell | 2019-10-29 | 1 | -0/+22 |
| * | Revert "raw_ostream: add operator<< overload for std::error_code" | Pavel Labath | 2019-08-14 | 1 | -1/+10 |
| * | raw_ostream: add operator<< overload for std::error_code | Pavel Labath | 2019-08-14 | 1 | -10/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove F_modify flag from FileOutputBuffer. | Rui Ueyama | 2019-01-19 | 1 | -49/+0 |
| * | [SupportTests] Silence -Wsign-compare warnings | Benjamin Kramer | 2018-06-28 | 1 | -2/+2 |
| * | Add a flag to FileOutputBuffer that allows modification. | Zachary Turner | 2018-06-28 | 1 | -0/+50 |
| * | Convert FileOutputBuffer::commit to Error. | Rafael Espindola | 2017-11-08 | 1 | -3/+3 |
| * | Update unittest too. | Rafael Espindola | 2017-11-08 | 1 | -8/+8 |
| * | Untabify. | NAKAMURA Takumi | 2017-08-28 | 1 | -3/+3 |
| * | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Fix a real temp file leak in FileOutputBuffer | Reid Kleckner | 2016-09-02 | 1 | -5/+8 |
| * | Return ErrorOr from FileOutputBuffer::create. NFC. | Rafael Espindola | 2015-08-13 | 1 | -9/+16 |
| * | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
| * | Remove unused feature. NFC. | Rafael Espindola | 2014-12-12 | 1 | -3/+2 |
| * | Misc cleanups to the FileSytem api. | Rafael Espindola | 2014-09-11 | 1 | -3/+3 |
| * | Remove the last uses of 'using std::error_code' | Rafael Espindola | 2014-06-13 | 1 | -7/+7 |
| * | Don't use 'using std::error_code' in include/llvm. | Rafael Espindola | 2014-06-12 | 1 | -0/+1 |
| * | Remove unused has_magic. | Rafael Espindola | 2014-06-11 | 1 | -10/+2 |
| * | Use std::unique_ptr instead of OwningPtr in the MemoryBuffer unittests. | Craig Topper | 2014-05-18 | 1 | -5/+4 |
| * | Fix known typos | Alp Toker | 2014-01-24 | 1 | -1/+1 |
| * | Remove remove_all. A compiler has no need for recursively deleting a directory. | Rafael Espindola | 2014-01-10 | 1 | -2/+5 |
| * | Add a convenience createUniqueDirectory function. | Rafael Espindola | 2013-06-27 | 1 | -5/+1 |
| * | Move PathV2.h to Path.h | Rafael Espindola | 2013-06-11 | 1 | -1/+1 |
| * | Sort the #include lines for unittest/... | Chandler Carruth | 2012-12-04 | 1 | -2/+0 |
| * | [Support] Make FileOutputBuffer work on Windows. | Michael J. Spencer | 2012-12-03 | 1 | -18/+7 |
| * | Initial commit of new FileOutputBuffer support class. | Nick Kledzik | 2012-08-01 | 1 | -0/+137 |