aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/TextAPI
AgeCommit message (Expand)AuthorFilesLines
2019-08-16[TextAPI] Update reader to be supported by lib/ObjectCyndy Ishida1-3/+5
2019-08-12[TextAPI] Fix & Add tests for tbd files version 3.Juergen Ributzka1-4/+4
2019-06-30Cleanup: llvm::bsearch -> llvm::partition_point after r364719Fangrui Song1-9/+7
2019-06-21Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFCFangrui Song1-9/+8
2019-04-29[TextAPI] Fix Symbol::dump which was failing to append the SymbolKind string.Simon Pilgrim1-4/+4
2019-04-04[TextAPI] Prefix all architecture enums to fix the build on i386.Juergen Ributzka3-11/+11
2019-03-22Followup for r356820 to fix the bots.Juergen Ributzka1-1/+1
2019-03-22[TextAPI] TBD Reader/WriterJuergen Ributzka10-0/+1351
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth3-12/+9
2018-12-21[TextAPI][elfabi] Fix YAML support for weak symbolsArmando Montanez1-0/+1
2018-12-11[TextAPI][elfabi] Make SoName optionalArmando Montanez1-1/+1
2018-12-10[TextAPI][elfabi] Fix build by adding std::move() to r348735Armando Montanez1-1/+1
2018-12-10[TextAPI][elfabi] Make TBE handlers functions that return ErrorsArmando Montanez1-4/+5
2018-12-07[llvm-tapi] Don't try to override SequenceTraits for std::stringSam Clegg1-17/+0
2018-12-07Revert "[llvm-tapi] Don't override SequenceTraits for std::string"Armando Montanez1-17/+12
2018-12-06[llvm-tapi] Don't override SequenceTraits for std::stringArmando Montanez1-12/+17
2018-12-03[TextAPI] Remove a superfluous semicolon, fixing GCC warnings. NFC.Martin Storsjo1-1/+1
2018-12-03[llvm-tapi] initial commit, supports ELF text stubsArmando Montanez4-0/+234
2018-11-29Revert r347823 "[TextAPI] Switch back to a custom Platform enum."Hans Wennborg11-1394/+0
2018-11-29Revert "[TextAPI] Fix a memory leak in the TBD reader."Juergen Ributzka1-4/+2
2018-11-29[TextAPI] Fix a memory leak in the TBD reader.Juergen Ributzka1-2/+4
2018-11-29[TextAPI] Switch back to a custom Platform enum.Juergen Ributzka3-25/+26
2018-11-29[TextAPI] TBD Reader/WriterJuergen Ributzka11-0/+1393
2018-11-28Revert "[TextAPI] TBD Reader/Writer"Juergen Ributzka11-1398/+0
2018-11-28[TextAPI] TBD Reader/WriterJuergen Ributzka11-0/+1398