| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Alignment][NFC] Remove unneeded llvm:: scoping on Align types | Guillaume Chatelet | 2019-09-27 | 1 | -1/+1 |
| * | [Alignment] Move OffsetToAlignment to Alignment.h | Guillaume Chatelet | 2019-09-12 | 1 | -1/+2 |
| * | Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp... | George Rimar | 2019-08-14 | 1 | -1/+6 |
| * | Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec... | George Rimar | 2019-08-14 | 1 | -6/+1 |
| * | [llvm/Object] - Convert SectionRef::getName() to return Expected<> | George Rimar | 2019-08-14 | 1 | -1/+6 |
| * | Recommit [Object] Change object::SectionRef::getContents() to return Expected... | Fangrui Song | 2019-05-16 | 1 | -2/+11 |
| * | Revert r360876 "[Object] Change object::SectionRef::getContents() to return E... | Hans Wennborg | 2019-05-16 | 1 | -11/+2 |
| * | [Object] Change object::SectionRef::getContents() to return Expected<StringRef> | Fangrui Song | 2019-05-16 | 1 | -2/+11 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Support] Make error banner optional in logAllUnhandledErrors | Jonas Devlieghere | 2018-11-11 | 1 | -1/+1 |
| * | [FileSystem] Split up the OpenFlags enumeration. | Zachary Turner | 2018-06-07 | 1 | -2/+1 |
| * | [ProfileData] Unify getInstrProf*SectionName helpers | Vedant Kumar | 2017-04-15 | 1 | -7/+5 |
| * | [Profile] PE binary coverage bug fix | Xinliang David Li | 2017-04-13 | 1 | -2/+7 |
| * | Search for llvm-symbolizer binary in the same directory as argv[0], before | Richard Smith | 2016-06-09 | 1 | -7/+0 |
| * | [llvm-cov] Use string getters (NFC) | Vedant Kumar | 2016-06-02 | 1 | -2/+3 |
| * | [Coverage] Ensure that coverage mapping data has an expected alignment in 'co... | Igor Kudrin | 2016-05-18 | 1 | -1/+5 |
| * | Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to... | Kevin Enderby | 2016-04-06 | 1 | -2/+6 |
| * | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -4/+4 |
| * | Remove unused includes and out of date comment. NFC. | Rafael Espindola | 2014-12-17 | 1 | -1/+0 |
| * | [Object] Modify OwningBinary's interface to separate inspection from ownership. | Lang Hames | 2014-10-31 | 1 | -1/+1 |
| * | llvm-cov: Follow LLVM naming conventions | Justin Bogner | 2014-10-30 | 1 | -1/+1 |
| * | Remove bogus std::error_code returns form SectionRef. | Rafael Espindola | 2014-10-08 | 1 | -2/+1 |
| * | llvm-cov: add code coverage tool that's based on coverage mapping format and ... | Alex Lorenz | 2014-08-22 | 1 | -0/+92 |